exbo
Guide

Disabling the Hyper-V feature

Disabling through Programs and Features

1. Find and open the Control Panel for your Windows operating system.

2. Open the Programs category, then find the Programs and Features section.

3. In the list on the left, select “Turn Windows features on or off”.

4. Find the Hyper-V feature in the list and deselect the checkbox next to it, then press OK.

5. Wait for Hyper-V to be disconnected, then restart your computer.

Disabling using CMD

1. Use Search to launch the CMD app as an administrator.

2. Enter the command “dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All” (without quotation marks). Press Enter and wait for the feature to be disabled.

3. Restart your computer. The Hyper-V feature will be disabled.

Disabling using Windows PowerShell

1. Use Search to launch the Windows PowerShell app as an administrator.

2. Enter the command “Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor” (without quotation marks). Press Enter and wait for the feature to be disabled.

3. Restart your computer. The Hyper-V feature will be disabled.