window10家庭包安装Hyper-V
1、将下边的文本添加到txt文本中
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
2、将.txt文本名称修改为Hyper-V.cmd
3、右键以管理员身份运行
4、cmd运行图
5、运行完毕图示
6、 紧接着进行Windows命令处理,我们等待处理完成以后,在最末处输入:Y,电脑自动重启,进行配置更新。注意:不能关闭计算机。
7、控制面板中就是可以看见Hyper-V