Difference between revisions of "Daylight Savings Time 2007"
From WPKG | Open Source Software Deployment and Distribution
MarkNienberg (Talk | contribs) |
MarkNienberg (Talk | contribs) m |
||
Line 3: | Line 3: | ||
Make TZupdate.reg and RefreshTZinfo.vbs using the instructions on http://support.microsoft.com/kb/914387 | Make TZupdate.reg and RefreshTZinfo.vbs using the instructions on http://support.microsoft.com/kb/914387 | ||
+ | <pre> | ||
<package id="DSTfix" name="Daylight Savings Time fix" revision="0" priority="0" execute="once"> | <package id="DSTfix" name="Daylight Savings Time fix" revision="0" priority="0" execute="once"> | ||
<install cmd='regedit /s "%SOFTWARE%\DST\TZupdate.reg"' /> | <install cmd='regedit /s "%SOFTWARE%\DST\TZupdate.reg"' /> | ||
<install cmd='cscript %SOFTWARE%\DST\RefreshTZinfo.vbs' /> | <install cmd='cscript %SOFTWARE%\DST\RefreshTZinfo.vbs' /> | ||
</package> | </package> | ||
− | + | </pre> | |
---- | ---- |
Revision as of 20:08, 21 February 2007
You can apply the 2007 Daylight Savings Time correction for Windows XP machines using Microsoft Update, but there is no patch for Windows 2000 machines. The following fixes both WinXP and Win2000.
Make TZupdate.reg and RefreshTZinfo.vbs using the instructions on http://support.microsoft.com/kb/914387
<package id="DSTfix" name="Daylight Savings Time fix" revision="0" priority="0" execute="once"> <install cmd='regedit /s "%SOFTWARE%\DST\TZupdate.reg"' /> <install cmd='cscript %SOFTWARE%\DST\RefreshTZinfo.vbs' /> </package>