Advertisement
hl2guide

Fix Windows Time Service Australia - Batch for Windows 7

Jan 10th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.66 KB | None | 0 0
  1. Save as fix_windows_time_sync_service.cmd, Fixes a malfunctioning Windows Time Service for Australians (Windows 7 or later):
  2.  
  3. net stop w32time
  4. reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 0 /t REG_SZ /d toc.ntp.telstra.net
  5. reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 1 /t REG_SZ /d tic.ntp.telstra.net
  6. reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 2 /t REG_SZ /d time.windows.com
  7. reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers /v 3 /t REG_SZ /d time-b.nist.gov
  8. net start w32time
  9. w32tm /resync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement