Disabling automatic time update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI.. i am using a windows 2000 advanced server with sp4 in my network all my
users use XP SP1 on their stations, i need a way or a script to disable the
automatice time update on their workstations ,, that to uncheck the box in
the date and time \ zone tap.
would you please help me
thanks
 
HI.. i am using a windows 2000 advanced server with sp4 in my network all my
users use XP SP1 on their stations, i need a way or a script to disable the
automatice time update on their workstations ,, that to uncheck the box in
the date and time \ zone tap.
would you please help me
thanks


See tip 1402 » How can I disable automatic daylight time adjustment in the registry? 17-Jun-99
in the 'Tips & Tricks' at http://www.jsifaq.com

Use Group Policy to implement a Startup script. In the script, use
<B>REG.EXE</B>, built into Windows XP, Windows Server 2003, and later operating systems, or installed from the
<a href="../../SUBH/TIP3900/rh3968.htm">Windows 2000 Support Tools</A>.


@echo off
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /V DisableAutoDaylightTimeSet /T REG_DWORD /F /D 1

or see tip 9808 » PolicyMaker™ Registry Extension freeware.





Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top