Windows10 コマンドプロンプトでHyper-Vを有効化する
環境
Windows 10 64bit
操作方法
1.「ここに入力して検索」フォームに「cmd」と入力して「管理者として実行」をクリックします。
2.管理者権限でコマンドプロンプトを起動します。
3.下記のコマンドを実行します。
bcdedit /set hypervisorlaunchtype auto
実行結果
C:\WINDOWS\system32>bcdedit /set hypervisorlaunchtype auto
この操作を正しく終了しました。
4.Hyper-Vの起動状態を確認するには下記のコマンドを実行します。
bcdedit /enum | find "hypervisorlaunchtype"
実行結果
C:\WINDOWS\system32>bcdedit /enum | find “hypervisorlaunchtype"
hypervisorlaunchtype Auto