Start/Stop and Monitor Windows Subsystem for Android (WSA) directly from your system tray!
- Easy Start/Stop: Control WSA directly from the system tray with a simple click.
- Monitoring: Visual indicators to show whether WSA is running or not.
- Backup and Restore: Easily backup and restore WSA's virtual drive, preserving internal files and apps.
- Backups are saved in this path by default:
C:\Program Files (x86)\WSA-Tray-Helper\Backup
- Added custom backup location via ini file to address backup issue with different configurations.
- Full list of changes available in Releases.
- Download the latest release from the Releases page.
- Run
WSA-Tray-Helper-win64-setup.exe
to install WSA-Tray-Helper.
- Start/Stop WSA: Right-click the tray icon and select
Start WSA
orStop WSA
. - Monitor WSA: The tray icon changes based on WSA's state:
- Navigate to the
dependencies
folder and openCommands.ini
. - Under the
at_start
key, add your CMD commands (e.g.,at_start = command1, command2
). - Check the
Custom Commands
box in the tray menu to execute these commands everytime WSA starts.
You can run something like:
adb connect 127.0.0.1:58526,
adb shell sh /storage/emulated/0/Android/data/moe.shizuku.privileged.api/start.sh,
adb kill-server
We welcome contributions of all kinds! For major changes, please open an issue first to discuss what you'd like to change. Pull requests are also welcome.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2023 7gxycn08
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.