Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. For those that still asking this question.
  2.  
  3. To update, use the command below (2008 and 2012 server compatible)
  4.  
  5. w32tm /config /manualpeerlist:"ntp_server" /syncfromflags:manual /reliable:yes /update
  6.  
  7. change the ntp_server with your source
  8.  
  9. Restart the time service
  10.  
  11. net stop w32time
  12. net start w32time
  13.  
  14. Resync the time
  15.  
  16. w32tm /resync
  17.  
  18. Verify your sync status
  19.  
  20. w32tm /query /status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement