- Back to Home »
- Windows »
- How To Enter Safe Mode in Windows 8 / Windows 8.1 Using F8 Key
Posted by : jack :)
1/18/14
Enable
1.Run command prompt as administrator.
2.Type the following code:
bcdedit /set {default} bootmenupolicy legacy3.Done.
Disable
1.Run command prompt as administrator.
2.Type the following code:
bcdedit /set {default} bootmenupolicy standard3.Done.