Step 1
- Click here to open the website of Online link generator for Microsoft Store by @rgadguard.
- The product ID of the Windows Subsystem for Android app is 9P3395VX91NR, so you have to put the same in the search box after selecting “ProductId” from the first drop-down menu. Alternatively, you can directly put
https://www.microsoft.com/en-us/p/windows-subsystem-for-android/9p3395vx91nr
as the “URL (link).” Next, select the channel as “Slow” from the second drop-down menu. - Locate the largest file from the list. It should be a MSIX Bundle (with the extension .msixbundle) sized a little over 1 GB. This is the main installer package for the Windows Subsystem for Android. Click on the filename to download the file.
- At the time of writing this article, the version number of the Windows Subsystem for Android package is 1.7.32815.0 or latest. We’ve also mirrored this particular build for easy-downloading. The SHA-1 hash of the MSIX Bundle for this version is
0c4b3430bcd37be562f54322c79fb14f11ce1348
.
Step 2
- Open Windows Terminal as administrator and start a PowerShell instance. To do so, right click on the Start button and select Windows Terminal (Admin). By default it should open with PowerShell, but if it doesn’t, then invoke a new tab with PowerShell.
- Execute the following command to install the MSIX Bundle you downloaded:
Add-AppxPackage -Path <path_to_msixbundle_file>