disable hyper v windows code example
Example 1: how to disable hyper-v in windows 10 using command prompt
bcdedit /set hypervisorlaunchtype off
Example 2: how to Disable Hyper-V
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor