赞
踩
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
AndroidStudio2.2.3及以下版本 会检测不到svm的开启 将AndroidStudio升级到3.0及以上版本即可(甚至都不需要开hyper-v)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。