Hyper- V 是专业版才有的功能,专业版指南用命令开启它。
在电脑上新建个文件,文件名为 hyper-v.cmd
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
pause
保存后。在文件上的单击右键,管理员方式运行。
然后会提示你重启。输入 Y 重启。
打开控制面板 — 程序 — 卸载程序 — 启用或关闭 windows 功能
勾选:
Hyper-v
Windows 虚拟机监控程序平台
虚拟机平台
确定。
如果提示重启,就重启一下吧。然后,完事了。
正文完