Using Last Known Good Configuration
10 June 2004 by Snakefoot | Comment » | Trackback OffThere is performed a backup of the system configuration, after each successful login.
This name of this backup is Last Known Good Configuration (LKGC).
It is possible to make use of the LKGC during the startup of Windows (Press F8).
This enables one to recover from different situations where Windows cannot boot:
More Info MS KB Q101790
More Info MS KB Q307852
- Installed faulty driver
- Disabled critical driver
- Disabled critical service
The LKGC can be seen using the registry editor:%systemroot%\System32\Config\System
Note if this file becomes corrupted, then it means that both the active configuration and LKGC becomes corrupted.
Note it is possible to configure whether the LKGC should be created after every login:[HKEY_LOCAL_MACHINE \SYSTEM \ControlSetXXX] (Ex. ControlSet002)
[HKEY_LOCAL_MACHINE \SYSTEM \Select]
LastKnownGood = XXX
More Info MS KB Q100010
More Info MS KB Q142033
Note to make best use of LKGC, then after making a "critical" change and restarted, then don't login right away (Or Automatic Login). Instead wait about a minute after the login screen has shown itself, so that services etc. can load completely and if no errors occurs then login.[HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows NT \CurrentVersion \Winlogon]
ReportBootOk = 1 (Enabled = 1, Disabled = 0, Default = No Value; Enabled)
More Info MS KB Q136441
More Info MS KB Q101790
More Info MS KB Q307852
Tags:
Category:
Updated: 27 September 2007