Win11自带的HyperV虚拟机怎么使用?

2023年 4月 10日 55.2k 0

  很多用户都知道微软在Win10系统中自动为我们配备了虚拟机。在最新的Windows11操作系统中,也有,如果用户需要在电脑中安装Android应用程序,下面的小边将带您看看如何解决这个问题!

  Win11自带虚拟机使用方法

  一、专业版win11

  1、首先通过开始菜单,进入“设置”。

Win11自带的Hyper-V虚拟机怎么使用?

  2、在设置中点击左边的“应用”选项。

Win11自带的Hyper-V虚拟机怎么使用?

  3、然后在其中打开“可选功能”。

Win11自带的Hyper-V虚拟机怎么使用?

  4、在最下方相关设置中打开“更多Windows功能”。

Win11自带的Hyper-V虚拟机怎么使用?

  5、在其中勾选开启“Hyper-V”并点击确定保存即可。

Win11自带的Hyper-V虚拟机怎么使用?

  二、家庭版win11

  1、右键桌面空白处,选择新建一个“文本文档”。

Win11自带的Hyper-V虚拟机怎么使用?

  2、在其中输入以下命令。

  01  pushd “%~dp0”

02  dir /b %SystemRoot%servicingPackages*Hyper-V*.mum 》hyper-v.txt

03  for /f %%i in (‘findstr /i 。 hyper-v.txt 2^》nul’) do dism /online /norestart /add-package:“%SystemRoot%servicingPackages%%i”

04  del hyper-v.txt

05  Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

复制代码

  pushd “%~dp0”   dir /b %SystemRoot%servicingPackages*Hyper-V*.mum 》hyper-v.txt   for /f %%i in (‘findstr /i 。 hyper-v.txt 2^》nul’) do dism /online /norestart /add-package:“%SystemRoot%servicingPackages%%i”   del hyper-v.txt   Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

相关文章

服务器端口转发,带你了解服务器端口转发
服务器开放端口,服务器开放端口的步骤
产品推荐:7月受欢迎AI容器镜像来了,有Qwen系列大模型镜像
如何使用 WinGet 下载 Microsoft Store 应用
百度搜索:蓝易云 – 熟悉ubuntu apt-get命令详解
百度搜索:蓝易云 – 域名解析成功但ping不通解决方案

发布评论