Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 867 Bytes

SpotifyUpgradeFinder

.NET Core

Find download links for specific versions of Spotify (Windows). Use at your own risk.

Using

SpotifyUpgradeFinder is a .NET Core Windows Console executable made in C#.

Notes

Spotify Updates

Prevent Spotify from updating by performing the following commands:

rm %localappdata%\Spotify\Update

mkdir %localappdata%\Spotify\Update

icacls %localappdata%\Spotify\Update /deny "%username%":D

icacls %localappdata%\Spotify\Update /deny "%username%":R

License

The MIT License (MIT)