what is the Backend process for last known good configuration

Dinesh Negi 66 Reputation points
2022-10-09T23:45:46.797+00:00

what is the Backend process for last known good configuration

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-09T23:51:54.947+00:00

    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.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Dinesh Negi 66 Reputation points
    2022-10-12T00:15:24.277+00:00

    Thanks!

    I am looking what all process run behind before server come online.

    0 comments No comments

  3. Anonymous
    2022-10-12T00:17:39.737+00:00

    There's not much to it, it's all registry manipulation. 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.

    Last Known Good Configuration (advanced). Starts Windows with the last registry and driver configuration that worked successfully.
    https://support.microsoft.com/en-us/windows/advanced-startup-options-including-safe-mode-b90e7808-80b5-a291-d4b8-1a1af602b617

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.