

This finally brings us to the topic of the day: Last Known Good Configuration. Any changes made to HKLM\SYSTEM\ CurrentControlSet are in actuality being made to CurrentControlSet001. CurrentControlSet is then “pointed” at CurrentControlSet001, to which it serves as a shortcut. When your computer first starts up, Windows copies HKLM\SYSTEM\ CurrentControlSet to HKLM\SYSTEM\ Clone. In reality, CurrentControlSet is actually a shortcut/pointer to one of CurrentControlSet001, CurrentControlSet002, or Clone. To protect against system errors and provide an easy recovery option, each time Windows is successfully booted, the old CurrentControlSet and all its contents is copied and set aside.
#Create last known good configuration drivers#
Inside HKLM\SYSTEM, all configurations and settings that have to do with your hardware, the drivers to communicate with that hardware, and system services are found in HKLM\ CurrentControlSet. The HKLM\SYSTEM registry hive, as mentioned above, contains most of the settings and configurations that Windows uses to determine what drivers to load, which settings to use, what policies are configured, etc. The Windows registry is split into 4 primary sections: HKEY_CURRENT_USER which stores settings related to the logged-in user account, HKLM\SAM 1 which stores information about Windows usernames and passwords, HKLM\SECURITY which contains settings related to the security configuration of your machine, and HKLM\SYSTEM which stores all global settings for your PC.

Windows stores almost all of system-related configuration and settings in the Windows registry.
#Create last known good configuration Pc#
2 Booting your PC into Last Known Good ConfigurationĪbout “Last Known Good Configuration” Background information about the Windows Registry.1.0.1 Background information about the Windows Registry.1 About “Last Known Good Configuration”.
