前提:如果在控制面板中-->程序和功能-->启用和关闭windows功能-->没有Hyper-v
1.什么是Hyper-v?
Hyper-v分为两个部分:底层的虚拟机平台、上层的虚拟机管理软件
2.Hyper-v安装
2.1新建hyper.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
2.2右键菜单中以管理员身份运行hyper.cmd,点击Y,即进入重启电脑。


本文介绍了如何在没有Hyper-v的Win11家庭版中手动安装Hyper-v,包括创建hyper.cmd脚本、使用Dism命令行安装、配置更新及确认安装。详细步骤有助于用户在非专业版本的Windows上启用这项关键的IT技术。
最低0.47元/天 解锁文章
1666

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



