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
- Host: GitHub
- URL: https://github.com/amd64fox/rollback-spotify
- Owner: amd64fox
- License: mit
- Created: 2021-10-11T12:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T06:09:35.000Z (3 months ago)
- Last Synced: 2025-03-29T03:07:25.856Z (2 months ago)
- Topics: spotify, spotify-desktop-client, spotify-no-update, windows
- Language: PowerShell
- Homepage:
- Size: 104 KB
- Stars: 175
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)