Hi,
Please follow these steps to disable Hyper-V.
In Control Panel, select Programs and Features.
Select Turn Windows features on or off.
Expand Hyper-V, expand Hyper-V Platform, and then clear the Hyper-V Hypervisor check box.
If this does not work, open PowerShell and run this command.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
Or you can use DISM.
DISM.exe /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V-All
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.