How to delete DeviceDesc and Mfg in registry HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01

D

Dmitry

Hello specialists!
How to change or delete values of or delete items DeviceDesc and Mfg in
HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01? When I try to
change or delete I get an error message that It can's change of delete the
item.
Best regards,
Dima
 
T

Tom Lake

Dmitry said:
Hello specialists!
How to change or delete values of or delete items DeviceDesc and Mfg in
HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01? When I try to
change or delete I get an error message that It can's change of delete the
item.
Best regards,
Dima

Right-click on the key, click Permissions...
then choose the type of user you are and then
click the Full Control box and finally, the OK
button. You should be able to delete the values
under that key now.

Tom Lake
 
D

Dave Patrick

You only need to be concerned with CurrentControlSet

To display hidden devices, non-Plug and Play devices, and devices not
attached to the computer (commonly known as "ghosted" or "phantom" devices)
Save the following two lines as a file then execute.

--------------------------setdev.bat---------------------
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
---------------------------------------------------------

Then, View|Show Hidden Devices to remove or reconfigure these devices. Do
not edit the registry.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hello specialists!
| How to change or delete values of or delete items DeviceDesc and Mfg in
| HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
| HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01? When I try to
| change or delete I get an error message that It can's change of delete the
| item.
| Best regards,
| Dima
|
|
 
C

Calvin

Hi Dmitry,

In answer to your question, Dave Patrick is right - if you can, it is
far preferable to deal with this matter using the supplier user
interface (ie: device manager in control panel0 On win2k+ you may need
to 'unhide' devices to get the full picture, as he described in his posting.

If you must do this by editing the registry, you need a clear picture in
your mind of what is going on - have a read of
http://nt4ref.zcm.com.au/mansd.htm as a starting point. In Win2k+ you
will find additional content in the registry not mention in my article -
it primarily deals with the situation with NT4.

As Dave Patrick also pointed out, you only need to worry about
HKLM/System/CurrentControlSet. CurrentControlSet is a 'hard link' (ie:
it doesn't exist as such, CurrentControl Set is an alias pointing to one
of the ControlSets - ControlSet001, ControlSet002 etc..) which is
currently in use by the system. If you really want to know which set is
currently in use you can find out by examining the key
HKLM/System/Select/Current - the data value here tells you which
ControlSet is currently aliased as 'CurrentControlSet' You will also
find the keys here for which set (if any) has failed, which is the
default set and which is the 'LastKnownGood'

When you make changes to CurrentControlSet, after the next successful
system reboot, the changes will also be replicated in the
'LastKnownGood' control set - so there is no need to edit their content,
and even if you do, you changes will be overwritten at next reboot with
whatever is in the CurrentControlSet.

Hope this info helps.

Calvin.
 
D

Dmitry

I Saved
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
lines as a bat file then executed. Then, View|Show Hidden Devices and
removed the device, but the DeviceDesc and Mfg items are still there!
How to change or delete values of or delete items DeviceDesc and Mfg in
HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01?
 
D

Dmitry

Thanks Tom Lake, Dave Patrick and Calvin for your replies.
There is no Permissions after Right-clicking on the key in my regedit. Where
to right-click on the key to click Permissions?
 
D

Dmitry

Thanks Dave Patrick and Calvin for your replies.
The brand name disappeared from registry after rebooting!
Dmitry said:
I Saved
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
lines as a bat file then executed. Then, View|Show Hidden Devices and
removed the device, but the DeviceDesc and Mfg items are still there!
How to change or delete values of or delete items DeviceDesc and Mfg in
HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01?
Dave Patrick said:
You only need to be concerned with CurrentControlSet

To display hidden devices, non-Plug and Play devices, and devices not
attached to the computer (commonly known as "ghosted" or "phantom" devices)
Save the following two lines as a file then execute.

--------------------------setdev.bat---------------------
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
---------------------------------------------------------

Then, View|Show Hidden Devices to remove or reconfigure these devices. Do
not edit the registry.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hello specialists!
| How to change or delete values of or delete items DeviceDesc and Mfg in
| HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
| HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01? When I try to
| change or delete I get an error message that It can's change of delete the
| item.
| Best regards,
| Dima
|
|
 
D

Dave Patrick

You're welcome.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Thanks Dave Patrick and Calvin for your replies.
| The brand name disappeared from registry after rebooting!
 
Joined
Oct 6, 2007
Messages
1
Reaction score
0
Tom Lake said:
"Dmitry" wrote in message
news:[email protected]...
> Hello specialists!
> How to change or delete values of or delete items DeviceDesc and Mfg in
> HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01 and in
> HKLM\SYSTEM\ControlSet002\Enum\USB\Vid_2001&Pid_1a00\01? When I try to
> change or delete I get an error message that It can's change of delete the
> item.
> Best regards,
> Dima


Right-click on the key, click Permissions...
then choose the type of user you are and then
click the Full Control box and finally, the OK
button. You should be able to delete the values
under that key now.

Tom Lake

Hi All,
We are facing same problem...the solution above is meant for Windows Xp os.
but in windows 2000* we dont have permissions option after right clicking the this key.
Can u please suggest a way to delete this key in Windows 2000.

Thanks SNP
 

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