Skip to content

Instantly share code, notes, and snippets.

@HimDek
Last active September 23, 2026 15:42
Show Gist options
  • Select an option

  • Save HimDek/6edde284203a620745fad3f762be603b to your computer and use it in GitHub Desktop.

Select an option

Save HimDek/6edde284203a620745fad3f762be603b to your computer and use it in GitHub Desktop.
Hyper-V is supported in Pro, Enterprise and Education Edition of Windows 10 and Windows 11. This guide will show you how to enable Hyper-V in Home Editions of Windows 10 and Windows 11.

Hyper-V in Windows 10 and Windows 11 Home Edition

Hyper-V in Windows 10 and Windows 11 allows running Virtual Machine. It is supported only in Pro, Enterprise and Education Edition of Windows 10 and Windows 11 by default. But this guide will show you how to enable it in Home Editions of Windows 10 and Windows 11.

Check if virtualization is enabled:

  • Search for Command Prompt in Windows Start Menu and open it.
  • Type systeminfo and press Enter. Wait for the process to finish
  • Once the results appear, search for the Hyper-V Requirements section which is usually the last one. 11
    • If it says A hypervisor has been detected. Features required for Hyper-V will not be displayed. that means Hyper-V is already enabled and there is no reason following this guide anymore.
    • Otherwise, check for Virtualization Enabled in Firmware:.

Enable virtualization

The process of enabling virtualization can vary a lot depending on the motherboard manufacturer, but it can be summarized in a few steps:

  • Completely Shutdown you Computer.
  • Turn on the computer and while it is booting up, keep pressing the key to open the BIOS (usually it is Del, F1, F2, F4, F11, or F12). This key depends on the Motherboard manufacturer. You can easily google it out.
  • Once you get into the BIOS, it may look very scary or intimidating, but don't worry, you will get it right. Mouse may not work in BIOS so you might have to use the Directional or Arrow keys and the Enter key of the Keyboard to navigate.
    • Search for the CPU configuration section, it can be called CPU configuration, processor, Northbridge or Chipset and may be under an advanced or advanced mode tab or menu.
    • Now you need to look for the virtualization option and enable it, it can have different names such as Hyper-V, Vanderpool, SVM, AMD-V, Intel Virtualization Technology or VT-X.
  • Once its enabled, save and reboot your pc. If this part did not help you, you can specifically go the Website of the Mother Board Manufacturer of your Computer and ask for help there.

Enable Hyper-V

  • Open File Explorer on windows and Navigate to a folder.
  • Right click anywhere in a blank space inside the folder. Select New and then Click Text Document.
  • Open the file in Notepad and copy and paste the following text into it.
    pushd "%~dp0"
    dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
    for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
    del hyper-v.txt
    Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
    pause
    
  • Click File from the Menu bar in the top of Notepad, then click Save as.... In the Save as Window that appears, Change the File name to "Hyper-V.bat" and click save.
  • Now Double click Hyper-V.bat to run it. This will take some time but will install all features required for Hyper-V. A Restart might be required after it is done.
  • After Restarting Windows, search for Turn Windows features on or off in the Start Menu search bar and open it. 10
  • In the Window, lookout for Hyper-V, Virtual Machine Platform and Windows Hypervisor Platform. Then check the check boxes before them and click OK. This will also take some time and then a Restart is necessary.

Thats it Hyper-V is enabled.

@davidhatt75

Copy link
Copy Markdown

Checking the Hyper-V requirements with systeminfo is a useful first step before enabling virtualization on Windows 10 or 11 Home. Make sure virtualization is enabled in your BIOS/UEFI settings, then follow the guide carefully to complete the setup.
In the same way, having the right setup and guidance can make learning easier for students. Home Tuition Faisalabad can provide personalized support, helping students understand difficult concepts, practice regularly, and focus on areas where they need improvement.

@carlandrew728

carlandrew728 commented Aug 28, 2026 •

Copy link
Copy Markdown

Thanks for putting this together. If someone is following these steps and Hyper-V still doesn’t appear after restarting, it’s worth checking that CPU virtualization is enabled in BIOS/UEFI and that Windows has the required virtualization features enabled. Running systeminfo in Command Prompt can also quickly show whether the system meets the Hyper-V requirements. If the batch method doesn’t work on a particular Windows 10/11 Home build, the DISM or PowerShell method can be a good alternative.
https://busimulatorultimateapk.com/

@techmastery1234

Copy link
Copy Markdown

If you're looking to run virtual machines on your PC, keep in mind that Hyper-V in Windows 10 and Windows 11 Home Edition isn't enabled natively. Hyper-V in Windows 10 and Windows 11 allows running Virtual Machine, but it is supported only in Pro, Enterprise and Education Edition of Windows 10 and Windows 11 by default. But this guide will show you how to enable it in Home Editions of Windows 10 and Windows 11 without upgrading your OS license.

On a separate note for expats managing everyday digital utilities or travel cards in the UAE, you can also run a quick NOL Card Balance Check online using your 10-digit Tag ID before heading out to the metro.

@mmmmmljg77-design

Copy link
Copy Markdown

@Elizabithswan

Copy link
Copy Markdown

This is a helpful guide for Windows Home users who want to explore virtual machines without upgrading their edition. I especially like that the steps are explained in a beginner-friendly way, making it easier to experiment with different systems and applications. Having convenient tools for streaming and multitasking can also make the overall setup more enjoyable, especially when using getyoutify.com for music.

@Sandyallmighty

Sandyallmighty commented Sep 20, 2026 •

Copy link
Copy Markdown

Very helpful guide for Windows 10 Home.
Done as suggested and everything is as far I can see is as above and "turn features on/off" are set as above.
But starting "Windows Sandbox" as Admin, it says: "Windows Sandbox failed to initialise.
Had this statement since creating the Sandbox. Would Defender have any effects with running Sandbox ?
Running: Windows 10 Home 22H2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment