/** * vBulletin 3.8.6 CSS * Style: 'PC Review 3.8'; Style ID: 2 */ @import url("http://www.pcreview.co.uk/forums/clientscript/vbulletin_css/style-51935080-00002.css"); How to delete DeviceDesc and Mfg in registry HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01?
PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

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

 
 
Dmitry
Guest
Posts: n/a
 
      2nd Jun 2006
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


 
Reply With Quote
 
 
 
 
Tom Lake
Guest
Posts: n/a
 
      2nd Jun 2006
"Dmitry" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      2nd Jun 2006
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

"Dmitry" wrote:
| 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
|
|


 
Reply With Quote
 
Calvin
Guest
Posts: n/a
 
      4th Jun 2006
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.
 
Reply With Quote
 
Dmitry
Guest
Posts: n/a
 
      5th Jun 2006
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" <(E-Mail Removed)> сообщил/сообщила в новостях
следующее: news:%(E-Mail Removed)...
> 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
>
> "Dmitry" wrote:
> | 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
> |
> |
>
>



 
Reply With Quote
 
Dmitry
Guest
Posts: n/a
 
      5th Jun 2006
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?
"Tom Lake" <(E-Mail Removed)> сообщил/сообщила в новостях следующее:
news:%23y$(E-Mail Removed)...
> "Dmitry" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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
>
>



 
Reply With Quote
 
Dmitry
Guest
Posts: n/a
 
      5th Jun 2006
Thanks Dave Patrick and Calvin for your replies.
The brand name disappeared from registry after rebooting!
"Dmitry" <(E-Mail Removed)> сообщил/сообщила в новостях следующее:
news:%(E-Mail Removed)...
> 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" <(E-Mail Removed)> сообщил/сообщила в новостях
> следующее: news:%(E-Mail Removed)...
> > 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
> >
> > "Dmitry" wrote:
> > | 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
> > |
> > |
> >
> >

>
>



 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      5th Jun 2006
You're welcome.

--

Regards,

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

"Dmitry" wrote:
| Thanks Dave Patrick and Calvin for your replies.
| The brand name disappeared from registry after rebooting!


 
Reply With Quote
 
New Member
Join Date: Oct 2007
Posts: 1
 
      6th Oct 2007
Quote:
Originally Posted by Tom Lake
"Dmitry" wrote in message
news:(E-Mail Removed)...
> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the diff between HKLM\SYSTEM\CurrentControlSet and ControlSet001, 002, 003 ? Peter Swindon Windows XP General 9 9th Mar 2011 03:49 AM
What is the diff between HKLM\SYSTEM\CurrentControlSet and ControlSet001, 002, 003 ? Peter Swindon Windows XP Help 9 9th Mar 2011 03:49 AM
how can I delete registry key value in HKLM Rastlin Chen Windows Vista Security 2 8th Sep 2006 02:42 PM
How to delete DeviceDesc and Mfg in registry HKLM\SYSTEM\ControlSet001\Enum\USB\Vid_2001&Pid_1a00\01? Dmitry Microsoft Windows 2000 7 5th Jun 2006 03:07 PM
Need help adding entry to registry Local\system\controlset001\enum\root\ Norm Hickel Windows XP Security 2 7th Dec 2003 09:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:23 PM.