Followers

Powered by Blogger.
Saturday, December 3, 2011

How To Remove Windows 8 "Safe Mode" from Windows Boot Manager

1. Open a elevated command prompt or a command prompt at boot.


2. In the command prompt, copy and paste the command below and press Enter. (see screenshot below)

bcdedit /enum /v
 3. From under a Windows Boot Loader section, look for the description that has Windows 8 Safe Mode listed, and make note of it's identifier number (ex: {203ca718-e98b-11e0-842d-080027916f7d} ) . (see screenshot above)


4. In the command prompt, type the command below and press Enter. (see screenshot below)
NOTE: Substitute identifier number in the command below with your actual "Windows 8 Safe Mode"identifier number from step 2.

bcdedit /delete {identifier number}


For example: I would type this command below exactly for my identier number {203ca718-e98b-11e0-842d-080027916f7d}.

bcdedit /delete {203ca718-e98b-11e0-842d-080027916f7d}
 5. Close the command prompt. The next time that you restart the computer, you will see that Windows 8 Safe Mode has been removed.

0 comments:

About Me