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
桌面新建文本文档,打开复制以上代码保存
保存后重命名后缀为.bat
然后点是,接着右键以管理员身份运行,命令行就会安装所需,直到安装完毕按y重启,就可以在程序里面找到hyper-v啦
AndroidStudio2.2.3及以下版本 会检测不到svm的开启 将AndroidStudio升级到3.0及以上版本即可(甚至都不需要开hyper-v)