同时按【WIN+R】,打开【运行】,输入notepad,打开记事本。
保留如下代码:
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
保留为.bat的批处置文件。
在保留文件上右键选择【以办理员身份运行】。
期待安装完当作。
运行完当作,重启计较机,看到Hyperv安装当作功了。
END0 篇文章
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!