Cannot enable Windows Time

T

Tom Barclay

I can't seem to automatically update Windows Time. In Services, it is set to
automatic, but when I click on start, or try to update from one of the
servers in Windows Time, I get the following error message:

Could not start Windows Time on Local Computer
Error 1058: The service cannot be started because it is disabled or because
it has no enabled devices associated with it.

It used to work, but it's possible that I inadvertently disabled something
else which the service needs to start. I did check to make sure that the
date was correct before trying to update. Any help would be appreciated.
 
K

Kelly

Hi Tom,

1. Start->Run cmd.exe
2. net stop w32time
3. w32tm /unregister [ignore error message]
4. w32tm /unregister
5. w32tm /register
6. net start w32time
 
T

Tom Barclay

Thanks Kelly, that fixed it. I searched your site before posting, but
couldn't find anything related to this problem. Again, thanks.

Tom

Kelly said:
Hi Tom,

1. Start->Run cmd.exe
2. net stop w32time
3. w32tm /unregister [ignore error message]
4. w32tm /unregister
5. w32tm /register
6. net start w32time




Tom Barclay said:
I can't seem to automatically update Windows Time. In Services, it is
set
to
automatic, but when I click on start, or try to update from one of the
servers in Windows Time, I get the following error message:

Could not start Windows Time on Local Computer
Error 1058: The service cannot be started because it is disabled or because
it has no enabled devices associated with it.

It used to work, but it's possible that I inadvertently disabled something
else which the service needs to start. I did check to make sure that the
date was correct before trying to update. Any help would be appreciated.
 
K

Kelly

Most welcome, Tom. Glad you have it sorted and thanks for the feedback.
:blush:)




Tom Barclay said:
Thanks Kelly, that fixed it. I searched your site before posting, but
couldn't find anything related to this problem. Again, thanks.

Tom

Kelly said:
Hi Tom,

1. Start->Run cmd.exe
2. net stop w32time
3. w32tm /unregister [ignore error message]
4. w32tm /unregister
5. w32tm /register
6. net start w32time




Tom Barclay said:
I can't seem to automatically update Windows Time. In Services, it is
set
to
automatic, but when I click on start, or try to update from one of the
servers in Windows Time, I get the following error message:

Could not start Windows Time on Local Computer
Error 1058: The service cannot be started because it is disabled or because
it has no enabled devices associated with it.

It used to work, but it's possible that I inadvertently disabled something
else which the service needs to start. I did check to make sure that the
date was correct before trying to update. Any help would be appreciated.
 
A

Alex Nichol

Tom said:
Could not start Windows Time on Local Computer
Error 1058: The service cannot be started because it is disabled or because
it has no enabled devices associated with it.

Control Panel - Admin Tools - Services.

Look for the Windows Time line, double click and set 'Startup type' to
'Automatic' and click Apply. Then click the Start button.
 
Joined
Dec 11, 2008
Messages
2
Reaction score
0
I have the same problem. Windows Time service is set to automatic, but gives a 1053 error. I tried the above sequence of commands and get:
D:\WINDOWS>net stop w32time
The Windows Time service is not started.
More help is available by typing NET HELPMSG 3521.
D:\WINDOWS>w32tm /unregister
The following error occurred: Access is denied. (0x80070005)

D:\WINDOWS>w32tm /unregister
The following error occurred: Access is denied. (0x80070005)

D:\WINDOWS>w32tm /register
The following error occurred: The specified service has been marked for deletion
. (0x80070430)

Any suggestions?
 
Joined
Sep 2, 2011
Messages
1
Reaction score
0
I had same issue and I went into Services control panel and hit refresh which caused Windows Time to disappear (it showed an error in the services list) then I could register it sucessfully.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top