[There's a reason that Yoda is the unofficial mascot of SBS.  Size indeed matters not.] More DST patches and tools - THE OFFICIAL BLOG OF THE SBS "DIVA"
Thu, Feb 8 2007 12:04 bradley

More DST patches and tools

http://www.microsoft.com/downloads/details.aspx?familyid=a9336886-4b28-4010-9416-36d38429438d&displaylang=en&tm

The Exchange Calendar Update Tool enables administrators to update, using the Time Zone Data Update Tool for Microsoft® Office Outlook®, multiple user mailboxes, thereby avoiding the challenges involved with broadly deploying the Outlook Time Zone Data Update Tool to all end-users.

This is the follow up admin tool for the previously released Outlook "fix up" tool that was done for individual mailboxes.

And a new DST patch last night..

http://www.microsoft.com/downloads/details.aspx?familyid=66f1420c-df2d-400b-a8a9-ef9061a9a3ca&displaylang=en&tm 

Installing this update enables your computer to automatically adjust the computer clock on the correct date in 2007 due to revised Daylight Saving Time laws in many countries.

Okay and so while it would be better if you updated... here's patches for the older stuff that doesn't automatically get patched....

 Remote Administration For Windows:
http://www.intelliadmin.com/Daylight%20Saving%20Fix%20Download.asp

Freeware Downloads
 

Windows 2000 Daylight Saving Time Fix
  This program updates windows 2000 machines to the new USA daylight saving time requirements in 2007. See our blog article for more information.
   

Windows 98/ME Daylight Saving Time Fix
  This program updates windows 98/ME machines to the new USA daylight saving time requirements in 2007. See our blog article for more information.

Filed under:

# re: More DST patches and tools

Wednesday, February 21, 2007 11:36 AM by Sheryl

Here's another freeware / donationware utility for the upcoming DST change

works for unsupported NT 4.0 and 2000 machines local and remote capability.

nice !

http://ezpcsoft.esitehosting.com

# re: More DST patches and tools

Friday, March 09, 2007 4:40 PM by Dan

Also the Microsoft registry fix doesn't work with Group policy as a computer startup script, you have to change a path inside the refreshTZinfo.vbs file

replace this:

objSh.Run "control.exe timedate.cpl,,/Z" & szTzKey

with:

objSh.Run "%SystemRoot%\system32\control.exe %SystemRoot%\system32\timedate.cpl,,/Z" & szTzKey