Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #For DC on Hyper-V, Disable the TimeSync service.
  2.  
  3. #On DC
  4. w32tm /config /update /manualpeerlist:"time.windows.com,0x8" /syncfromflags:MANUAL
  5. Restart-Service w32time
  6.  
  7. #Verify on DC and Computer
  8. w32tm /query /source
  9. w32tm /resync
  10. w32tm /query /status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement