Jun 03 2022 11:15 AM
Hi,
Working on a bunch of 2016 & 2019 servers in a CCTV application and time sync is very important. All computers are in local workgroup, no domain. I have found servers with the wrong time and the Set Time Automatically Option grayed out or turned off. I click to enable and the time sync's with our time server so all of that is working correctly.
Any idea's why auto time sync gets turned off?
Thanks
Kevin
Jun 03 2022 12:38 PM
time sync is very important.
What are you trying to sync with?
(assuming a non-domain environment)
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
then check
w32tm /query /source
w32tm /query /configuration
Jun 10 2022 03:45 AM
Hello CCTVDude,
I understand your concern about Set Time Automatically Option being grayed out or turned off.
You can try the below fixes if it works for you.
Method 1: I suggest you to turn on the automatic time setup if not yet done.
Method 2: You will have to check the status of the Windows Time service.
The Windows Time Service maintains the date and time synchronization on all client and network servers. If the service is stopped, date and time synchronization will be inaccessible. If this service is disabled, any services that specifically depend on it will fail to start.
Step 1: Need to Stop the service:
Step 2: You must start the service and set it to automatic:
The main problem is Windows Time will not start since it's set to manual and greyed out.
However, You can try the below solution if it turns off by itself.
Click Run, then type Regedit.
Go to Computer, \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time
Now, Modify the start dword and change its value to '2'.
Restart your computer. While Windows time service is still grey out, we have been able to start it.
Now go to Date / Time by right-clicking your time in the bottom right corner. And then click Adjust to set date/time.
You will then see a spinning blue circle as Windows uses all of your CPU's power to change the server time to automatic. You have to give it some time to complete the operation. Thus, your time will now be automatic and working again.
So the solution above of changing the start value may and probably will work with any greyed-out service that you need to start.
I hope it helps. Kindly update the status of the issue. I will be happy to help you.
----------------------
Regards,
Austin_M
Jul 16 2024 11:44 AM
(I know this is a late reply, but for others Googling this issue.)
Location Privacy - if "Allow desktop apps to access your location" is turned turned off, then "Set time zone automatically" will turn off by itself if you turn it on.
Accurate location is needed by settings to figure out what timezone should be set.
Aug 06 2024 04:56 PM