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