First of all, WSA is not available on Microsoft Store in my region. I searched online and performed the following steps:
- Download the latest .msix bundle from https://store.rg-adguard.net/
- Confirm
MicrosoftCorporationII.WindowsSubsystemForAndroid_2305.40000.6.0_neutral_~_8wekyb3d8bbwe.Msixbundleis successfully downloaded (referred aswsa.msixbundlein this question) - Double click
wsa.msixbundle. It prompts me to install WSA. - Click on "install" button (note there is a badge administrator icon on the left of the label)
- UAC prompt appears, entered admin password correctly
- Error: it says package installation failed, requires administrator and tells me to install via PowerShell's
Add-AppxPackagecmdlet. - Open administrator PowerShell using
Win + xA - Run
Add-AppxPackage C:\Users\[username]\Downloads\wsa.msixbundle - Install succeeded (no error messages)
- I can confirm WSA is now available for administrator, but not my regular user account
How to install WSA on Windows 11 for regular accounts or all accounts, like my own user account? I don't want to use administrator account all the time for several reasons.