Skip to content

Instantly share code, notes, and snippets.

@lances101
Last active February 9, 2018 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lances101/e86802c79ec33bc1a82c7f677a9d5043 to your computer and use it in GitHub Desktop.
Save lances101/e86802c79ec33bc1a82c7f677a9d5043 to your computer and use it in GitHub Desktop.
Wox uninstaller bat tool
@echo off
echo === Wox uninstallation utility ===
echo Now running Squirrel uninstaller
%LOCALAPPDATA%\Wox\Update.exe --uninstall .
echo Deleting Wox application files
rmdir %LOCALAPPDATA%\Wox /S /Q
echo Deleting Wox configuration files
rmdir %APPDATA%\Wox /S /Q
echo Wox uninstalled and residous folders deleted.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment