BlockTheSpot/uninstall.bat
Nuzair Rasheed 140ba3c04c
bat files added (#23)
* bat files added

* Removed unwanted shortcut creation line.
2020-03-29 15:49:56 +07:00

8 lines
259 B
Batchfile

@echo off
echo *****************
echo Author: @rednek46
echo *****************
echo Removing Patch
del /s /q "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
move "%APPDATA%\Spotify\chrome_elf.dll.bak" "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
pause