Reboot and hit ESC until start up menu displays
Select F11 System recovery mode
Troubleshoot > Advanced options > command prompt
Type
bcdedit /deletevalue {default} safeboot
Select continue to restart eh computer normally
BCDEDIT = Boot Configuration Data to edit Windows Boot Manager from the command line
Fix: Windows Defaults to Safe mode
- Right-click Start, click Run.
- Type
msconfig
and click OK. - This starts the System Configuration Utility. In the System Configuration Utility, select the Boot tab.
- If you have a multi-boot setup, select your Windows installation from the list. Under Boot options, uncheck “Safe boot”.
- Enable “Make all boot settings permanent” checkbox.
- Click Apply, and click OK. Click Yes when you see the following prompt:You have chosen to commit the changes you’ve made in the “BOOT” tab, which includes all current and previous changes. This will make those changes permanent, and you will not be able to undo the changes at a later time. Are you sure you want continue?
Using Command Prompt
Alternately, open an elevated Command Prompt window and then type:
bcdedit /deletevalue {current} safeboot
This removes
Safeboot: Minimal
boot loader configuration. After running the command, restart Windows. Windows should boot into normal mode again.
IT Consultant
No comments:
Post a Comment