From acc7a8835654711ed5efc1dab2132b0614317cdb Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 15:43:25 +0000 Subject: [PATCH] Upload files to "Utility Scripts" --- Utility Scripts/Fix Windows Server Time.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Utility Scripts/Fix Windows Server Time.bat 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