Tutorial How to install rooted Windows Subsystem for Android (WSA) with Google Play Services (Windows 10 & 11)

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,540
302,712
1,213
Modding World
No need to manually root and install Google Play Services on Windows Subsystem For Android™ (WSA) anymore, you can install pre-build WSA on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Services (OpenGApps/MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.

WARNING: For peoples who want to use Magisk modules on WSA: Modules are supported as long as it support x86_64. ARM64 only modules will not work on x86_64 WSA. If you really need to use ARM64 only modules, buy an ARM64 computer that is capable of running ARM64 version Windows 10/11 and you must choose ARM64 version of WSA instead x64. I have not tested it because I don't have any ARM64 computer

Requirements

- 8GB RAM (Minimum). 16 GB RAM or higher is recommended
- SSD or better
- Supported processor: Intel Core i3 8th Generation, AMD Ryzen 3000, Qualcomm Snapdragon 8c, or better
- Any compatible Intel, AMD or Nvidia GPU. GPU Performance may vary depending on its compatibility with WSA
- Microsoft Store app version 22110.1402.6.0 or higher. You can check the Store app version by clicking the "Get updates" button in the Library tab of the app (bottom-left corner).
- NTFS partition. WSA can only be installed on a NTFS partition, not on an exFAT partition
- Virtualization (VT-x) enabled in the BIOS settings. Check with your computer manufacturer for more infomation. Guide on how to enable. If you want to use WSA in standard Virtual Machine, you must enable VT-x on the VM settings too.
- Virtual Machine Platform enabled. Once enabled, some Android emulators, Virtualbox, and VMware will not work unless Hyper-V is supported. However, you could install WSA inside Windows 11 virtual machine, allowing you to have standard Android emulators, VM and WSA at the same time (See screenshot below of Win 11 with WSA running on WMware), but more RAM is required on host OS

1694711838477.png


Video tutorial


Enabling Virtual Machine Platform
If you already enabled Virtual Machine Platform, skip these steps and proceed to Installation

Note: Some Windows 10 PCs - and all PCs that come preinstalled with Windows 11 - already have Virtual Machine Platform enabled, so you may not need to follow these steps.

Open Start menu. Search for "Turn Windows features on or off", and click the top result to open the app.

Or

Open Settings -> Apps -> More optional features

Or

By pressing the Windows Key + R on your keyboard and typing "OptionalFeatures.exe" into the box, and press enter

Check the “Virtual Machine Platform” option.

1694722705695.png


Reboot your computer

Installation
Warning: If you have the official WSA installed, you must completely uninstall it to use modified WSA builds. In case you want to preserve your data from the previous installation (official or modded), you can backup Userdata.vhdx, located at %LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx before uninstallation and restore it after installation.

This is a simplified installation steps with screenshots. I recommend also to read the full guide with details at WSABuilds Github repo to make sure you do not miss anything

Go to the releases page: Releases · MustardChef/WSABuilds

Find the latest release for your OS and processor, for example if your PC's processor is x86_64 and running Windows 11, find the release called Windows Subsystem For Android vXXXXXXX: Windows 11 x64. Go to the Assets section and download the WSA version of your choosing (do not download "Source code")

1694708763085.png


Extract the .7z archive using 7-zip (recommended)

2023-09-14 18 15 13.png


Rename the folder (that you extracted) to WSA and move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use modified WSA

2023-09-14 18 13 03.png


Note: If you're updating WSA, merge the folders and replace the files for all items when asked. When prompted to replace folders, select "Do this for all current items" and click on "Yes". When prompted to replace files, click on "Replace the files in the destination"

Open the WSA folder: Search for and double-click Run.bat

2023-09-14 18 20 38.png


Give administrative permission when asked

2023-09-14 18 20 54.png


  • If you previously have a modified WSA installation, it will automatically uninstall the previous one while preserving all user data and install the new one, so don't worry about your data.
  • If the popup windows disappear without asking administrative permission and WSA is not installed successfully, you should manually run Install.ps1 as administrator:
    • Press Win + X and select Terminal (Administrator)
    • Input the command below and press enter, replacing {X:\path\to\your\extracted\folder} including the {} with the path of the extracted folder
    • cd "{X:\path\to\your\extracted\folder}"
    • Input the command below and press enter
    • PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
    • The script will run and WSA will be installed
    • If this workaround does not work, your PC is not supported for WSA

Once the installation process completes, WSA will launch (if this is a first-time install, a window asking for consent to diagnositic information will be shown instead. Sometimes two or more identical windows will show, this is fine and nothing bad happens if you click OK in both or more windows)

2023-09-14 18 47 59.png


Click on the PowerShell window, then press any key on the keyboard, the PowerShell window should close

1694710106124.png


After it's finished installing, the Magisk (If you choosed Magisk WSA build), Play Store and the Windows Subsystem for Android Settings app will appear in the Start menu and your app list.

Very important: You can NOT delete the WSA installation folder. Leave it alone!

If you are using Magisk WSA build:
Open the Magisk app from the Start menu

1694711266519.png


When prompted to Require Additional Setup, click on "OK". WSA will reboot

1694711309278.png


After rebooting, Magisk will launch automatically. If not, open it from the Start menu again

Enjoy!

Zygisk is fully supported. You can begin to install your favorite modules right away.

If your magisk modules got deleted after reboot, follow the tutorial how to temporary fix it: How to fix Magisk modules deleting itself from Windows Subsystem for Android (WSA) - Platinmods.com - Android & iOS MODs, Mobile Games & Apps

WARNING:
Modules are supported as long as it support x86_64. ARM64 only modules will not work on x86_64 WSA. If you really need to use ARM64 only modules, buy an ARM64 computer that is capable of running ARM64 version Windows 10/11 and you must choose ARM64 version of WSA instead x64. I have not tested it because I don't have any ARM64 computer

2023-09-14 19 15 27.png


Updating without losing data
Make sure Windows Subsystem For Android is not running (Click on "Turn off" in the WSA Settings and wait for the spinning loader to disappear)

Follow the Installation steps from above again. You will need to replace your "WSA" folder during installation

Problems
See FAQ: GitHub - MustardChef/WSABuilds: Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (OpenGApps/ MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.
 

Attachments

Last edited:

Scav3ng3r4M0dz

Awesome Active Platinian
Jul 17, 2017
160
273
63
Behind you, with a sniper.
When installing any modules on the "WSA_2308.40000.3.0_x64_Release-Nightly-with-magisk-d4e552d0.26301.-canary-MindTheGapps-13.0-RemovedAmazon.7z " version of WSA, the modules disappear upon restart. Tried installing any module but they all disappear.
 

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,540
302,712
1,213
Modding World
When installing any modules on the "WSA_2308.40000.3.0_x64_Release-Nightly-with-magisk-d4e552d0.26301.-canary-MindTheGapps-13.0-RemovedAmazon.7z " version of WSA, the modules disappear upon restart. Tried installing any module but they all disappear.
Strange. Just realized mine disappeared too. The last build that worked was around August, but I don't remember the excat version
 

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,540
302,712
1,213
Modding World