BlockTheSpot/uninstall.bat
Nuzair 71391d8ec3
Updated installation script (#445)
* updated install script

* updated readme

* added uninstall

* no backups
2023-04-01 14:13:42 +05:30

11 lines
No EOL
235 B
Batchfile

@echo off
echo *****************
echo Author: @rednek46
echo *****************
echo Removing Patch
if exist "%APPDATA%\Spotify\dpapi.dll" (
del /s /q "%APPDATA%\Spotify\dpapi.dll" > NUL 2>&1
) else (
echo done
)
pause