知周所众,Hyper-V是一款好用、免费的虚拟机应用,但是它只能在Windows10/11专业版/专业工作站版使用。今天,我来讲如何在Win11使用Hyper-V。

(1). 打开文件扩展名:文件资源管理器 -> 查看 -> 显示 -> 文件扩展名

(2). 桌面新建文本文档,命名为Hyper-V.txt。

(3). 写入代码:

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

(4). 文件后缀改为“.bat”,以管理员身份运行脚本

(5). 打开控制面板。

(6). 选择程序和功能:

(7). 在“启用或关闭Windows功能”中,把“Hyper-V”、“虚拟机平台”、“Windows虚拟机监控程序平台”打开,重启电脑(重要备注:必须重启而不是关机再开机)。

(8). 开机后,搜索“hyper”,选第一个“Hyper-V管理器”。

(9). 完成。

最后修改:2024 年 12 月 25 日
如果觉得我的文章对你有用,请随意赞赏