Win10家庭版竟然没有显示Hyper-V,汗。可以这么添加,mark下。
一、新建一个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
二、右键以管理员身份运行新建的脚本

三、等待安装,有点慢,需要几分钟时间。然后输入Y,重启电脑。

四、 重启后,查看,成功。

五、若还没有的话,可以自己到下图路径打开。

本文介绍了一种在Windows 10家庭版中手动启用Hyper-V虚拟化平台的方法,通过创建并运行CMD脚本来实现功能的添加,使用户能够顺利在家庭版系统上使用Hyper-V进行虚拟机操作。
3248

被折叠的 条评论
为什么被折叠?



