How to Enable Safe Mode Using the Elevated Command Prompt in Windows

11/26/20242 min temps de lecture

a couple of people standing in front of a fruit stand
a couple of people standing in front of a fruit stand

Introduction

For Windows users, navigating system issues can sometimes require entering Safe Mode. This mode allows for troubleshooting by starting Windows with a limited set of drivers and services. One effective way to enable Safe Mode is through the elevated Command Prompt, a powerful tool that grants administrative privileges, allowing users to execute commands that are otherwise restricted.

Accessing the Elevated Command Prompt

To begin, you need to access the Command Prompt with elevated permissions. This can be done easily by pressing the Windows key and typing 'command prompt' into the search bar. Once the results appear, you can utilize the arrow keys to highlight the Command Prompt program appearing on the left side of the window. Ensure to select the correct result, as there could be several related listings.

After highlighting the Command Prompt, look over to the right side of the window. Here, you will notice an option labeled 'Run as administrator.' Click this option to launch the Command Prompt with elevated privileges. A User Account Control (UAC) prompt may appear, asking for confirmation. Click 'Yes' to proceed.

Enabling Safe Mode

With the elevated Command Prompt open, you can now enable Safe Mode. Type the following command into the console:

bcdedit /set {current} safeboot minimal

This command tells the Windows Boot Manager to start the operating system in Safe Mode the next time your computer is rebooted. Press the Enter key to execute the command. Once it has successfully run, you should see a confirmation message indicating that the operation completed successfully.

After that, you will need to restart your computer in order for these changes to take effect. Navigate to the Start menu, select the power icon, and choose 'Restart.' Upon rebooting, your system will enter Safe Mode, allowing you to perform necessary troubleshooting tasks with minimal drivers and services running.

Reverting Changes

Once you have completed your troubleshooting in Safe Mode, it is important to revert the changes made in the Command Prompt. To do this, reopen the elevated Command Prompt using the same method discussed earlier. Execute the following command:

bcdedit /deletevalue {current} safeboot

This command instructs Windows to boot normally during the next startup cycle. After executing the command, restart your computer again to return to normal operating mode.

Conclusion

The elevated Command Prompt is an essential utility for Windows users, especially when tackling more complex system issues like enabling Safe Mode. Following the steps outlined above, you can easily access and utilize this powerful tool. Always remember to revert any changes after you have resolved your issues, ensuring your system returns to its normal functioning state.