diff --git a/Utility Scripts/Fix Windows Server Time.bat b/Utility Scripts/Fix Windows Server Time.bat new file mode 100644 index 0000000..761d7f2 --- /dev/null +++ b/Utility Scripts/Fix Windows Server Time.bat @@ -0,0 +1,5 @@ +w32tm /config /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org",0x8 /syncfromflags:MANUAL +w32tm /config /update +net stop w32time +net start w32time +w32tm /resync /nowait \ No newline at end of file