Skip to content

Instantly share code, notes, and snippets.

@te-online
Created March 16, 2017 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save te-online/53a022d7831f41e3964675f8cb19cf98 to your computer and use it in GitHub Desktop.
Save te-online/53a022d7831f41e3964675f8cb19cf98 to your computer and use it in GitHub Desktop.
MDT Script Series: The CustomSettings.ini used for a nearly hands-free deployment of Windows 10.
[Settings]
Priority=Default
[Default]
_SMSTSORGNAME=te-online.net, Thomas Ebert
_SMSTSPACKAGENAME=Your Deployment Name
;UserDataLocation=NONE
;UserDataLocation=NETWORK
UDShare=\\%YOUR-SERVER%\DeploymentShare$
UDDir=Applications\scannedUserState\v2
LoadStateArgs=/v:5 /c /alll /i:miguser.xml /lac:admin /lae
;DoCapture=YES
DoCapture=NO
OSInstall=Y
;AdminPassword=admin
AdminPassword=%YOUR-ADMIN-PASS%
TimeZoneName=Europe/Berlin
JoinWorkgroup=WORKGROUP
HideShell=NO
FinishAction=LOGOFF
TaskSequenceId=%YOUR-TASK-SEQUENCE-TO-START%
;DoNotCreateExtraPartition=YES
; LOCALE
KeyboardLocale=de-DE
UserLocale=de-DE
UILanguage=de-DE
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
SkipComputerName=NO
SkipDomainMembership=YES
SkipUserData=YES
SkipLocaleSelection=YES
SkipTaskSequence=YES
SkipTimeZone=YES
SkipApplications=YES
SkipBitLocker=YES
SkipSummary=YES
SkipRoles=YES
SkipFinalSummary=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment