mirror of
https://github.com/mrpond/BlockTheSpot.git
synced 2025-05-10 18:06:39 +02:00
11 lines
No EOL
235 B
Batchfile
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 |