From 83cbaf6f4de23ba77358a93ebc30f67f2e7840bd Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Mon, 25 Jul 2022 15:46:24 +0000 Subject: [PATCH] Add 'fixntp.ps1' --- fixntp.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fixntp.ps1 diff --git a/fixntp.ps1 b/fixntp.ps1 new file mode 100644 index 0000000..85abcb3 --- /dev/null +++ b/fixntp.ps1 @@ -0,0 +1,3 @@ +Get-Date | Out-File C:\Users\Administrator\Desktop\fixntp\datelog.txt -Append +w32tm /resync | Out-File C:\Users\Administrator\Desktop\fixtime\datelog.txt -Append +Get-Date | Out-File C:\Users\Administrator\Desktop\fixntp\datelog.txt -Append \ No newline at end of file