How to Install Hyper-V on Windows 11 Home
You can enable Hyper-V in Windows 11 as an optional feature included by default with the operating system. It lets you create virtual machines to install and run the guest OS on virtual hardware. However, Hyper-V is only available for the Pro, Education, and Enterprise edition of the OS. If you are using the Home edition, you have to rely on a third-party virtual machine manager.
If you don’t want to use a third-party virtual machine manager, here is how to install Hyper-V on Windows 11 Home using a batch script hack.
How to Enable Hardware Virtualization in Windows 11

Hyper-V is a bare-metal hypervisor and requires Hardware Virtualization enabled in BIOS to work. Most modern systems support Hardware Virtualization, and you can enable it in BIOS.
The below steps are for an HP laptop. Refer to the user manual or Knowledge Base resources on the computer manufacturer's website for other systems.
To enable Hardware Virtualization in BIOS:
How to Install Hyper-V on Windows 11 Home
The next step is to create and run a batch script to install the required files to enable Hyper-V in Windows 11 Home.
Before you proceed with the next set of steps, create a restore point. This will help you restore your computer to its current state if something goes wrong during the process.
To enable Hyper-V in Windows 11 Home:

pushd “%~dp0”
dir /b %SystemRoot%
ervicing\Packages\*Hyper-V*.mum >hv.txt
for /f %%i in (‘findstr /i . hv.txt 2^>nul’) do dism /online /norestart /add-package:”%SystemRoot%
ervicing\Packages\%%i”
del hv.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause


Note that you will need to restart your PC to apply the changes. After the restart, you should have Hyper-V installed in Windows 11 Home. Type Hyper-V in Windows search and click on Hyper-V Manager to create new a virtual machine.
If it is still not available, you can enable Hyper-V using the Windows Features dialog, Command Prompt, and Windows PowerShell.
Run Hyper-V on Windows 11 Home
Microsoft has officially restricted the use of Hyper-V to the Pro, Education, and Enterprise edition of the OS. However, a little tweak in the BIOS and a handy batch script can help you install Hyper-V on Windows 11 Home.
Once you have Hyper-V up and running, you can install Windows, Ubuntu, and other supported operating systems in a virtual machine.
ncG1vNJzZmivp6x7rq3KnqysnZ%2Bbe6S7zGigp6uklrmteceyp56qXat6uLXNnaawq11mfm60zqacaA%3D%3D