mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-06-29 06:08:43 +02:00
Added sample configs.
Added sample configs.
This commit is contained in:
34
Scripts/SampleConfigs/sysprep.inf
Normal file
34
Scripts/SampleConfigs/sysprep.inf
Normal file
@ -0,0 +1,34 @@
|
||||
[Unattended]
|
||||
OemSkipEula=Yes
|
||||
InstallFilesPath=C:\sysprep\i386
|
||||
|
||||
[GuiUnattended]
|
||||
AdminPassword=YourAdminPassword
|
||||
EncryptedAdminPassword=NO
|
||||
OEMSkipRegional=1
|
||||
TimeZone=004
|
||||
OemSkipWelcome=1
|
||||
|
||||
[UserData]
|
||||
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
|
||||
FullName="Your Name"
|
||||
OrgName="Your Organization"
|
||||
ComputerName=*
|
||||
|
||||
[Display]
|
||||
BitsPerPel=32
|
||||
Xresolution=1024
|
||||
YResolution=768
|
||||
Vrefresh=60
|
||||
|
||||
[SetupMgr]
|
||||
DistFolder=C:\sysprep\i386
|
||||
DistShare=windist
|
||||
|
||||
[Identification]
|
||||
JoinDomain=YourDomain
|
||||
DomainAdmin=YourDomainAdmin
|
||||
DomainAdminPassword=YourDomainAdminPassword
|
||||
|
||||
[Networking]
|
||||
InstallDefaultComponents=Yes
|
Reference in New Issue
Block a user