经验分享Win11自带的Hyper-V虚拟机怎么使用。

许多用户都知道,在Win10系统中,微软为我们自动配备了虚拟机。而在最新的Windows11操作系统中,同样也拥有,并且如果用户需要在电脑中安装安卓app也需要使用到,下面小编就带着大家一起看看怎么解决这个问题吧!

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、在其中输入以下命令。

  1. 01pushd “%~dp0”
  2. 02dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum 》hyper-v.txt
  3. 03for /f %%i in (‘findstr /i 。 hyper-v.txt 2^》nul’) do dism /online /norestart /add-package:“%SystemRoot%\servicing\Packages\%%i”
  4. 04del hyper-v.txt
  5. 05Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL

复制代码

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

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

3、然后将该文本文档重命名为“Hyper-V.cmd”。

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

4、修改完成后双击允许该程序就可以了。

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

本文来自网络投稿,来自作者春天。不代表酷牛教程立场,如若转载,请注明出处:https://www.xukn.com/1185995.html

(0)
春天春天
上一篇 2023-08-23 17:31
下一篇 2023-08-23 17:31

相关推荐

发表回复

登录后才能评论