今回は、Windows 10でも、起動時に「F8キー連打」にてセーフモードを起動する方法について書きたいと思います。
設定の確認
下記の方法により、「F8キー連打」にてセーフモードが起動できるかどうか確認します。
- 管理者権限にてコマンドプロンプトを起動する。
- 「bcdedit」と入力し、Enterキーを押す。
- 一番下に「bootmenupolicy」という項目があり、「Legacy」であれば「F8キー連打」でセーフモードが起動できるが、「Standard」であれば起動できない。
Windows ブート マネージャー
--------------------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale ja-JP
inherit {globalsettings}
default {current}
resumeobject {0a3e9049-5969-11e6-8026-7427ea181580}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 0
Windows ブート ローダー
--------------------------------
identifier {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 10
locale ja-JP
inherit {bootloadersettings}
recoverysequence {0a3e904b-5969-11e6-8026-7427ea181580}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {0a3e9049-5969-11e6-8026-7427ea181580}
nx OptIn
bootmenupolicy Legacy
設定方法
設定の確認にて、「bootmenupolicy」の値が「Standard」だった場合、下記の方法にて設定を行います。
- 管理者権限にてコマンドプロンプトを起動する。
- 「bcdedit /set {default} bootmenupolicy legacy」と入力し、Enterキーを押す。
セーフモード起動手順
- PCの電源を投入する。
- 「BIOS」のロゴマークが表示されてから、「Windows 10」のロゴマークが表示されるまでの間にF8キーを連打する。
まとめた動画
YouTube
ニコニコ動画
以上、参考にしていただけたら幸いです。
0 件のコメント:
コメントを投稿