How to Boot Windows into Safe Mode Using Command Prompt
Learn step-by-step how to boot your Windows PC into Safe Mode from Command Prompt via Windows Recovery Environment.
220 views
To boot to Safe Mode from CMD (Command Prompt), you first need to access the Windows Recovery Environment (WinRE) by restarting your PC and interrupting the boot process three times. Once in WinRE, navigate to Troubleshoot > Advanced options > Command Prompt. Then, type `bcdedit /set {default} safeboot minimal` and press Enter. Restart your computer, and it will boot into Safe Mode. To return to normal boot, open CMD as an administrator and type `bcdedit /deletevalue {default} safeboot` then restart.
FAQs & Answers
- How do I boot Windows into Safe Mode using cmd? Access Windows Recovery Environment by interrupting the boot process three times, open Command Prompt, then run 'bcdedit /set {default} safeboot minimal' and restart your PC to boot into Safe Mode.
- How can I exit Safe Mode after booting from Command Prompt? Open Command Prompt as administrator and run 'bcdedit /deletevalue {default} safeboot', then restart your computer to boot normally.
- What is the Windows Recovery Environment (WinRE)? WinRE is a recovery environment that helps troubleshoot and repair Windows startup issues and allows access to advanced tools like Command Prompt and Safe Mode options.