很多用户都知道微软在Win10系统中自动为我们配备了虚拟机。在最新的Windows11操作系统中,也有,如果用户需要在电脑中安装Android应用程序,下面的小边将带您看看如何解决这个问题!
Win11自带虚拟机使用方法
一、专业版Win11
1、首先通过开始菜单,进入“设置”。
二、家庭版Win11
1、右键桌面空白处,选择新建一个“文本文档”。
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
@天天下载