Closed Merritt-Brian closed 3 years ago
More here: https://petri.com/how-to-disable-hyper-v-completely-in-windows-10
Rather than require users to go through the Host OS environment settings directly and manually, add a prompt/button to run Hyper-V enable or disable
Disable Pick One below
A. Powershell: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor -All B. DISM /Online /Disable-Feature:Microsoft-Hyper-V
Enable Pick One below
A. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All B. DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
Completed in v0.9.0 #68
More here: https://petri.com/how-to-disable-hyper-v-completely-in-windows-10
Rather than require users to go through the Host OS environment settings directly and manually, add a prompt/button to run Hyper-V enable or disable
Disable Pick One below
A. Powershell: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor -All B. DISM /Online /Disable-Feature:Microsoft-Hyper-V
Enable Pick One below
A. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All B. DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V