Win11自带的Hyper-V虚拟机怎么使用?
更新日期:2025-04-12 15:01:01
来源:互联网
许多用户都知道,在Win10系统中,微软为我们自动配备了虚拟机。而在最新的Windows11操作系统中,同样也拥有,并且如果用户需要在电脑中安装安卓app也需要使用到,下面小编就带着大家一起看看怎么解决这个问题吧!
Win11自带虚拟机使用方法
一、专业版win11
1、首先通过开始菜单,进入“设置”。
2、在设置中点击左边的“应用”选项。
3、然后在其中打开“可选功能”。
4、在最下方相关设置中打开“更多Windows功能”。
5、在其中勾选开启“Hyper-V”并点击确定保存即可。
二、家庭版win11
1、右键桌面空白处,选择新建一个“文本文档”。
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
-
Win10升级不了Win11 Win10跳过TPM强制升级Win11教程 21-07-09
-
升级Win11最低配置要求是什么?Windows11最低配置要求介绍 21-07-10
-
Win11 IE浏览器打不开怎么办?Win11 IE浏览器开启使用教程 21-07-14
-
Win11无法安装中文语言包怎么解决? 21-07-14
-
Win11兼容性视图设置在哪 Win11网页兼容性怎么设置 21-07-20
-
Win11系统设置开机启动项的方法 21-08-05
-
如何查看Win11系统显卡温度? 21-08-07
-
Win11玩游戏帧数低怎么办? 21-10-29
-
Win11正式版如何更新系统驱动? 21-11-13
-
不想等待Win11推送怎么办?教你立时升级Win11系统 21-11-22