dloudon96 Posted September 13, 2017 Posted September 13, 2017 Hi, Is it possible to set the language of the deployment toolkit wizard to be United Kingdom, instead of United States, and also allow it to save the deployment credentials, as I'm doing lots of testing, and would like to save myself time by saving the credentials. Any help would be appreciated. Thanks, Dan
computer_expert Posted September 13, 2017 Posted September 13, 2017 Add the following to bootstrap.ini: UserID=accountname UserDomain=domainname UserPassword=password SkipBDDWelcome=YES KeyboardLocalePE=0809:00000809 The first 4 should be self explanatory, the 5th sets the keyboard locale in windows pe. Don't forget to update the deployment share (and the boot image in WDS) after editing bootstrap.ini. To set the language for the windows image you are deploying, add the following to customsettings.ini KeyboardLocale=0809:00000809 UserLocale=en-GB UILanguage=en-US For windows 8 & above UIlanguage can be set to en-GB.
sted Posted September 13, 2017 Posted September 13, 2017 Hi, Is it possible to set the language of the deployment toolkit wizard to be United Kingdom, instead of United States, and also allow it to save the deployment credentials, as I'm doing lots of testing, and would like to save myself time by saving the credentials. Any help would be appreciated. Thanks, Dan if its win 10 download the uk english version of the win10 iso (english international iirc on vlsc) it then cant be in us english
Arthur Posted September 13, 2017 Posted September 13, 2017 For windows 8 & above UIlanguage can be set to en-GB. Not if you have an en-US ISO since it doesn't come with the en-GB language pack. https://blogs.msdn.microsoft.com/b8/2012/02/21/using-the-language-you-want We are releasing English for the United Kingdom as a standalone language. Standalone languages contain all the user interface components needed to be independent versions of Windows. To set the UI Language to en-GB you either need the "English International" ISO as @sted mentioned above or to add the en-GB language pack to the en-US ISO. The former being far easier than the latter. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now