Hyper-V

How to disable Hyper-V on Windows 10

How to disable Hyper-V on Windows 10

Hyper-V is Microsoft's hardware virtualization product. It lets you create and run a software version of a computer, called a virtual machine. Each virtual machine acts like a complete computer, running an operating system and programs. In this post, we will show you the three ways to disable Hyper-V on Windows 10.

Hyper-V runs each virtual machine in its own isolated space, which means you can run more than one virtual machine on the same hardware at the same time. You might want to do this to avoid problems such as a crash affecting the other workloads, or to give different people, groups or services access to different systems.

Hyper-V can help you:

Disable Hyper-V on Windows 10

You can disable Hyper-V in Windows 10 in 3 quick and easy ways. We'll explore this topic under the methods outlined below in this section:

  1. Via Control Panel
  2. Via PowerShell
  3. Via Registry Editor

Let's take a look at the description of the step-by-step process in relation to each of the method.

1] Disable Hyper-V via Control Panel

To disable Hyper-V via Control Panel, do the following:

You can now exit Control Panel.

2] Disable Hyper-V via PowerShell

To disable Hyper-V via PowerShell, do the following:

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor

Tip: Provided you have hardware virtualization support enabled in BIOS/UEFI, you can run the same command to quickly enable Hyper-V; just replace Disable with Enable in the command.

3] Disable Hyper-V via Registry Editor

Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures.

To disable Hyper-V via Registry Editor in Windows 10, do the following:

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard] "RequireMicrosoftSignedBootChain"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity] "WasEnabledBy"=dword:00000000 "Enabled"=dword:00000000

That's it on the three ways to disable Hyper-V on Windows 10!

Control & manage mouse movement between multiple monitors in Windows 10
Dual Display Mouse Manager lets you control & configure mouse movement between multiple monitors, by slowing down its movements near the border. Windo...
WinMouse lets you customize & improve mouse pointer movement on Windows PC
If you want to improve the default functions of your mouse pointer use freeware WinMouse. It adds more features to help you get the most out of your h...
Mouse left-click button not working on Windows 10
If you are using a dedicated mouse with your laptop, or desktop computer but the mouse left-click button is not working on Windows 10/8/7 for some rea...