Patching Google Play Store onto WSA
Why Patch at All?
Stock WSA ships without Google Mobile Services. That means no Play Store, no Gmail sign-in, no push notifications. Patching GApps is what unlocks the real Android experience.
The Two Ingredients
- MindTheGapps 13.0 — the Google apps package (Play Services, Play Store, Framework)
- MagiskOnWSALocal — the patcher that injects GApps into the WSA image
The Patching Flow
WSA Installer runs MagiskOnWSALocal with MindTheGapps selected. It locates the extracted WSA folder, verifies the GApps archive, extracts and patches the system image, then re-signs it so Android accepts the modified packages.
Automating ADB Authorization
Play Store needs ADB debugging authorized once. WSA Installer drives the ADB dialog with pywinauto GUI automation, clicking 'Allow' so you never touch a command prompt.
Result
After patching, the Google Play Store appears in the Start Menu. Sign in with any Google account and install apps exactly as you would on a phone.
Related Posts
WSA Without Play Store: NoGApps + Aurora Store
When GApps breaks after a Windows update, the NoGApps + Aurora Store path keeps your apps installing cleanly.
Customizing Your WSA Installation
GApps variants, Magisk vs KernelSU, and per-install tweaks — how deep you can go customizing the subsystem.
What Is Windows Subsystem for Android (WSA)?
A plain-language introduction to WSA: what it is, why Microsoft built it, and how it lets you run Android apps on Windows 11.
