Your Windows Time service is set to start Automatically and it is running.
Your results are the same as mine except mine is set to Manual and is
Stopped.
I wouldn't worry, it seems to be working. ;-) Have you rebooted to see
what happens?
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>sc query w32time
SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
C:\>sc qc w32time
[SC] GetServiceConfig SUCCESS
SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Time
DEPENDENCIES :
SERVICE_START_NAME : LocalSystem
C:\>
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:10D0D639-1239-4AD0-9EE6-(E-Mail Removed),
BJIM <(E-Mail Removed)> hunted and pecked:
> I had googled this message before I replied earlier. Most of the entries
> either gave no answer to the question or were specific to a piece of
> hardware or the answer was bogus.
>
> I did run the SC query command and got the the following:
>
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 4 RUNNING
> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
> WIN32_EXIT_CODE : 0 (0x0)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
>
> I then ran the other command and got:
>
> [SC] GetServiceConfig SUCCESS
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> START_TYPE : 2 AUTO_START
> ERROR_CONTROL : 1 NORMAL
> BINARY_PATH_NAME : C:\WINDOWS\system32\svchost.exe -k netsvcs
> LOAD_ORDER_GROUP :
> TAG : 0
> DISPLAY_NAME : Windows Time
> DEPENDENCIES :
> SERVICE_START_NAME : LocalSystem
>
> Does that indicate anything to you? It looks normal to me but then if I
> knew what I was doing, I wouldn't be asking all these questions!!!
>
> Thanks for all your help so far.
>
> Bjim
>
>
>
>
>
>
> "Wesley Vogel" wrote:
>
>> I would not have messed with anything other than CurrentControlSet
>> myself.
>>
>> I didn't see anything helpful in the 20 that I looked through here.
>> Except to ignore the error if the service is working. You may have more
>> incentive to look through these that I do. ;-)
>>
>> The specified device instance handle does not correspond to a present
>> device
>>
http://www.google.com/search?as_q=&n...s=&safe=images
>>
>> Do these commands show anything interesting?
>>
>> sc query w32time
>>
>> sc qc w32time
>>
>> A little explaination on Control Sets.
>>
>> [[ \ControlSet001
>> \ControlSet002
>> \CurrentControlSet
>>
>> ControlSet001 may be the last control set you booted with, while
>> ControlSet002 could be what is known as the last known good control set,
>> or the control set that last successfully booted Windows NT. The
>> CurrentControlSet subkey is really a pointer to one of the ControlSetXXX
>> keys.]]
>> from...
>> What are Control Sets? What is CurrentControlSet?
>> http://support.microsoft.com/kb/100010
>>
>> Information on Last Known Good Control Set
>> http://support.microsoft.com/default...b;en-us;101790
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User