Windows10 コマンドプロンプトでHyper-Vを無効化する方法

環境
Windows 10 64bit

操作方法
1.「ここに入力して検索」フォームに「cmd」と入力して「管理者として実行」をクリックします。

2.管理者権限でコマンドプロンプトを起動します。

3.下記のコマンドを実行します。

bcdedit /set hypervisorlaunchtype off

実行結果

C:\WINDOWS\system32>bcdedit /enum | find "hypervisorlaunchtype"
hypervisorlaunchtype Off

4.Hyper-Vの起動状態を確認します
下記のコマンドを実行します。

bcdedit /enum | find "hypervisorlaunchtype"

実行結果

C:\WINDOWS\system32>bcdedit /enum | find "hypervisorlaunchtype"
hypervisorlaunchtype Off

 

Windows10

Posted by arkgame