Skip to content

Instantly share code, notes, and snippets.

@christian-korneck
Last active March 24, 2024 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christian-korneck/2cc54d68dbc918e37e288899fb9421ca to your computer and use it in GitHub Desktop.
Save christian-korneck/2cc54d68dbc918e37e288899fb9421ca to your computer and use it in GitHub Desktop.
windows 11: boot into recovery mode

A way to reboot into recovery mode (Windows boots into GUI with only minimal drivers loaded):

  • bcdedit /set "{current}" safeboot minimal
  • reboot. Machine will boot into recovery mode.
  • in recovery mode, disable it before rebooting: bcdedit /deletevalue "{current}" safeboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment