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

YanMo Lv4

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

cmd 文本内的字符的如下:

1
2
3
4
5
6
7
8
9
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 功能
  • 作者: YanMo
  • 创建于 : 2024-08-08 19:48:01
  • 更新于 : 2024-12-10 15:38:35
  • 链接: https://blog.ymbit.cn/archives/run-hyper-v-in-windows-home/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
 评论
此页目录
在 Windows Home 版本中启动 Hyper-V 功能