mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +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 |