QUOTE (erpdude8 @ Mar 9 2007, 06:18 PM)

MDGx's unofficial Q931836 DST patch for Win9xME systems IS SAFE to use, Fozj. All it does is make registry changes to make use of the new daylight saving time format. I've installed it and it works great!
whoops! spoke too soon. I take it back. MDGx's Q931836 patch did NOT work as expected on my Win98/ME computers (it almost did).
However I like the earlier unofficial DST patch MDGx made where it did NOT delete the registry entries from the following registry key:
HKLM,System\CurrentControlSet\Control\TimeZoneInformation
I know for sure the
official KB931836 updates for WinXP SP2 and WinServ2003 SP1 do NOT delete the "TimeZoneInformation" registry entries from that registry key.
SO MDGx must make changes to the Q931836.inf file. change the [DR] section from this:
----
[DR]
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,StandardName,0,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,DaylightName,0,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,StandardStart,1,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,DaylightStart,1,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,ActiveTimeBias,1,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,Bias,1,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,StandardBias,1,
HKLM,System\CurrentControlSet\Control\TimeZoneInformation,DaylightBias,1,
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\AUS Eastern Standard Time (Commonwealth Games 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\Tasmania Standard Time (Commonwealth Games 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\Cen. Australia Standard Time (CommonwealthGames 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\Cen. Australia Standard Time (Commonwealth Games 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\W. Australia"
----
to this:
----
[DR]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\AUS Eastern Standard Time (Commonwealth Games 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\Tasmania Standard Time (Commonwealth Games 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\Cen. Australia Standard Time (CommonwealthGames 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\Cen. Australia Standard Time (Commonwealth Games 2006)"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Time Zones\W. Australia"
----
currently, the Q931836.inf file executed the [AR] section and THEN the [DR] section, deleted the TimeZoneInformation reg entries, which messed things up on my Win98/ME computers.
bottom line, the INF file should be updated to NOT remove the TimeZoneInformation entries.