We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cebc3 commit deb25a4Copy full SHA for deb25a4
uninstall.bat
@@ -5,5 +5,6 @@ echo *****************
5
echo Removing Patch
6
del /s /q "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
7
del /s /q "%APPDATA%\Spotify\Apps\zlink.spa" > NUL 2>&1
8
+move "%APPDATA%\Spotify\chrome_elf.dll.bak" "%APPDATA%\Spotify\chrome_elf.dll" > NUL 2>&1
9
move "%APPDATA%\Spotify\Apps\zlink.spa.bak" "%APPDATA%\Spotify\Apps\zlink.spa" > NUL 2>&1
10
pause
0 commit comments