Last active
December 1, 2017 18:30
-
-
Save DerekParry/dba16282662baec0c6448aa65d9ef2f5 to your computer and use it in GitHub Desktop.
Fixes Spotify update errors on Windows 10 (Error code: 53) and (Error code: 17)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM INSTRUCTIONS: | |
| REM Attempt to update Spotify | |
| REM When the error message pops up, don't close it | |
| REM Replace <username> below with your Windows username | |
| REM Run this .bat file as an admin | |
| REM Close the Spotify error message | |
| REM Open Spotify, it should now be the latest version (you will need to log in again) | |
| ROBOCOPY "C:\Users\<username>\AppData\Roaming\Spotify" "C:\Program Files (x86)\Spotify" /MOVE /S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment