Install Windows Subsystem For Android
Installing WSA
- Download MustardChef WSA Builds.
- Extract the files to
C:\Android. - Run PowerShell as Administrator.
- Run the following commands:
cd C:\Android
Set-ExecutionPolicy Bypass -Scope Process -Force
.\Install.ps1
Uninstalling WSA
- Run PowerShell as Administrator.
- Run the following commands:
wsl --shutdown
Get-AppxPackage *WindowsSubsystemForAndroid* | Remove-AppxPackage
Remove-Item C:\Android -Recurse -Force
WSA Sideloader
WSA Sideloader is a simple tool that allows you to easily install APK files on Windows Subsystem for Android (WSA).
It also supports installing XAPK, APKM, and APKS files.
Total page views:
Comments
Post a Comment