Install Windows Subsystem For Android

Installing WSA

  1. Download MustardChef WSA Builds.
  2. Extract the files to C:\Android.
  3. Run PowerShell as Administrator.
  4. Run the following commands:
cd C:\Android
Set-ExecutionPolicy Bypass -Scope Process -Force
.\Install.ps1

Uninstalling WSA

  1. Run PowerShell as Administrator.
  2. 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

Popular posts from this blog

Useful aliases

Create rish shortcut on Home Screen

Check Change Files in Git