Created
October 28, 2021 10:57
-
-
Save ilovefreesw/4875b53dcfe3f8a731e11c5f180fe301 to your computer and use it in GitHub Desktop.
Install Android Apps in Windows 11 by Double Clicking. Make sure Platform-Tools which contains ADB is in PATH.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set "package=%1" | |
adb connect 127.0.0.1:58526 | |
adb install %package% | |
EXIT /B | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Complete tutorial: https://www.ilovefreesoftware.com/29/tutorial/how-to-install-android-apps-in-windows-11-by-double-clicking-apk.html
For bulk transferring files and folders: https://github.com/ilovefreesw/WSA-Transfer