When to Set Time Zone #385
Replies: 1 comment 1 reply
|
I can confirm your observation, using an autounattend.xml file with and the latest When the system script executes, it returns Pacific Standard Time. This is probably because Redmond is located in that time zone and all Windows images are built there. The local time returned by I would assume that by running It might also be possible to set the time zone by changing the registry values in |
Uh oh!
There was an error while loading. Please reload this page.
As retrieved by TZUTIL /g, it appears that the Windows install sequence does not set the time zone to the value specified in the (not)unattend.xml until the first user login session, and that before this login session begins, the time zone "Pacific Standard Time" is used.
Is there a known issue with adding a call to set the time zone earlier on, e.g., via PowerShell Set-TimeZone at the beginning of the "System scripts" sequence?
All reactions