[ad_1]

Hyper-V is a tool virtual machine which should have been optionally available for Windows 11 Pro, but what about Windows 11 Home which is basically now available preinstalled with almost all new laptops and devices?

You can, in addition to using third-party Virtual Machines such as VMware and VirtualBox, as long as the processor has support virtualizations, user can activate Hyper-V by using the following trick.

Step 1. Make sure in Task Manager, Virtualizations is on enabled.

Step 2. Next, please copy the following command line, and save it in Notepad.

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

To save, please save with the method save as and .bat format.

Step 3. Next, please open the file that you saved just now, run it as run as administrator, as in the image below.

After running, command prompt will open, and the saved command line will be executed.

And if it’s finished, please reboot your Windows 11. Then the Hyper-V Management Tool and Platform will be available on your Windows 11 Home and you can access it from the Start Menu.

So please try guys. Meanwhile, to remove the features that we have activated, we can go to turn windows features on or off, then please uncheck hyper-v as in the following image.

Well, please try guys, don’t forget, when you save the command line, use the method save as then select the format as all files, and save it with filename.bat. The end must be .bat yes. please try guys.

[ad_2]

Source link

LEAVE A REPLY

Please enter your comment!
Please enter your name here