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=&num=10&hl=en&btnG=Google+Search&as_epq=The+sp
ecified+device+instance+handle+does+not+correspond+to+a+present+device&as_oq=&as
_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&as_r
ights=&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.aspx?scid=kb;en-us;101790

Signature
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
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
> I would not have messed with anything other than CurrentControlSet myself.
>
[quoted text clipped - 28 lines]
> Information on Last Known Good Control Set
> http://support.microsoft.com/default.aspx?scid=kb;en-us;101790
Wesley Vogel - 30 Apr 2006 02:29 GMT
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:\>

Signature
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
> 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
[quoted text clipped - 42 lines]
>> The specified device instance handle does not correspond to a present
>> device
http://www.google.com/search?as_q=&num=10&hl=en&btnG=Google+Search&as_epq=The+sp
ecified+device+instance+handle+does+not+correspond+to+a+present+device&as_oq=&as
_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&as_r
ights=&safe=images
>> Do these commands show anything interesting?
>>
[quoted text clipped - 25 lines]
>> Wes
>> MS-MVP Windows Shell/User
Wesley Vogel - 30 Apr 2006 03:16 GMT
Oh, wow! w32tm /register may have been all you needed to do in the first
place.
Check out this command: w32tm /?
register - register to run as a service and add default configuration to the
registry.
unregister - unregister service and remove all configuration information
from the registry.
If you still are having problems. Maybe run the unregister command, reboot,
run the register command and reboot.
w32tm /unregister
w32tm /register
W32tm help...
Start | Run | Paste the following line and click OK...
hh ntcmds.chm::/time_w32tm.htm

Signature
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
> 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
[quoted text clipped - 42 lines]
>> The specified device instance handle does not correspond to a present
>> device
http://www.google.com/search?as_q=&num=10&hl=en&btnG=Google+Search&as_epq=The+sp
ecified+device+instance+handle+does+not+correspond+to+a+present+device&as_oq=&as
_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&as_r
ights=&safe=images
>> Do these commands show anything interesting?
>>
[quoted text clipped - 25 lines]
>> Wes
>> MS-MVP Windows Shell/User
BJIM - 30 Apr 2006 03:46 GMT
UNBELIVEABLE!!
Solves the problem completely. Wes, you and I are now in a class by
ourselves. I would be willing to bet that 99% of the certified XXXX's in
the world don't know about this one.
Bjim
> Oh, wow! w32tm /register may have been all you needed to do in the first
> place.
[quoted text clipped - 97 lines]
> >> Wes
> >> MS-MVP Windows Shell/User
Wesley Vogel - 30 Apr 2006 16:58 GMT
And the 1% who do are wondering, "Who are those guys?" ;-)
Keep having fun, Bjim.

Signature
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
> UNBELIVEABLE!!
>
[quoted text clipped - 79 lines]
>>>> The specified device instance handle does not correspond to a present
>>>> device
http://www.google.com/search?as_q=&num=10&hl=en&btnG=Google+Search&as_epq=The+sp
ecified+device+instance+handle+does+not+correspond+to+a+present+device&as_oq=&as
_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&as_r
ights=&safe=images
>>>> Do these commands show anything interesting?
>>>>
[quoted text clipped - 25 lines]
>>>> Wes
>>>> MS-MVP Windows Shell/User
BJIM - 30 Apr 2006 03:19 GMT
Yeah, I have rebooted a couple of times. I suppose you're right not to
worry. It's just an intellectual thing with me. It seems if there wasn't any
thing wrong why woud there be this kind of warning?
Oh well, maybe this is one of those things that only the software elite are
privledged to know about.
Thanks so much for your help.
Bjim
> 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
[quoted text clipped - 32 lines]
>
> Bjim