Hyper-V on windows, run any virtual machine (Linux or Windows), super fast, free and way better.

Опубликовано: 15 Август 2026
на канале: Linux & Cloud Technologies
325
5

Hers is the code for bat file that you can run as Administrator, it will install the HyperV , you dont have to do anything, your system will reboot to apply the new changes.
Using hyperV, you can run any operating system of your choice and way faster than virtualbox or vmware, its really crazy. check it out.
code below:
youtube didnt allow me to paste the angle bracket here, willl give a try in the comments section.


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


using angle bracket after .mom and and also use it after 2^. it will try to upload the code fully in comments if it allows me.

#hypervisorfree #CentOS7 #windows11home