等待时间:5分钟以内
hyper-v.txtfor/f%%iin(\'find"/>
来源:万才科技 | TAG:温州网站建设万才科技 | 2023.05.03
在win10家庭版使用hyper-v启动虚拟机时报错“无法启动虚拟机因为虚拟机监控程序未运行”的解决方法
第1步:
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