很多用户都知道微软在Win10系统中自动为我们配备了虚拟机。在最新的Windows11操作系统中,也有,如果用户需要在电脑中安装Android应用程序,下面的小边将带您看看如何解决这个问题!
一、专业版win11
1、首先通过开始菜单,进入“设置”。
2、在设置中点击左边的“应用”选项。
3、然后在其中打开“可选功能”。
4、在最下方相关设置中打开“更多Windows功能”。
5、在其中勾选开启“Hyper-V”并点击确定保存即可。
二、家庭版win11
1、右键桌面空白处,选择新建一个“文本文档”。
2、在其中输入以下命令。
01pushd “%~dp0”
02dir /b %systemRoot%servicingPackages*Hyper-V*.mum 》hyper-v.txt
03for /f %%i in (‘findstr /i 。 hyper-v.txt 2^》nul’) do dism /online /norestart /add-package:“%systemRoot%servicingPackages%%i”
04del hyper-v.txt
05dism /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
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。