• Still running Windows 7 or earlier? Support for Windows 7 ended on January 14th 2020. Please review the thread here for more details.

internet time sync in pc date and time settings fails with error

jraju

Well-known member
Joined
Aug 21, 2017
Posts
144
Hi, Should I bother up, its sync. But I do not seem to fix it, as it gives an error occurred while was synchronizing with time.google.com. The operation returned because the time expired error.
Why this occurs and what is the fix for it.
I tried sfc scannow, which does not show any integrity problem.
I have configured my ntp server as time.google.com
I have tried all sorts of trouble shooting including stopping w32 tm etc.
But I get error.
 
You can reset the Windows Time service configurations using Command Prompt.


Open the Command Prompt by typing cmd.exe into Start Menu, right-click on Cmd.exe, and open it as an administrator.


Execute bellow commands one at a time:


Code:
net stop w32time


w32tm /unregister


w32tm /register


net start w32time


w32tm /resync /nowait



Once you completed the steps, your device should now synchronize with its clock over the internet.
 
When I execute the unregister command, i get access denied alert with error code 0x80070005. pl. advise.
 
Error code 0x80070005 means Access denied and it usually occurs because of lack of permissions. If you're on standard user account, check if the issue persists with administrator account. Or you may try creating new user account and check.
 
I checked my user account. It has administrator privileges. But still I am getting the error
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>net user sar
User name sar
Full Name
Comment
User's comment
Country code 000 (System Default)
Account active Yes
Account expires Never

Password last set 8/16/2020 12:02:39 AM
Password expires Never
Password changeable 8/16/2020 12:02:39 AM
Password required No
User may change password Yes

Workstations allowed All
Logon script
User profile
Home directory
Last logon 1/24/2022 8:48:19 AM

Logon hours allowed All

Local Group Memberships *Administrators
Global Group memberships *None
The command completed successfully.
 
Enable Administrator account and try the commands from Administrator account.

1. Open the Command Prompt by typing cmd.exe into Start Menu, right-click on Cmd.exe, and open it as an administrator.

2. Execute following command:

Code:
Net user administrator /active:yes

The above command will enable build-in Administrator account. From now on, the Administrator account will appear on the Welcome screen. Use it like any other account.

If you want to disable the account and hide it, enter this command at an elevated Command Prompt:

Code:
Net user administrator /active:no
 
when I log on to the admn built in , I find that windows time service is missing in services.msc and hence get invalid service name
 
Oh, I registered the time service and executed the command. Of course, I could go and see the successful sync on the tab. But, clicking update now, gives this error. How do I fix it
 

Attachments

  • internet time tab.jpg
    internet time tab.jpg
    45.7 KB · Views: 4
I get access denied even in admin built in logon. I think that there is a real big bug in the service. The service some times gone missing and I have to register it again and again. give me a lasting solution
 
My point is simple. Your fix is working when I execute in admin cmd prompt. But when I click update again, it was working previously by successfully syncing the internet time, whenever you click update now. Now It pops up the error , like I enclosed.
How it was working previously without any issue, now pops up timed out errors.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top