.
This commit is contained in:
20
baseFixTime.bat
Normal file
20
baseFixTime.bat
Normal file
@ -0,0 +1,20 @@
|
||||
@echo off
|
||||
|
||||
set C:\Scripts\wBase\baseENV.bat
|
||||
@REM xxxxxxx
|
||||
|
||||
echo "base_Logon: FIXTIME"
|
||||
|
||||
w32tm /unregister
|
||||
|
||||
w32tm /register
|
||||
|
||||
sc start w32time
|
||||
|
||||
sc config w32time start=auto
|
||||
|
||||
w32tm /config /update /manualpeerlist:"time.windows.com"
|
||||
|
||||
w32tm /resync
|
||||
|
||||
@REM sc queryex state=all type=service
|
||||
Reference in New Issue
Block a user