Update Uninstall.bat

This commit is contained in:
amd64fox
2021-09-11 12:22:43 +03:00
committed by GitHub
parent 074d7120ad
commit 6c3f82acaa

View File

@@ -1,8 +1,7 @@
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
echo *****************
echo Author: @rednek46
echo Modified: @Amd64fox
echo Author: @amd64fox
echo *****************
echo Removing Patch...
if exist "%APPDATA%\Spotify\chrome_elf.dll.bak" (
@@ -21,6 +20,10 @@ if exist "%APPDATA%\Spotify\Apps\xpui.bak" (
move "%APPDATA%\Spotify\Apps\xpui.bak" "%APPDATA%\Spotify\Apps\xpui.spa" > NUL 2>&1
)
if exist "%APPDATA%\Spotify\blockthespot_log.txt" (
del /s /q "%APPDATA%\Spotify\blockthespot_log.txt" > NUL 2>&1
)
if exist "%localappdata%\Spotify\Update" (
del /A:sr %localappdata%\Spotify\Update > NUL 2>&1
)