I'm working with some deployed Windows XPe systems and I need to change the time zone such that the local time is the same as the system time.
I need to do this via a script or via win32 API calls.
It's possible to change time zone information via the registry: http://support.microsoft.com/kb/914387
Unfortunately it seems that after the registry has been changed, a reboot is needed before Windows uses the new time zone information. As the Windows partition is protected by EWF a reboot reverts the registry to its previous contents. (An EWF commit isn't an option.)
On a regular XP system when I change the time zone via the time/date dialog, the new time zone seems to take effect without a reboot. How does this work - is there some win32 API call that tells Windows to re-read the time zone from the registry?
EDIT
There's a win32 API which does exactly what I want. Details complete with example: