HereIGoAgain2601 Posted February 11, 2016 Posted February 11, 2016 Hello all Anybody got any ideas how to configure the regional settings through SCCM without capturing an image? I've previously used the collection variables to set the Locale and other regional settings. It works fine for Windows 7 but my Windows 10 clients don't seem to want to take me on. I believe I may need an Unattend file but can't seem to get my head around which parts to configure!
markwilfan Posted February 11, 2016 Posted February 11, 2016 Actually just had a look and I have set the timezone in the TS using tzutil /s "GMT standard time" as a command line. Will have to dig around a little for the rest. I think it is actually done with a GPP
markwilfan Posted February 11, 2016 Posted February 11, 2016 Yeh it's a user GPP we are using. Might look into changing this I think but works for the mo
mrbios Posted February 11, 2016 Posted February 11, 2016 (edited) Under Apply Operating System > Use unattended or sysprep file i have a package with an xml file containing the following: en-GB en-GB en-GB en-GB en-GB If you load the windows 10 ISO into "Windows System Image Manager" you should be able to find all the above settings with its associated component name (I imagine that'll be the bit that will have changed for windows 10) EDIT: Just checked, windows 10 is exactly the same code. The only exception might be the need to put "amd64" instead of "x64" for architecture. No idea if it matters, but it was the only thing that came out different when i ran it. Edited February 11, 2016 by mrbios 2
markwilfan Posted February 12, 2016 Posted February 12, 2016 Just checked mine too and is the same as @mrbios 's albeit with amd64 as the architecture I remember now when I set up the win10 deployment that when imaged the timeezone would not set properly, hence the tzutil /s "GMT standard time" entry in my TS
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