Windows 11 official version uses WSA method

Windows 11 official version uses WSA method

AdenXie

Machine-translated with NiuTrans. Read the Chinese original.

tip: This article will only be published on greataden.top. Please indicate the source when reprinting.


Today I'm going to introduce instructions for installing and using WSA (Windows Subsystem of Android) on a computer running the official Windows 11 non-preview version. Let me clarify in advance that this tutorial was written based on both online and personal experience; each case will be handled individually.

Preparatory work

1. WSA Environment

Go to "Settings" - "Optional Features" - "More Windows Features" and findHyper-VWindows Virtual Machine Monitor Platformvirtual machine platformCheck these three options, then click OK and wait for the feature to be added.Restart your computer

If you are using Windows 11 Home and do not have Hyper-V, please refer toThis article

2. WSA program package

Download the WSA environment installation package, version 1.8.32822.0. Thank you to the users of Vision for providing the download link.China Telecom Cloud LinkAccess Code: srm6

Of course, you can alsoMicrosoft StoreDownload directly; you need to install the system here.Time and languagesetCountry or regionChange toAmerica。 If you encounter download problems, please refer to point two below.Install WSA Toolboxbolded notes

Open the whole

1. Install the WSA environment

Find the program package I downloaded during the preparation work.No Chinese namePlace the folder, and while holding down the Win+X key combination, select

"Windows PowerShell (Administrator)", and then navigate to the location where the WSA file is stored.

For example, placing it in the downloads folder on drive D, then...

Use this command and then press Enter to install.

1
Add-AppxPackage -Path MicrosoftCorporationII.WindowsSubsystemForAndroid_1.8.32822.0_neutral___8wekyb3d8bbwe.Msixbundle

Actually, you don't need to enter that much. Just press the Tab key after Add-APPxPackage -Path and select the file you want to download.

Note that if an installation error message appears at this point, containing the words "Microsoft.UI.Xaml.2.6," you...Download hereA supplementary package is enough.

2. Install WSA Toolbox

The original text suggested downloading adb tools to install the apk via adb, but I personally find it too troublesome. It's better to just download one.WSA ToolboxIt's convenient to come.

If you encounter any download problems, you can refer toThis videoI have a link to the original author of this software, fromDownload here

3. Open WSA system settings

Then turn on "Developer Mode" in the settings.

4. Using the WSA Toolkit

Open the WSA toolbox; first-time use may require...fault diagnosisConfigure adb settings. After the initial configuration is complete, you can install APKs, manage apps, and other related content.

Additionally, to save resources, you can disable the subsystem in the subsystem settings when not using WSA and reopen it when needed.

Later

My first encounter with WSA was with the Windows 11 preview version of my previous computer, which was not long after Windows 11 released the WSA project. At the time, the Android kernel was still Android 12, but it has now been upgraded to Android 13, with significant improvements in smoothness and stability. I'm optimistic that this giant hard project will one day be able to crush those domestic simulators that are full of ads and not very user-friendly.

This article refers toZhihu articlesThis document contains some issues that may be encountered during installation. If there is any copyright infringement, please contact us for removal.

  • Title: Windows 11 official version uses WSA method
  • Author: AdenXie
  • Created at : 2023-03-06 19:09:13
  • Updated at : 2023-03-23 20:29:16
  • Link: https://blog.adenxie.com.cn/2023/03/06/Windows11 official version using WSA method/
  • License: All Rights Reserved © AdenXie
Comments