PowerShell hyper-vを有効にする方法
環境
Windows 10 Pro
操作方法
1.powershellを管理者権限で起動します
2.以下のコマンドを実行します
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
3.hyper-vを有効にします。
Coding Changes the World
環境
Windows 10 Pro
操作方法
1.powershellを管理者権限で起動します
2.以下のコマンドを実行します
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
3.hyper-vを有効にします。