introduction
Booting into safe mode may sometimes be essential for diagnosing and repairing issues with personal computers. To get into safe mode, there are several options, including using the command prompt, which comes in quite handy when other methods fail to work properly. Following this guide, we’ll demonstrate how to boot into safe mode with command prompt step by step, as well as other variants of safe modes and command execution.
Requirements
First, make sure you have access to a command prompt with administrative rights either from the desktop or recovery environment if you’re unable to boot normally.
Step-by-Step Guide to Boot into Safe Mode via Command Prompt
1. Open Command Prompt
- Open the search bar on your desktop.
- Type
CMD
orCommand Prompt
. - Right-click on it and select “Run as administrator.”
- Allow any user control prompts when that appear.
2. Enter Commands for Safe Mode
You must now type the commands that would let you access the preferred type of safe mode.
Standard Safe Mode
To enter standard safe mode (without networking):
- Type the following command:
bcdedit /set {current} safeboot minimal
- Press Enter.
- Restart your computer, and it should boot into standard safe mode.
Safe Mode with Networking
If you need to access the Internet, use the following command:
- Type:
bcdedit /set {current} safeboot network
- Press Enter.
- Restart your computer.
3. Boot into Safe Mode with Command Prompt
If you require a command prompt in safe mode, follow these steps:
- First, type the command for safe mode, then immediately follow it with:
bcdedit /set {current} safeboot minimal
- Then type the command for safe mode with command prompt:
bcdedit /set {current} safeboot dsrepair
- Press Enter.
- Restart your machine.
4. Accessing Safe Mode
When you turn it on again it will boot you into the specified mode. In that mode-the safe mode with networking-would have a notification at four corners saying that such a mode has been activated. It lets one perform some functions, like downloading files or uninstalling problematic software.
You May Like: How to Fix Windows Error 0xc000007b
Exiting Safe Mode
To return to normal mode:
- Open Command Prompt as an administrator again.
- Type the following command:
bcdedit /deletevalue {current} safeboot
- Press Enter.
- Exit the command prompt and reboot your computer.
Summary and Final Thoughts
This way of approaching the subject would seem to be the only way out for switching to safe mode from the command prompt, but this isn’t the case at all. Indeed, there are several ways by which you can do this. Knowing what other methods exist is always an advantage because one method may fail in a particular case.
These words don’t resist taking in how-to-tutorials in this field. There should also be an explanation above the commands written for booting in safe mode, as it would enable users to improve their troubleshooting skills while ensuring that their PC problems are addressed effectively. There will always be more learning and determining better approaches to computer repair and management.
Get the ebook and be updated about what is coming in terms of helping one another with really good sane tips and solutions for the everyday tech problems. Peace of mind in using technology, and knowledge will equal a very important commodity in keeping it useable.