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
文本文件添加如上命令,更改名称以.cmd结尾,执行即可
标签:HyperV,hyper,家庭版,%%,online,SystemRoot%,win10,Packages From: https://www.cnblogs.com/JustSoSoSo/p/17727901.html