Anders Boholdt-Petersen wrote:
> Hi,
>
> I have a very frustrated problem when I tried to delete a specific key in
> the Windows registry Database (I using Windows 7 64-bit).
>
> First, I run the regedit.exe as administrator (I search after the program
> from the start menu, right click on it and select "run as administrator".
>
> After that I find the following key I will delete:
> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USB\V ID_5372&PID_2303
> .
>
> When I wright click on the key I entered above and select "permissions", I
> can not change the permissions to full control so I could delete the key.
>
> Have other persons in this newsgroup a solution to how I can change the
> permissions?
>
> Very thanks for the help!
>
> / Anders
If you actually logon under an admin-level account can you then edit
permissions and delete that registry key?
When changing permissions, did you go to the Advanced tab and disable
inheritence from the parent key and enable replacement of your new
permissions on the child objects?
Why are you trying to delete the device enumerations listed under the
backup ControlSet001? It may NOT be your current control set when you
last booted. You could be editing the wrong one. Did you check which
is the current one by looking at HKLM\SYSTEM\Select? Why aren't you
editing those under the currently employed settings in
CurrentControlSet?
http://support.microsoft.com/kb/100010
http://stackoverflow.com/questions/2...-controlset002
http://en.wikipedia.org/wiki/Windows_NT_startup_process
"Multiple control sets (typically two) are kept, in the event that the
settings contained in the currently-used one prohibit the system from
booting. HKLM\SYSTEM contains control sets labeled ControlSet001,
ControlSet002, etc., as well as CurrentControlSet. During regular
operation, Windows uses CurrentControlSet to read and write information.
CurrentControlSet is a reference to one of the control sets stored in
the registry."