Powered By Blogger

Ht

Ht

Thursday 23 June 2016

How to enable boot menu in windows 10

Windows safe mode and F8 keys will not work in windows 10 like older windows OS. Windows 10 designed for very fast boot, there is not time to interrupt system boot.

Enable boot menu in windows 10 through command:

> Run command prompt with admin privileges or right click the start menu and click command prompt (admin).
> Run the below command inthe command prompt window :
   
      bcdedit /set {default} bootmenupolicy legacy



> Restart the system and press F8 to get boot menu.

> To disable the boot menu, Run this below command:

     bcdedit /set {default} bootmenupolicy standard
 

 

No comments:

Post a Comment