How to enable hyper v on windows 10

Did you know that if you enable Hyper-V on Windows 10, you can create, delete and manage virtual machines? Using virtual machines would let you test out any new and unstable operating systems and try out new apps and features in a contained virtualized desktop environment, keeping your physical PC safe from any bugs, performance, and/or stability issues of the VM. Follow these methods to enable Hyper-V on Windows 10.

Did you know that if you enable Hyper-V on Windows 10, you can create, delete and manage virtual machines? Using a virtual machine (VM) lets you test out any new and unstable operating systems and try out new apps and features in a contained virtualized desktop environment, keeping your physical PC safe from any bugs, performance, and/or stability issues of the VM. Hyper-V is Microsoft’s implementation of a virtual machine manager, although there are others, notably from Oracle and VMWare.

Of course, this is only the case if your PC meets these necessary requirements to enable Hyper-V on Windows 10:

  • Windows 10 Enterprise, Pro, or Education edition
  • 64-bit processor with Second Level Address Translation (SLAT)
  • CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs)
  • Minimum of 4 GB RAM

There are a couple of things that need to be addressed before we go any further:

1. Hyper-V cannot be enabled on Windows 10 Home.
2. Hyper-V is built into Windows 10 as an optional feature that needs to be enabled, so there is no “Hyper-V download” available.

The best thing you can do is to upgrade to a different Windows version either by opening Settings > Update and Security > Activation or purchase a Windows license directly from Microsoft.

Another cool trick is that you can upgrade your Windows edition via the Microsoft Store directly on your Windows PC.

Enable Hyper-V on Windows 10

If your PC meets all of the requirements, then you are ready to go. So how do you enable Hyper-V? Enable Hyper-V by using Windows Settings, Command Prompt (CMD) and the Deployment Image Servicing and Management tool (DISM), and Windows PowerShell.

Here are the three simple methods:

1. Windows Settings

1. Right-click the Windows button on your desktop and select Apps and Features
2. Choose Programs and Features located on the right.
enable Hyper-V on Windows 10
3. Choose Turn Windows features on or off.
enable hyper-v on windows 10
4. Check the box next to Hyper-V, including Hyper-V Management Tools and Hyper-V Platform, and click OK.
enable hyper-v on windows 10

2. CMD and DISM

1. Open Command Prompt (CMD) as Administrator.
2. Copy and paste the following command:
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
3. Press Enter when finished to run the command.
enable hyper-v on windows 10

3. Windows PowerShell

1. Open Windows PowerShell as Administrator.
2. Copy and paste the following command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
3. Press Enter when finished to run the command.

Whichever method you choose to enable Hyper-V, you will be prompted to restart your system for the changes to take effect. You will not be able to use Hyper-V until you restart your Windows 10 PC.

Once you restart your PC, you can get started using desktop virtualization tools, including the ability to create a Windows 11 virtual machine on Windows 10.

Looking for more Microsoft content? Check out our other news hubs for Microsoft/Office 365, including Microsoft Teams news!

Do you know of any other ways to enable Hyper-V on Windows 10? Let us know in the comments!

Hyper-V is Microsoft’s virtualization platform. It is available on Windows Server operating systems and Microsoft has also added the Hyper-V functionality to Windows 8.1, Windows 10, and Windows 11.

Unfortunately, the Hyper-V feature is only available in Windows 10 Professional, Enterprise, and Education editions. You can’t install it on Windows 10 Home edition by default.

However, using the steps in this article, we’ll show you how to enable Hyper-V in the Windows 10 Home edition.

Table of contents

  • Does Your System Support Virtualization?
  • Enable Virtualization in Firmware/BIOS
  • Install Hyper-V in Windows 10 Home
  • How to Enable Hyper-V on Windows 10 (Pro, Enterprise, Education)
    • Enable Hyper-V from Optional Features
    • Enable Hyper-V from Command Prompt
    • Enable Hyper-V from Windows PowerShell
  • How to Disable Hyper-V in Windows 10 (Home, Pro, Enterprise, Education)
  • Closing Thoughts

Does Your System Support Virtualization?

Before moving forward, we need to check if our system supports virtualization. Hardware virtualization is required for Hyper-V to function correctly. Otherwise, you can use other virtualization platforms like Virtualbox and VMWare.

There are four basic requirements for Hyper-V to be installed on a Windows 10 computer:

  • VM Monitor Mode Extensions
  • Virtualization enabled in firmware
  • Second Level Address Translation (SLAT)
  • Data Execution Prevention

All four of these requirements can be easily checked through a Command Prompt cmdlet. Run the following cmdlet in an elevated Command Prompt and obtain the results on the four requirements:

systeminfo

This will generate a list, and you will find the section “Hyper-V Requirements” at the end of the list containing the details of the 4 requirements, as in the image below:

Check Hyper V requirements

Check Hyper-V requirements

If these requirements are met, the results will display “Yes.” However, if you find that “Virtualization Enabled In Firmware” states “No,” you need to enable it using the guide below.

Enable Virtualization in Firmware/BIOS

Most modern computers support all the requirements of Hyper-V. But some systems have virtualization disabled from BIOS. You can go to the BIOS setup computer at the startup and enable Virtualization using the following steps:

  1. Restart your computer and enter the BIOS setup using the hotkey.

  2. Here, look for the “Virtualization” tab and click on it, or use the arrow keys on the keyboard to highlight it and press Enter.

  3. Now enable Virtualization.

    Enable virtualization from BIOS 1

    Enable virtualization from BIOS
  4. Now save the new settings and exit BIOS. The system will now reboot normally.

When it reboots, continue with the following steps to install and enable Hyper-V.

Install Hyper-V in Windows 10 Home

Note: Since Windows Home edition comes without Hyper-V, you must first install it. If you have the Pro, Education, or Enterprise editions, then you may skip this step and proceed to the next section of this article. To check which edition you have, type in winver in the Run Command box and obtain your operating system’s details.

Follow the steps below to install and enable Hyper-V in Windows 10 Home:

  1. Download Hyper-V Installer by clicking on the following link:

    How To Enable Hyper-V On Windows 10 (Home & Pro) 1  Hyper-V installer and enabler for Windows 10 Home (317 bytes, 34,966 hits)

  2. Once downloaded, right-click on the file and select Run as Administrator from the context menu. This will trigger the installation script.

    Run as admin

    Run as admin
  3. If prompted with a UAC, click Yes.

    UAC

    Click Yes on User Access Control

    It may take some time to complete the installation. Please let it complete without interruption.

  4. Once complete, press Y to continue.

    Press Y to continue 1

    Press Y to continue

    The computer will now reboot and update.

Once rebooted, Hyper-V will have installed and automatically enabled on your Windows Home.

How to Enable Hyper-V on Windows 10 (Pro, Enterprise, Education)

The method given above automatically enables Hyper-V as well as installing it on a Windows Home. However, if you are running Windows Pro, Education, or Enterprise edition, then you can enable Hyper-V using any one of the following methods.

Enable Hyper-V from Optional Features

Since Hyper-V is an optional feature that one can enable when needed, you can enable it from the Optional Features applet. Here is how:

  1. Open the Optional Features applet by typing in optionalfeatures in the Run Command box.

    optionalfeatures

    Open the Optional Features applet
  2. Now look for the “Hyper-V” option from the list and check the box next to it. Then click Ok.

    Enable Hyper V from Optional Features

    Enable Hyper V from Optional Features
  3. You will now see a window applying the changes. Click Close when it is done.

    Close installation window 1

    Close installation window

Hyper-V will now be installed and enabled. You can now access the Hyper-V manager by searching for it in the search box in the taskbar or through the Start menu.

Open Hyper V Manager 1

Open Hyper V Manager

Alternatively, you can also use the other 2 command-line methods to enable Hyper-V on Windows 10.

Enable Hyper-V from Command Prompt

Follow these steps to enable Hyper-V using the DISM command tool in the Command Prompt:

  1. Run the following cmdlet in an elevated Command Prompt:

    DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

    Enable Hyper V from Command Prompt 1

    Enable Hyper V from Command Prompt
  2. When asked, enter Y to restart the computer:

    Enter Y 1

    Enter Y

The computer will now restart, When it does, Hyper-V should be enabled successfully.

Enable Hyper-V from Windows PowerShell

If you’d rather prefer to use Windows PowerShell, here is how to enable Hyper-V:

  1. Run the following cmdlet in an elevated PowerShell:

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

    Enable Hyper V using PowerShell 1

    Enable Hyper V using PowerShell
  2. When asked, enter Y and hit Enter to restart the computer:

    Enter Y 2 1

    Enter Y

    When the computer reboots, Hyper-V will have installed successfully.

These are the 3 methods to enable Hyper-V in Windows 10, provided that the hardware is supported and Hyper-V is installed.

How to Disable Hyper-V in Windows 10 (Home, Pro, Enterprise, Education)

If you don’t want this functionality on your computer, you can always disable it. There are three ways to disable it:

  • From Optional Features

    1. Open the Optional Features applet by typing in optionalfeatures in the Run Command box.

      optionalfeatures

      Open Optional Features applet
    2. Uncheck the box next to Hyper-V and click Ok.

      Disable Hyper V from Optional Features 1

      Disable Hyper-V from Optional Features
    3. When done, click Restart now to finalize the changes.

      Restart PC 2

      Restart PC
  • From Command Prompt

    Run the following cmdlet in an elevated Command Prompt to disable Hyper-V:

    DISM /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V-all

    If asked for a reboot, enter Y for Yes.

    Disable Hyper V from Command Prompt 1

    Disable Hyper V from Command Prompt
  • From PowerShell

    Run the following cmdlet in an elevated PowerShell to disable Hyper-V:

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

    If asked for a reboot, enter Y for Yes.

    Disable Hyper V from Windows PowerShell 1

    Disable Hyper V from Windows PowerShell

Closing Thoughts

Sometimes Hyper-V is very useful even for home users. It can be used to test and evaluate new software without hurting the host system. But there are times when enabling virtualization support or installing Hyper-V is not recommended.

Hyper-V requires some system resources to run its virtual machines. For example, if you have 4 GB RAM, you won’t be able to give any resources to the virtual machine. So it would not be wise to enable Hyper-V functionality.

For what purpose do you want to enable Hyper-V functionality on your Windows 10 Home computer? Please share your thoughts in the comments below.

Also see:

Usman Khurshid is a seasoned IT Pro with over 15 years of experience in the IT industry. He has experience in everything from IT support, helpdesk, sysadmin, network admin, and cloud computing. He is also certified in Microsoft Technologies (MCTS and MCSA) and also Cisco Certified Professional in Routing and Switching.

On Windows 10, Hyper-V is a virtualization technology that installs the necessary elements and interface to create virtual machines to run other instances of Windows 10, Windows 8.1, Windows 7, or another operating system, including Linux distributions isolated from the main installation on your device.

The only caveat is that to use virtual machines on your computer, you must enable Hyper-V manually, but it’s something that can be easily done through the Settings app or PowerShell.

If you’re thinking on adding Microsoft Hyper-V to Windows 10 Home, it won’t be possible since it’s only available on Windows 10 Pro or business editions with 64-bit processors that support virtualization and at least 4GB of RAM.

In this guide, you’ll learn the steps to enable Microsoft Hyper-V to set up and run virtual machines on Windows 10. In addition, you’ll also learn the steps to disable the feature when is no longer needed.

  • Enable Hyper-V using Settings on Windows 10
  • Enable Hyper-V using PowerShell on Windows 10
  • Disable Hyper-V using Settings on Windows 10
  • Disable Hyper-V using PowerShell on Windows 10

Enable Hyper-V using Settings on Windows 10

To enable virtualization on Windows 10, use these steps:

  1. Open Settings.

  2. Click on Apps.

  3. Click on Apps & features.

  4. Under the “Related settings” section, click the Programs and Features option.

    Apps & features Programs and Features option

    Apps & features Programs and Features option
  5. Click the Turn Windows features on or off option from the left pane.

    Turn Windows Features on or off option

    Turn Windows Features on or off option
  6. Check the Hyper-V option.

    Enable Microsoft Hyper-V on Windows 10

    Enable Microsoft Hyper-V on Windows 10

    Quick tip: If the option isn’t available, then it’s likely that the device’s processor has virtualization disabled, or it doesn’t have the feature. You can enable Intel VT-x/EPT or AMD-V/RVI by accessing the BIOS or UEFI firmware on your machine.

  7. Click the OK button.

  8. Click the Restart now button.

Once you complete the steps, the Windows 10 virtualization stack will install along with the Hyper-V Manager application to set up and run virtual machines.

Enable Hyper-V using PowerShell on Windows 10

To enable Hyper-V using PowerShell, use these steps:

  1. Open Start.

  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.

  3. Type the following command and press Enter:

    DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

    Enable Hyper-V using PowerShell

    Enable Hyper-V using PowerShell
  4. Type Y to restart your computer.

After you complete the steps, Hyper-V Manager and its additional components will install on your computer.

Disable Hyper-V using Settings on Windows 10

To disable the Hyper-V virtualization feature, use these steps:

  1. Open Settings.

  2. Click on Apps.

  3. Click on Apps & features.

  4. Under the “Related settings” section, click the Programs and Features option.

    Apps & features Programs and Features option

    Apps & features Programs and Features option
  5. Click the Turn Windows features on or off option from the left pane.

    Turn Windows Features on or off option

    Turn Windows Features on or off option
  6. Clear the Hyper-V option.

    Disable Hyper-V on Windows 10

    Disable Hyper-V on Windows 10
  7. Click the OK button.

  8. Click the Restart now button.

Once you complete the steps, the virtualization components will be disabled from your device.

Disable Hyper-V using PowerShell on Windows 10

To disable Hyper-V using a PowerShell command, use these steps:

  1. Open Start.

  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.

  3. Type the following command and press Enter:

    DISM /Online /Disable-Feature:Microsoft-Hyper-V

    PowerShell disable Hyper-V command

    PowerShell disable Hyper-V command
  4. Type Y to restart your computer.

After you complete the steps, the Microsoft Hyper-V Manager and its additional components will disable on Windows 10.

We may earn commission for purchases using our links to help keep offering the free content. Privacy policy info.

All content on this site is provided with no warranties, express or implied. Use any information at your own risk. Always backup of your device and files before making any changes. Privacy policy info.

Enable Hyper-V in Windows 10

Virtualization Technology allows us to run a virtual machine inside the operating system in your current machine. Before you can use Hyper-V to create a virtual machine, you have to enable Hyper-V. Here this article will show you how to enable or disable Hyper-V in Windows 10.

Requirements:

  • Windows 10 Professional, Enterprise or Education 64-bit version. If you’re not sure if you have a 32-bit or 64-bit version, click here to check it out.
  • You must have a minimum of 4 GB RAM.
  • Your CPU must support VM Monitor Mode Extension (VT-c on Intel CPU’s)

You have to enable Virtualization Technology in your BIOS settings.

To Do: Enter BIOS setup by repeatedly pressing the DEL key or other BIOS setup access key while your PC is loading. Search for Virtualization Technology and enable it in your BIOS settings. It’s usually listed under one of these tabs: Security, Advanced or System Configuration.

Enable virtualization technology

How to enable Hyper-V in Windows 10

Search for “Windows features” in the Start menu, hit the Enter key to open it.

Open Windows features

Here, scroll down to Hyper-V and enable it by clicking in the white box next to it. Then click OK.

Turn on Hyper-V

After it finishes setting the feature, you’ll have to restart your computer to make the change take effect. Now once computer rebooted, search for hyper in your start menu and open Hyper-V Manager.

Open Hyper-V Manager

You are now ready to start enjoying Virtualization Technology by creating new virtual machines, run existing ones from another computer and even migrating your old machine to your Hyper-V.

How to disable (remove) Hyper-V in Windows 10

Now follow any of the following methods to disable Hyper-V:

Option 1: Search for “Turn Windows features on or off” in the Start menu, hit the Enter key to open the Windows Features window. Here, scroll down to Hyper-V and disable it by clearing checkbox next to it. Then click OK.

Disable Hyper-V

Option 2: Disable Hyper-V by using command.

Press Windows logo key + X, then hit A to run Command Prompt as administrator. In Command Prompt window, type bcdedit /set hypervisorlaunchtype off and hit Enter key to execute this command.

Turn Hyper-V off

Option 3: Disable Hyper-V by stopping its service.

Search for “service” in the Start menu, hit the Enter key to open the Component Service window. Then click Services option in the left panel and the hit H key on your keyboard. This can help you quickly locate and find the Hyper-V Virtual Machine Management service. When getting it, right-click on it and select Stop.

Hyper-V virtual machine management

You have to restart your computer to finish turning this feature off.


disable hyper-v enable hyper-v in Windows 10 turn off hyper-v

В данной статье показаны действия, с помощью которых можно включить или отключить виртуализацию (компонент) Hyper-V в операционной системе Windows 10.

Hyper-V позволяет запускать несколько операционных систем в виде виртуальных машин в Windows. Компонент Hyper-V можно включить или отключить несколькими способами, в их числе консоль Windows PowerShell, утилита командной строки DISM (средство обслуживания образов развертывания и управления ими), а также используя графический интерфейс панели управления.

Прежде чем включить компонент Hyper-V, необходимо проверить следующие требования:

  • Windows 10 Корпоративная, Профессиональная или для образовательных учреждений
  • 64-разрядный процессор с поддержкой преобразования адресов второго уровня (SLAT)
  • Процессор должен поддерживать технологии виртуализации (Intel VT-x или AMD-V)
  • На компьютере должно быть установлено не менее 4ГБ оперативной памяти

Также необходимо проверить, включены ли технологии виртуализации в BIOS/UEFI.

Содержание

  1. Как включить и отключить через Windows PowerShell
  2. Управление Hyper-V с помощью DISM
  3. Активация в окне «Компоненты Windows»

Как включить и отключить через Windows PowerShell

Компонент Hyper-V можно включить используя консоль Windows PowerShell.

Чтобы включить компонент Hyper-V, откройте консоль Windows PowerShell от имени администратора и выполните следующую команду:

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

Для завершения установки выполните перезагрузку компьютера.

Для того чтобы отключить компонент Hyper-V, откройте консоль Windows PowerShell от имени администратора и выполните следующую команду:

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

Для завершения операции отключения компонента Hyper-V, необходимо перезагрузить компьютер.

Управление Hyper-V с помощью DISM

Чтобы включить компонент Hyper-V используя DISM, запустите командную строку от имени администратора и выполните следующую команду:

dism.exe /Online /Enable-Feature:Microsoft-Hyper-V-All

Для завершения операции перезагрузите Windows
Чтобы отключить компонент Hyper-V используя DISM, запустите командную строку от имени администратора и выполните следующую команду:

dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All

Для завершения операции перезагрузите Windows.

Активация в окне «Компоненты Windows»

Чтобы включить компонент Hyper-V в окне «Компоненты Windows», нажмите сочетание клавиш + R и в открывшемся окне Выполнить введите (скопируйте и вставьте) OptionalFeatures и нажмите клавишу Enter ↵.

В открывшемся окне «Компоненты Windows» выберите Hyper-V и нажмите кнопку OK.

После завершения установки вам будет предложено перезапустить компьютер.

Чтобы отключить компонент Hyper-V, окне «Компоненты Windows» отключите Hyper-V и нажмите кнопку OK.

После завершения установки вам будет предложено перезапустить компьютер.

Используя рассмотренные выше действия можно включить или отключить компонент Hyper-V.

Virtualization is a process through which you can run various instances and operating systems in a computer system virtually, without any effect on the primary operating system.

In Windows 10 operating system, you can easily enable virtualization. Windows 10 supports native hardware virtualization.

Virtualization on Windows is known as Hyper-v, and through Hyper-v, you can create and run multiple instances.

You can install another Windows operating system and do whatever test you want to do without messing with the primary window system.

You must know hardware and software requirements before enabling Windows 10 Virtualization.

Must Read:- How To Install WordPress On A Windows Local Computer?

Minimum System Requirements for Virtualization

OS Windows Server 2016 & above, Windows 10 PRO, Enterprise & Education
Architecture (Intel vt & AMD v) x64 Bit with SLAT (Second Level Address Translation)
RAM 4 GB Minimum

Virtualization (Hyper-V) Compatability Check

In Windows, there are some easy ways to check, is that your Windows Laptop or PC supports virtualization or not? First, using CMD prompt or PowerShell, the second one is Windows programs and features, and lastly, the third one is the BIOS setting.

BIOS Virtualization should support your Windows PC, nor you can’t enable the Hyper-V feature. But you can still run multiple OS through Virtual Box; check out the article. 

Execute the following command through CMD prompt or PowerShell

systeminfo

Check if your Windows PC or Laptop supports virtualization by executing a simple command on CMD prompt or PowerShell.

systeminfo-cmd

You can see all details about Virtualization. If you have already enabled Virtualization on your PC through BIOS or pre-enabled by the manufacturer, you will see this particular message.

Hyper-V Requirements:      A hypervisor has been detected. Features required for Hyper-V will not be displayed.

Check Windows Program and Features

Search ‘program’ on windows search, and you will see ‘Turn Windows features on or off.’ Open and now you can see the Hyper-V features as shown in the image below.

Turn Windows features on and off

Keep in mind this feature will be available in limited editions of the Windows Operating System.

Open Task Manager For Virtualization

When you open the Windows PC task manager, it will show Virtualization enabled or not in the CPU section under the performance tab.

Windows Task Manager

Enable Virtualization On Windows PC Step-By-Step

Enabling Virtualization Technology on your Windows PC is very simple, and you need to follow the exact steps. Before enabling Virtualization, you should know the minimum requirements and what is the specification of your computer.

At present, most Intel and AMD processors support Virtualization, so check the following method to check Virtualization’s compatibility above.

STEP – 1. Enable Virtualization on BIOS

While most recent PCs and Laptops support hardware virtualization and enable hardware virtualization, you need to open your BIOS setting. 

So reboot your computer; while rebooting (during black screen), you should press the manufacturer’s distinct key set. The key should be ‘Esc,’ ‘F1’, ‘F2’, ‘F9’, ‘F10’, ‘F12’, or ‘DEL’ key. I have mentioned all different manufacturer official links for BIOS setup in the references section.

BIOS Setup to enable virtualization

STEP – 2. Enable Hyper-V Through Setting

Search ‘Program and features’ or ‘Windows features’ on search, then click on the first result ‘Turn Windows features on and off.’ 

Search Windows Features

Select Hyper-V and click on ‘Ok,’ and it will take a little time to update.

enable hyper-v for virtualization on windows 10

Optional Method To Enable Virtualization In Windows 10

You can use Windows PowerShell and CMD prompt to enable the Hyper-V feature on your Windows 10 operating system. Once you have enabled Hyper-V using the Windows features tool, then no need to execute the command.

Enable Hyper-V using PowerShell

  • Open PowerShell as Administrator
  • Execute the following command
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

After installation is completed, reboot the system.

Note:- You should enable virtualization on BIOS before executing the command.

Enable Hyper-V using with CMD prompt & DISM

The Deployment Image Servicing and Management tool (DISM) enables Windows features while the OS runs.

  • Open Windows CMD prompt as Administrator.
  • Execute the following command
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Open Hyper-V Manager

Once you have successfully installed Hyper-V on your system, you should reboot and then check the Windows Administrator Tools folder by clicking ‘Start’ there, and you will find the Hyper-V manager.

Hyper-V manager on Windows Administrator Tools folder

You can now create multiple Virtual Machines and run them simultaneously, without affecting your primary WIndows operating system.

Hyper-V Manager Dashboard

Want to install Ubuntu on Hyper-V? Check out the step-by-step tutorial.

FAQs About Enabling VT on Windows

How to Enable Intel VT-x in Your Computer’s BIOS or UEFI Firmware?

Most recent PCs and Laptop comes with hardware virtualization features. In case if you have an older Intel CPU-based computer, you should check out the BIOS setting. Entering the BIOS setting, reboot your PC, and while on the black screen, you should press ‘Esc,’ ‘F1’, ‘F2’, ‘F9’, ‘F10’, ‘F12’, or ‘DEL’ key (one of the key). 

What do I do if my laptop is not capable of Virtualization?

In case if your PC or Laptop does not support Virtualization, then you can install VirtualBox. It’s open-source and supports x86 and x64 bit operating systems.

How do I enable virtualization without UEFI?

Most of the recent PCs come with UEFI boot, and Windows 10 comes with a UEFI bootable system. Earlier Windows 10 or Windows 8 operating systems, PCs come with legacy BIOS systems. If that time your system was supported Intel vt-x, then you should use one of those keys ‘Esc,’ ‘F1’, ‘F2’, ‘F9’, ‘F10’, ‘F12’, or ‘DEL’ to enter the BIOS settings and then enable Intel vt-x.

How to enable or disable Hardware Virtualization in Windows 10?

Open the BIOS setting, and you will see the Virtualization option, and if it is enabled, you can disable using the keyboard’s left and right arrow keys.

How to view the status of hardware virtualization?

Open Windows Task Manager and click on CPU under the performance section then you can see the status of hardware virtualization.

What are the 3 types of virtualization?

1. Server virtualization, 2. Virtual Desktop Infrastructure (VDI), and 3. Application virtualization.
There are other types of virtualization available, like Network and Storage virtualization.

Is it safe to enable virtualization?

It depends on your CPU, but if you want to install another operating system or want to test some specific application while using your primary os, you need virtualization. In virtualization, your CPU will emulate an isolated environment for a specific application or operating system.

Conclusion

If you want to enable Hyper-v on your Windows computer, you can adopt the above method. But keep in mind that your computer needs to support hardware virtualization. We have also given the above method by checking.

If your computer hardware does not support virtualization, you can use open-source software such as VirtualBox.

A virtual machine is a neat software feature that simply allows you to run any operating system within an operating system. For example, you can install Linux inside Windows 10 or use virtual machines to poke around old Windows versions. Nowadays, setting up a virtual machine in Windows 10 is easy as never before. You do not need special knowledge or expensive tool to run. Still, your PC should meet specific hardware and software requirements. For start, you need a CPU that supports virtualization. Next, you need to enable virtualization technologies inside your UEFI/BIOS settings. Next, you need to enable Hyper-V (a default Windows tool for managing virtual machines.) While the first two requirements are not-so-difficult, inexperienced users may find problems with enabling Hyper-V in Windows 10.

Before you start, you need to check your Windows 10 SKU. Hyper-V is not available in Windows 10 Home edition. To use Hyper-V, you need a PC with Windows 10 Professional, Professional for Workstations, Education, and Enterprise. Also, Hyper-V does not work in Windows 10 in S Mode. To enable Hyper-V you should switch from S Mode to regular Pro first.

To check your Windows edition, press Win + I and go to System > About > Windows Specifications. how to enable hyper v in windows 10

Tip. If you have a computer with Windows 10 Home, do not give up. You can still use virtual machines with help from free third-party apps, such as VMWare Workstation Player. Remember, though, that your hardware should be compatible with virtualization technologies.

Now, let us show you how to enable Hyper-V in Windows 10:

  1. Open the Start menu and start typing Turn Windows Features on or off. how to enable hyper v windows 10
  2. Click on Turn Windows Features on or off. You can also run that interface by pressing Win + R and using the optionalfeatures command. how to enable hyper v on windows 10
  3. Alternatively, press Win + R and enter Control (you can use any other preferred method to run the classic Control Panel.) Go to Programs and Features > Turn Windows Features on or off. It does not matter how you get to the needed section of the Control Panel, so you can use whatever suits you better.  how to enable hypervisor in windows 10
  4. In the list of optional features, locate Hyper-V and expand it. how to activate hyper v
  5. Place checkmarks next to all options under the Hyper-V entry. These include Hyper-V Management Tools and Hyper-V Platform;
  6. Wait for Windows to download and install the required components;
  7. Restart your computer.

That is it. Now you can find Hype-V Management Tools in the Start menu to install a new virtual machine or use an existing one.

Tip. If you cannot enable Hyper-V in the Turn Windows Features on or off section, make sure your processor is compatible with virtualization technologies and you have enabled virtualization in BIOS/UEFI.

Turn on Hyper-V in Windows 10 using Command Prompt

If you do not want to search for a specific part of the Control Panel to enable Hyper-V in Windows 10, you can use a relatively simple command.

  1. Open Command Prompt as Administrator. Press Start, enter cmd, then click Run as Administrator; how to enable virtualization in windows 10 using cmd
  2. Enter the following command:
    bcdedit /set {current} hypervisorlaunchtype off
  3. Restart your computer.
  • About
  • Latest Posts

I enjoy technology and developing websites. Since 2012 I’m running a few of my own websites, and share useful content on gadgets, PC administration and website promotion.

Понравилась статья? Поделить с друзьями:
  • How to download windows 7 iso file
  • How to download windows 10 pro
  • How to download windows 10 free download
  • How to download wallpaper for windows 10
  • How to download safari on windows