How to Disable Hyper-V in windows 10
If your are having issue with Virtualbox, Vmware or a VPN connection on windows 10 or 11. it could be caused by Hyper-V.
This tutorial will guide you to remove it. it worked for me.
Command used in the video.
wsl --set-default-version 1
wsl -l -v
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
DISM /Online /Disable-Feature:Microsoft-Hyper-V
#windows #vm #virtualmachine