Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1 KB

README.md

File metadata and controls

30 lines (23 loc) · 1 KB

Rollback Spotify

Downgrade Spotify and block update for Windows


just download and run Rollback-Spotify.bat - or run The following command in PowerShell:

iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1' | iex

or specific version

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

or latest version x86/x64/arm64

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

Credits

The file download function was taken from the PsDownload module, thanks to Dan Gough