视频加载失败

在 Windows Home 版本中启动 Hyper-V 功能

73 字
1 分钟
在 Windows Home 版本中启动 Hyper-V 功能

新建文件夹,将它的后缀改为 cmd

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

右键以管理员方式运行 cmd 文件,安装完毕重启电脑即可。

文章分享

如果这篇文章对你有帮助,欢迎分享给更多人!

在 Windows Home 版本中启动 Hyper-V 功能
https://blog.ymbit.cn/archives/run-hyper-v-in-windows-home/
作者
YanMo
发布于
2024-08-08
许可协议
CC BY-NC-SA 4.0

评论区

Profile Image of the Author
YanMo
公告
欢迎来到我的博客!这是一则示例公告。
分类
标签
站点统计
文章
47
分类
9
标签
8
总字数
71,956
运行时长
0
最后活动
0 天前
站点信息
构建平台
ESA Pages
博客版本
Firefly v6.15.8
文章许可
CC BY-NC-SA 4.0

当前页面没有目录