( arpi_esp | 2022. 05. 23., h – 21:05 )

ha erre gondolsz:

"  Hyper-V installer and enabler for Windows 10 Home (317 bytes, 34,253 hits) "

ez egy par soros BAT file, ami csak feltelepit MS csomagokat CLI-bol, semmi extrat nem csinal...

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"
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL