How to Enable Hyper-V in Windows 11 Home in 2022 (Guide) | Beebom(英語)
How to Enable Hyper-V in Windows 11 Home in 2022 (Guide) | Beebom(日本語訳)
【図解】Windows 11 Hyper-V:Ubuntu 20.04 インストール手順 | Shima System Academy
hyperv.batを作成
バッチファイルをテキストエディタで作成して保存
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause

作成したバッチファイルを右クリックから管理者として実行

Hyper-Vのインストールが完了したら再起動
WindowsキーとRキーを同時に押して実行プロンプトを開く。
「optionalfeatures.exe
」
Enterキーで実行

赤枠を全てチェックする。


Windowsキーを1回押して「Hyper-V」を検索して実行

Hyper-Vが見つからない場合は、Windows+Rショートカットを使用して「実行」ウィンドウを開き、「virtmgmt.msc」を入力
してEnterキーで実行でもOK。

クイック作成をクリック

Ubuntu 20.04を選んで仮想マシンの作成をクリック
正常に作成されるまで待つ

接続をクリック

起動をクリック
コメントを残す