Skip to content

Instantly share code, notes, and snippets.

@DerekParry
Last active December 1, 2017 18:30
Show Gist options
  • Select an option

  • Save DerekParry/dba16282662baec0c6448aa65d9ef2f5 to your computer and use it in GitHub Desktop.

Select an option

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)
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