newpersn Posted November 5, 2019 Posted November 5, 2019 Got a random time issue at a site. The Time is out of sync. I have corrected the Host and re-enabled time sync with the guest. (SWGfL NTP syncs to host > Time sync with the virtual DC). The DC's all have the right time and the servers i have checked also have the right time. Looked at a few 1903 computer the Windows Time Service is disabled?! Why is the time service disabled?
chazzy2501 Posted November 5, 2019 Posted November 5, 2019 does "net time" still work on the workstation? I still don't think it should be disabled but mine is on manual.
cullingsh Posted November 5, 2019 Posted November 5, 2019 We found this in a couple of our schools, randomly some machines had the time service disabled. In some we also couldn't re-enable the service (this was on 1809) and had to re-register the service. I've created a batch file and put it into a GPO start up script. Haven't had any more complaints at those schools. SET PROG="C:\w32time.txt" IF NOT EXIST %PROG% GOTO INSTALL exit /b 0 :INSTALL net stop w32time w32tm /unregister w32tm /register net start w32time w32tm /resync echo w32tm reset %date% %time% >>C:\w32time.txt exit /b 0
newpersn Posted November 7, 2019 Author Posted November 7, 2019 How do i remotly get computers to look at a DC for time? When i enable to service it get the time from the CMOS (which is an hour out) if there something i can set in GPO to get it time from the DC or a NTP server (as secondary) 1
cullingsh Posted November 11, 2019 Posted November 11, 2019 What happens if you run the w32tm /resync on an affected computer? Does it sort it out?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now