R
R. Hinse
This may seem odd, but I would like to clean up the control sets
in my Win2K registry. Everything works fine but the registry size is getting
out of hand and it would help to remove a failed control set and
bring the system key back to a more normal appearance.
As it stands, HKLM/System appears as follows:
Code:
ControlSet001
ControlSet002
ControlSet003
CurrentControlSet
and the contents of the Select Key
Code:
"Current"=dword:00000002
"Default"=dword:00000002
"Failed"=dword:00000001
"LastKnownGood"=dword:00000003
Is it possible to simply delete ControlSet001 (failed) and rename
the other ControlSets to 001 and 002 and reset the Select Key
contents to reflect the proper names solely by editing the registry?
This would seem eminently simple, but I don't want to frig up
anything by doing it.
Any help appreciated.
in my Win2K registry. Everything works fine but the registry size is getting
out of hand and it would help to remove a failed control set and
bring the system key back to a more normal appearance.
As it stands, HKLM/System appears as follows:
Code:
ControlSet001
ControlSet002
ControlSet003
CurrentControlSet
and the contents of the Select Key
Code:
"Current"=dword:00000002
"Default"=dword:00000002
"Failed"=dword:00000001
"LastKnownGood"=dword:00000003
Is it possible to simply delete ControlSet001 (failed) and rename
the other ControlSets to 001 and 002 and reset the Select Key
contents to reflect the proper names solely by editing the registry?
This would seem eminently simple, but I don't want to frig up
anything by doing it.
Any help appreciated.