I've followed the instuctions in the following article for updating Win2k for the NZ changes to DST 2007
http://www.microsoft.com/nz/msdn/timezone/automatic.mspxI've created the files as required and when i run, it updates the PC with the new opening date/time for DST (30/09/2007) but does not set the new final day for DST 06/04/2008.
i.e. if i set the clock to 06/04/2008 1.59am it should go back an hour, it still goes forward an hour.
I've created a batch file that runs once and sets a flag when done, pse see below
##########################
if exist "D:\System Flags\DST2007_W2k.txt" goto INSTALLED
\\abc.com\NETLOGON\REG Import \\abc.com\NETLOGON\Scripts
\DST2007\D
ST2007_W2k
.reg (reg settings from above link)
cscript \\abc.com\NETLOGON\Scripts
\DST2007\D
ST2007_Ref
reshTZinfo
.vbs (vbs from above link)
xcopy \\abc.com\netlogon\flags\D
ST2007_W2k
.txt "D:\System Flags\"
:INSTALLED
##########################
Any ideas?
Thanks
Start Free Trial