Share via

Access advanced settings after POST without logged in windows in Windows 11 Pro

VARADHARAJAN K 9,676 Reputation points Volunteer Moderator
2026-03-15T15:49:53.9966667+00:00

Access advanced settings after POST without logged in windows in Windows 11 Pro

I test this in windows 10 and windows 11 26200.8037

You must modify BCD , open cmd with administrator rights, and type the following

Bcdedit.exe -set {globalsettings} advancedoptions true

Restart Windows

Screenshot 2026-03-15 204654

You can see advanced settings after Successful POST and entire in to

  1. Enable debugging
  2. Enable boot logging
  3. Enable low-resolution video
  4. Enable last known configuration
  5. Enable safemode
  6. Enable safemode with networking
  7. Enable safemode with command prompt
  8. Disable driver signature enforcement
  9. Disable early launch anti-malware protection

IMG20260315195728

If you press F10 button, you will get two more options

  1. Disable automatic restart after failure
  2. Launch recovery environment

IMG20260315204834

If you press ENTER button, system will boot in to windows.

Note**

If you don't press any button within 60 seconds after POST, Computer will shutdown automatically.

To revert back to normal access mode

Login in to windows

open cmd with administrator rights, and type the following

Bcdedit.exe -set {globalsettings} advancedoptions false

Fewn users these options are useful without booting into windows.

Thanking you

Varadharajan K M.Sc

Windows for home | Windows 11 | Security and privacy
0 comments No comments

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-15T15:50:14.3933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The described method uses the BCDEdit tool to change global boot options so that the classic Startup Settings menu appears automatically after POST, before signing in to Windows.

    BCDEdit edits entries in the Boot Configuration Data (BCD) store. As documented, BCDEdit is a powerful, low‑level tool and requires administrative privileges. Incorrect changes to boot entries can render the system unbootable. When possible, the System Configuration utility (MSConfig.exe) is the safer alternative for changing boot behavior.

    For scenarios where access to Windows is not available, Windows Recovery Environment (Windows RE) provides a supported way to reach Startup Settings and other recovery tools. Windows RE can start automatically after repeated boot failures, or it can be triggered by interrupting the normal boot process twice; on the third boot, Windows displays Automatic Repair, from which Advanced options → Startup Settings can be selected.

    The Startup Settings screen in Windows RE exposes options such as Safe Mode variants, low‑resolution video, boot logging, and disabling driver signature enforcement. From there, Windows can be started normally or additional recovery tools can be launched.

    Because BCDEdit modifications to global boot parameters are not covered step‑by‑step in the provided documentation and can be risky, the recommended supported approach for most users is to rely on Windows RE and its Startup Settings rather than permanently enabling advanced options via BCD.


    References:

Your answer

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