How to remove older hardware key in HKLM

  • Thread starter Thread starter FRTTFFF
  • Start date Start date
F

FRTTFFF

Hi folk,

I´ve update my hardware and i would like to remove/delete older
HKLM/CurrentControlSet/Enum/.... reference for those items. Delete key not
working with these KEY, any advice/tips/helps???

for example, I replace my old ATI All-In-Wonder-Pro with a new adapter and
in HKLM/../DISPLAY all reference remain, and when exploring the services and
drivers list this harware are show as instaled.

any idea how to delete these KEYs.

Thankx


--

Mail Disclaimer
The information contained in this e-mail is LEGALLY PRIVILEDGED AND
CONFIDENTIAL and is intended only for the use of the addressee named
above.If the reader of this message is not the intended recipient or the
employee or agent responsible for delivering the message to the intended
recipient, or you have received this communication in error, please be aware
that any dissemination, distribution or duplication of this communication is
strictly prohibited, and please notify us immediately and return the
original message to us at the address above.
Thank you.
 
To display hidden devices, non-Plug and Play devices, and devices not
attached to the computer (commonly known as "ghosted" or "phantom" devices)
From a command prompt;

set DEVMGR_SHOW_NONPRESENT_DEVICES=1
then
start devmgmt.msc

Then, use Device Manager to remove or reconfigure these devices. Do not edit
the registry.
 
To display hidden devices, non-Plug and Play devices, and devices not
attached to the computer (commonly known as "ghosted" or "phantom" devices)
From a command prompt;

set DEVMGR_SHOW_NONPRESENT_DEVICES=1
then
start devmgmt.msc

Then, use Device Manager to remove or reconfigure these devices. Do not edit
the registry.
 
Back
Top