registry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when I went to do a registry fix
in local_machine, I noticed in
local_machine\system\currentcontrolset\control\virtualdrivers...
there is three of the same listed. they are controlset, controlset01, and
controlset03. Are these copys that i can delete or are they needed.
they all look the same and am wondering if they are needed.
 
Looking in;
HKEY_LOCAL_MACHINE\SYSTEM\Select
you'll find the D-Word values for
"Current"=dword:00000001
"Default"=dword:00000001
"Failed"=dword:00000000
"LastKnownGood"=dword:00000002

CurrentControlSet is volatile and will always be an image (at boot) of
what's defined in ControlSetx where x = the value of "Current"

Choosing last known good boots the system with the control set that last
successfully booted your system. Control sets contain system configuration
information such as device drivers and services. So no don't delete them
unless you're ready to reinstall the OS

--
Regards,

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

:
| when I went to do a registry fix
| in local_machine, I noticed in
| local_machine\system\currentcontrolset\control\virtualdrivers...
| there is three of the same listed. they are controlset, controlset01, and
| controlset03. Are these copys that i can delete or are they needed.
| they all look the same and am wondering if they are needed.
 
Hi

Please leave those entries where they are. They point to various other
entries in the Registry and are reference 'Last Known Good Configuration'
values. If you are not sure what any entry in the Registry refers to,
please don't delete, rename or move it. You may render your PC unbootable.
 
EvilKnight said:
when I went to do a registry fix
in local_machine, I noticed in
local_machine\system\currentcontrolset\control\virtualdrivers...
there is three of the same listed. they are controlset, controlset01, and
controlset03. Are these copys that i can delete or are they needed.
they all look the same and am wondering if they are needed.
Hi

Do not delete any of those registry branches!

The CurrentControlSet branch is actually only a alias for the one of
the ControlSet00x branches that are currently active, and one of the
others ControlSet00x branches is for "Last known good configuration"
in case you have some startup problems.
 

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

Back
Top