Home All Groups Group Topic Archive Search About

Script to check off the Automatically adjust clock



Author
12 Mar 2007 4:25 PM
Rick
I am looking for a script to go in to a remote machine(s) and check
off the "Automatically adjust clock for daylight savings changes"

Thanks in advance

Rick

Author
13 Mar 2007 4:54 AM
bg
On Mar 12, 11:25 am, "Rick" <drummer10***@gmail.com> wrote:
> I am looking for a script to go in to a remote machine(s) and check
> off the "Automatically adjust clock for daylight savings changes"
>
> Thanks in advance
>
> Rick

All you should need to do is set the DWORD value of
DisableAutoDaylightTimeSet located under HKEY_LOCAL_MACHINE\SYSTEM
\CurrentControlSet\Control\TimeZoneInformation to 1.  How you wish to
deploy this is up to you.  You can either create a .reg file and
import in on the target machines, write a batch file using reg.exe or
write some VBScript implementing the standard registry provider.

AddThis Social Bookmark Button