WIndows 2000 DST patch

(imported topic written by SystemAdmin)

Hello,

I was wondering if someone can lend me a helping hand. Via BigFix i was able to push out 928388 for the 2007 Time Zone Update for Windows XP. However for Windows 2K, i do not see any patches. So, I was able to purchase a hotfix from Microsoft for 2K (931836) however i needed a way to see which 2K machines are already prepared for the DST change and which will need a patch applied. Does anyone know any relevance i can use to see this? Any help would be greatly appreciated.

Thanks,

Debra

(imported comment written by SystemAdmin)

i found this in another post that seems to work…

if (exists key “HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation” of registry) then (value “DayLightStart” of key “HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation” of registry as string) else “None”

thanks!