How to add the following to the registry.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"DaylightStart"=hex:00,00,03,00,02,00,02,00,00,00,00,00,00,00,00,00
"StandardStart"=hex:00,00,0b,00,01,00,02,00,00,00,00,00,00,00,00,00
So far this is what I have:
set tzrega {HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation}
registry set $tzrega "DaylightStart" [binary format "not sure what format to use here" ] binary
registry set $tzrega "StandardStart" [binary format "not sure what format to use here"] binary
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"DaylightStart"=hex:00,00,03,00,02,00,02,00,00,00,00,00,00,00,00,00
"StandardStart"=hex:00,00,0b,00,01,00,02,00,00,00,00,00,00,00,00,00
So far this is what I have:
set tzrega {HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation}
registry set $tzrega "DaylightStart" [binary format "not sure what format to use here" ] binary
registry set $tzrega "StandardStart" [binary format "not sure what format to use here"] binary