Since Windows 8, you can easily virtualize machines thanks to the "Hyper-V" feature available in the client versions of Windows.
That said, officially, Hyper-V is not available in the "Home" edition of Windows.
Nevertheless, it is technically possible to manually install Hyper-V on the "Home" edition of Windows 8 to 11 with a few commands.
Warning : the prerequisites will not be checked when you manually install and enable Hyper-V.
To check these prerequisites, refer to our tutorial: Enable the Hyper-V feature on Windows 8, 8.1, 10 and 11.
To get started, search for "features" and click: Turn Windows features on or off.
As you can see, with the "Family" edition of Windows, the Hyper-V feature does not appear in the list of Windows features.
Source : Windows 10 Hyper-V System Requirements.
To manually install and enable Hyper-V on Windows 8 to 11, open notepad and paste this inside.
Batch
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
Then, click: File -> Save As.
Select "Type: All Files (*.*)", then specify "hyper-v.bat" for the file name.
Then, click on: Save.
Now, right click "Run as administrator" on this "hyper-v.bat" script.
Click "Yes" when the "User Account Control" window appears.
The script will first add several packages whose name starts with "Hyper-V":
Note that the list of packages changes from one version of Windows to another, but the script is designed to install the packages needed for your version of Windows.
Batch
dism /online /norestart /add-package:"C:\Windows\servicing\Packages\Microsoft-Hyper-V-...mum"
Plain Text
Deployment Image Servicing and Management tool Version : 10.0.19041.844 Image Version : 10.0.19043.928 Processing 1 of 1 - Adding package Microsoft-Hyper-V-... [==========================100.0%==========================] The operation completed successfully.
Next, it will enable the added "Hyper-V" feature, along with its sub-features:
Finally, you will need to restart your computer for the changes to take effect.
To do this, simply press the "Y" key.
During the restart, you will see several messages appear:
Note that these messages may change from one version of Windows to another.
Once your computer restarts, search for "Hyper-V" and you will see that the Hyper-V Manager will appear.
Search for "features" and click on: Turn Windows features on or off.
As you can see, the "Hyper-V" feature is now present and enabled, along with its sub-features.
Open the Hyper-V Manager and it appears without problem.
Click: Action -> New -> Virtual Machine.
Note: to find out how to create a virtual machine under Hyper-V, refer to our complete course "Learn how to create virtual machines with Hyper-V on WS 2012 R2 and WS 2016" available on our "InformatiWeb Pro" website.
As you can see, our virtual machine is working fine on our computer.
As expected, Hyper-V runs smoothly on Windows 10 Home.
As expected, Hyper-V works fine on Windows 8 (Home).
It also works on the Home edition of Windows 8.1.
And it works fine on Windows 11 Home edition as well.
Windows 3/22/2022
Windows 7/10/2023
Windows 10/6/2021
Windows 12/29/2015
Pinned content
InformatiWeb Pro
Contact
® InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.
Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.
You must be logged in to post a comment