Win10家庭版不支持Hyper-V

Win10家庭版不支持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

  

查看是否安装成功:

1. Win+R调出“运行”对话框,输入“msinfo32”,确定,即可打开“系统信息”窗口

2. 未在BIOS设置中开启虚拟化:::以联想笔记本为例,F2+Fn进入BIOS,切换到“Configuration”,将“Intel Virtual Technology”设置为“Enabled”。

 

若遇到vm不兼容,可查看:

VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。 - DHaiLin - 博客园 (cnblogs.com)

posted @ 2022-10-12 14:41  daxiaxj  阅读(207)  评论(0编辑  收藏  举报