|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Script to check off the Automatically adjust clock
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 On Mar 12, 11:25 am, "Rick" <drummer10***@gmail.com> wrote: All you should need to do is set the DWORD value of> 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 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. |
|||||||||||||||||||||||