K
Ken B
Here's one for the group... I'm sure it's been answered before, but I
haven't been able to find an answer searching the group (maybe I wasn't
searching right?)
How can I get all the computers in my domain on the same time zone? (We're
a single site, so I don't have to worry about people outside my time zone).
I've figured doing a login script for a computer, to import a reg key
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:0000012c
"StandardName"="Eastern Standard Time"
"StandardBias"=dword:00000000
"StandardStart"=hex:00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00
"DaylightName"="Eastern Daylight Time"
"DaylightBias"=dword:ffffffc4
"DaylightStart"=hex:00,00,04,00,01,00,02,00,00,00,00,00,00,00,00,00
"ActiveTimeBias"=dword:000000f0
Would put me on the right track, and get everyone on the same hour... as it
is, I have some people scheduling a meeting for 4p, and then on the meeting
recipients, it's showing as 5p, but all the clocks look the same (at least
they display the same time).
Am I in the right ball park, or am I doing something completely wrong?
TIA,
Ken
haven't been able to find an answer searching the group (maybe I wasn't
searching right?)
How can I get all the computers in my domain on the same time zone? (We're
a single site, so I don't have to worry about people outside my time zone).
I've figured doing a login script for a computer, to import a reg key
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:0000012c
"StandardName"="Eastern Standard Time"
"StandardBias"=dword:00000000
"StandardStart"=hex:00,00,0a,00,05,00,02,00,00,00,00,00,00,00,00,00
"DaylightName"="Eastern Daylight Time"
"DaylightBias"=dword:ffffffc4
"DaylightStart"=hex:00,00,04,00,01,00,02,00,00,00,00,00,00,00,00,00
"ActiveTimeBias"=dword:000000f0
Would put me on the right track, and get everyone on the same hour... as it
is, I have some people scheduling a meeting for 4p, and then on the meeting
recipients, it's showing as 5p, but all the clocks look the same (at least
they display the same time).
Am I in the right ball park, or am I doing something completely wrong?
TIA,
Ken