mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-18 05:34:51 +10:00
4 lines
78 B
Batchfile
4 lines
78 B
Batchfile
@echo on
|
|
cd /d "%~dp0"
|
|
uninstall.backup.exe /U:Uninstall\uninstall.xml
|
|
exit /b |