An open API service indexing awesome lists of open source software.

https://github.com/amd64fox/rollback-spotify

Downgrade Spotify and block update for Windows
https://github.com/amd64fox/rollback-spotify

spotify spotify-desktop-client spotify-no-update windows

Last synced: about 2 months ago
JSON representation

Downgrade Spotify and block update for Windows

Awesome Lists containing this project

README

        



Rollback Spotify


Downgrade Spotify and block update for Windows

***

just download and run [Rollback-Spotify.bat](https://raw.githack.com/amd64fox/Rollback-Spotify/main/Rollback-Spotify.bat)
- or run The following command in PowerShell:
```ps1
iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1' | iex
```

or specific version

```ps1
iex "& { $(iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1') } -version 1.2.24.756-x64"
```

or latest version x86/x64/arm64

```ps1
iex "& { $(iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1') } -version last-x64"
```

## Credits
The file download function was taken from the [PsDownload](https://github.com/DanGough/PsDownload) module, thanks to [Dan Gough](https://github.com/DanGough)