- This topic has 1 reply, 2 voices, and was last updated 16 years, 3 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
› Forums › Operating Systems › Windows Server 2008 › Miscellaneous › Clock is consistently out of sync
I am aware of two possibilities to synchronize the time of your pc via the commandline:
* Synchronize the time with the time of an other computer in your network:
net.exe – net time \servername /set /yes
* Synchronize the time with a time server
W32tm.exe – w32tm /resync
To let it synchronize automatically every startup, create a new String Value in HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun and enter as value: cmd /c command parameters. An other possibility is to use the autoexnt.bat method.
Hope this helps you! 🙂