renaming from chrome_elf.dll to dpapi.dll

This commit is contained in:
amd64fox
2022-12-06 15:38:39 +03:00
committed by GitHub
parent 1e656e304b
commit 79dbddff2b

View File

@@ -6,9 +6,8 @@ echo *****************
echo Removing Patch...
if exist "%Appdata%\Spotify\chrome_elf_bak.dll" (
del /s /q "%Appdata%\Spotify\chrome_elf.dll" > NUL 2>&1
move "%Appdata%\Spotify\chrome_elf_bak.dll" "%Appdata%\Spotify\chrome_elf.dll" > NUL 2>&1
if exist "%Appdata%\Spotify\dpapi.dll" (
del /s /q "%Appdata%\Spotify\dpapi.dll" > NUL 2>&1
)
if exist "%Appdata%\Spotify\Spotify.bak" (
@@ -77,4 +76,4 @@ DEL !cSctVBS! /f /q
)
echo Patch successfully removed
pause
pause