WSA Client (wsaclient.exe) is the manager UI application for Windows 11's Windows Subsystem for Android platform and here I collect interesting stuff that I found in wsaclient.exe
- One instance application.
wsaclient.exe is the only application that runs, and handles params for different actions, like uninstall, launch APKs, restart, etc.
To check and block other instances, it uses MUTEX strings and it is this one (it might change in future versions)
Mutex = CreateMutexExW(0, L"{42CEB0DF-325A-4FBE-BBB6-C259A6C3F0BB}", 0, 0x1F0001u);