Skip to content

Instantly share code, notes, and snippets.

@ElmTran
Forked from harryremon/InstallAPK.bat
Created June 23, 2024 15:01
Show Gist options
  • Select an option

  • Save ElmTran/da0a5bf1269bb55613488c2eae98087f to your computer and use it in GitHub Desktop.

Select an option

Save ElmTran/da0a5bf1269bb55613488c2eae98087f to your computer and use it in GitHub Desktop.
Windows 11 WSA APK Open With
@echo off
echo.
echo -----------------------------------------
echo *** APK Installer for Windows 11 ***
echo -----------------------------------------
echo.
echo APK File Path is %1
echo.
adb connect 127.0.0.1:<PORT>
echo.
adb install %1
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment