Skip to content

Instantly share code, notes, and snippets.

@hamsterbacke23
Created November 15, 2013 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamsterbacke23/7481869 to your computer and use it in GitHub Desktop.
Save hamsterbacke23/7481869 to your computer and use it in GitHub Desktop.
Autostart Delete Spotify Folders
rmdir /s /q "%userprofile%\AppData\Local\Spotify\Storage";
rmdir /s /q "%userprofile%\AppData\Local\Spotify\Browser";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment