Registry question - service key value

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Hi ,

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_xxxx&Pid_xxxx&Mi_00\6&2306f7e1&7&0000
there is one entry "service", does anyone know what is the entry means and
when and by which program create the entry. thanks.
 
Any USB device that would ever have been connected to the computer would
have written at the HKLM\SYSTEM\CurrentControlSet\Enum\USB\ key, it's
pretty difficult for us to know what exactly wrote the key. What
problems are you having that has you investigating entries in the Enum
key? Any changes to this key should only be made via the Device
Manager, by default users don't have permissions on the Enum keys. This
may be helpful:

Device Manager does not display devices that are not connected to the
Windows XP-based computer
http://support.microsoft.com/kb/315539

This little batch file will automatically set the Device Manager to show
phantom devices and open it for you:

----------------------------------------------------
set devmgr_show_nonpresent_devices-1
start devmgmt.msc

----------------------------------------------------

See here for information on the Enum subkey:

Enum
http://technet.microsoft.com/en-ca/library/cc976176.aspx

John
 
Back
Top