安裝Hyper-V
以管理員身份打開 PowerShell 控制臺候衍,運(yùn)行以下命令:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
管理員身份打開 PowerShell 或 CMD 窗口中輸入命令:
dism /Online /Enable-Feature:Microsoft-Hyper-V /All
卸載Hpyer-V
以管理員身份打開 PowerShell 控制臺菲盾,運(yùn)行以下命令:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
管理員身份打開 PowerShell 或 CMD 窗口中輸入命令:
dism /Online /Disable-Feature:Microsoft-Hyper-V-All
來源:
https://www.jrjxdiy.com/windows/cmd/install-and-uninstall-hyper-v.html