admin 管理员组

文章数量: 1184232

一般的x86电脑如果安装android子系统,运行安卓子系统,由于要将android arm代码转译为x86代码,所以效率不一定高,但是如果电脑是arm架构的,通过安卓子系统运行android的程序执行效率就会 高不少,本文参考,都是在win11 home版本下的

华为 MateBook E Go 安卓子系统安装指南 - chipo的个人空间 - OSCHINA - 中文开源技术交流社区https://my.oschina/chipo/blog/5589387

第一步安装hyperV ,生成一个intsall.bat

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</

本文标签: 子系统 系统安装 matebookego ARM