Patching Google Play Store onto WSA

2026-03-08·7 min read
#wsa#play-store#gapps#magisk
Google AdSense
AD
Advertisement

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.

Some Windows Updates (e.g. KB5062553) have broken GApps builds. If Play Store misbehaves after an update, use the repair dialog or switch to a NoGApps + Aurora Store setup.

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.

Google AdSense
AD
Advertisement
Google AdSense
AD
Advertisement
Google AdSense
AD
Advertisement
Loading video...

WSA Installer Guide

AT Tech Zone - Step-by-step WSA installation guide

Subscribe for more WSA tutorials and guides.

Subscribe