Jump to content

Recommended Posts

Posted

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!

Posted

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

Posted (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 by mrbios
  • Thanks 2
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...