「Windows10」セーフモードのF8起動を有効にする

環境
Windows 10 home 64bit

操作方法
1.検索入力欄に「cmd」と入力します。

2.「コマンドプロンプト」->「管理者として実行」をクリックします。

3.F8起動の有効化を行う
次のコマンドを入力しEnterキーで実行します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
c:\>bcdedit /set {default} bootmenupolicy legacy
この操作を正しく終了しました。
c:\>bcdedit /set {default} bootmenupolicy legacy この操作を正しく終了しました。
c:\>bcdedit /set {default} bootmenupolicy legacy
この操作を正しく終了しました。

4.F8起動の無効化を行う
次のコマンドを入力しEnterキーで実行します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
c:\>bcdedit /set {default} bootmenupolicy standard
この操作を正しく終了しました。
c:\>bcdedit /set {default} bootmenupolicy standard この操作を正しく終了しました。
c:\>bcdedit /set {default} bootmenupolicy standard
この操作を正しく終了しました。

 

Windows10

Posted by arkgame