Skip to content

K3V1991/How-to-download-and-install-WSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

How to download and install the Windows Subsystem for Android




Requirements:

  • Windows 11
  • Developer Mode enabled
  • Virtual Machine Platform Feature enabled
  • Microsoft UI Xaml (appx)
  • Windows Subsystem for Android (msixbundle)

Enable Developer Mode:

  1. Open Settings
  2. Head to Privacy and Security Settings and search for the For developers
  3. Tap on the Toggle to enable the Developer Mode and confirm it by clicking on Yes

Enable Virtual Machine Platform:

  1. Click on Start
  2. Search for Turn Windows features on or off. Click on the first Option.
  3. Scroll down and search Virtual Machine Platform
  4. Checkbox and click OK
  5. Restart Windows

Download & install Microsoft UI Xaml:

Includes the Framework to run Windows Subsystem for Android. Pre-installed on Windows Insider Builds.

  1. Visit the Website: rg-adguard.net
  2. Change the first Option to ProductID
  3. Paste 9P3395VX91NR in the Search Bar
  4. Change the Channel to RP
  5. Click on the [ ✓ ] Button
  6. Let it generate the List of Files
  7. Download the following File:
Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe.appx

Note: The Version may change with Time

  1. Double click the donloaded File and install it
  2. You are now ready to install WSA

Download & install Windows Subsystem for Android:

  1. Visit rg-adguard.net again
  2. Change the first Option to ProductID
  3. Paste 9P3395VX91NR in the Search Bar
  4. Change the Channel to Slow
  5. Click on the [ ✓ ] Button
  6. Let it generate the List of Files
  7. Download the following File:
MicrosoftCorporationII.WindowsSubsystemForAndroid_2205.40000.14.0_neutral_~_8wekyb3d8bbwe.msixbundle

Note: The Version may change with Time

  1. Install with a double Click or use PowerShell:
  2. Go to the Location where you have downloaded the WSA Bundle File
  3. Right click on the WSA File and select Copy as Path
  4. Now, search for Windows PowerShell in the Windows Search
  5. Launch PowerShell as Administrator
  6. Paste the following Code in the PowerShell Window:
Add-AppxPackage -Path
  1. Right after the -Path Text, press the Spacebar and paste the Copy as Path Text from earlier using Keyboard Shortcut CTRL + V

Example:

Add-AppxPackage -Path "C:\Users\User\Downloads\WSA\MicrosoftCorporationII.WindowsSubsystemForAndroid_2204.40000.19.0_neutral_~_8wekyb3d8bbwe.Msixbundle"
  1. Let the installation finish
  2. Once done, type Android in the Windows Search and you will see the Windows Subsystem for Android installed
  3. Enjoy Android on Windows