Here’s a sample of the UK rules we use at DisplayLink for our MDT 2010 Deployment Shares:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
[Settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES ;Skips Welcome Screen SkipBDDWelcome=YES ; VISTA LOCALE SETTINGS KeyboardLocale=0809:00000809 UserLocale=en-GB InputLocale=0809:00000809 SystemLocale=en-GB UILanguage=en-US ;BitLocker OSDBitLockerWaitForEncryption = "FALSE" BdeRecoveryKey=AD BDEInstall=TPMPin BdeInstallSupress=NO OSDBitLockerMode=TPMKey OSDBitLockerCreateRecoveryPassword=AD ;SkipTimeZone=YES TimeZone=85 TimeZoneName=GMT Standard Time UserDataLocation=AUTO SkipComputerBackup=YES |