Tutorials

▷ How to disable hyper

Table of contents:

Anonim

Disabling Hyper-V in Windows 10 is usually necessary when we want to install a different Hypervisor than this one. This is because the Microsoft virtualization tool is almost always incompatible with the other virtualization tools. There are two main ways to disable Hyper-V from our system and we will see both.

Index of contents

Because Hyper-V is a tool that virtualizes through hardware, that is, it takes the hardware of the machine directly to assign them to the different virtual machines, it is incompatible, in principle, with other tools such as VirtualBox, which virtualize by software.

Disable Hyper-V in Windows 10

So if you have recently enabled Hyper-V on your machine and have experienced performance issues, it may possibly be due to the fact that you have several of these tools on your system. In this case you can either uninstall the others and leave Hyper-V, and Disable Hyper-V and keep the others. In this case we will proceed to disable Hyper in Windows 10.

Disable Hyper-V from the control panel

The first way that we will see to carry out this action will be to do it graphically from the control panel, with the window " Activate or deactivate the Windows features ".

To do this we will have two methods to get to it, the easiest will be by opening the start menu and typing " Activate or deactivate Windows features" or simply typing " Activate ". In either case, the search result should look like this:

The second way will be by going to the Windows control panel to access this option. We will open the start menu and write "Control Panel" and click on this unambiguous search result.

Once inside, we will click on the option to "uninstall a program" in category view or "Programs and features" with icon view.

In the window that appears, we will have to click on " Activate or deactivate the Windows features ".

In any case, we will open a list of elements among which will be " Hyper-V ". Click on it to display its options and disable them all.

Now we will only have to click on " Accept " and restart our computer when Windows requests it. We will already have Hyper-V disabled in Windows 10.

Disable Hyper-V in Windows 10 from PowerShell

The second option that we will have available will be to disable the Hypervisor through our PowerShell command console. Needless to say, we will need to have administrator permissions to carry out the procedure.

To open a PowerShell terminal as administrator, we will have to right-click on the start menu to open a menu with a gray background. Here we will click on the option " Windows PowerShell (Administrator) ".

Now we will have to write the following command in our console and press Enter:

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

After finishing a quick process, it will ask us to restart our computer, for this we must place the character "y" and press Enter.

The computer will restart twice in a row, and we will finally have Hyper-V disabled in Windows 10.

In any case, it is as simple a process as activation and we will not run any risk when disabling it. The only thing that will cause is that the virtual machines that we had created in the system will not be able to open.

In this way we can also use other hypervisors based on software virtualization such as VMware Player or VirtualBox.

We recommend VirtualBox, because it is free, here is more information about it and its use:

Why have you decided to disable Hyper-V from your system? If you have had any problem or want to add something, write us in the comment box.

Tutorials

Editor's choice

Back to top button