Watch the video:
Timestamps:
0:00 - Intro/Explanation
0:33 - Sync time in Windows
1:10 - Sync from CMD / Specific server
2:35 - Change Windows time server (NTP Server)
If you’re trying to sync time on Windows, but it simply fails either without an error, or manually doing it in a terminal, results in something along the lines of “The RPC server is unavailable. (0x800706BA)”, then this video should show you fixes for that and more!
Commands:
w32tm /resync
Manually resync from specific server: w32tm /resync /computer:[[NTP server]] /nowait
Manually set servers:
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:0.us.pool.ntp.org,1.us.pool.ntp.org,2.us.pool.ntp.org,3.us.pool.ntp.org
w32tm /config /reliable:yes
net start w32time
Verify:
w32tm /query /configuration
w32tm /query /status