Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.68 KB

File metadata and controls

46 lines (35 loc) · 1.68 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"

Options

-v, -version      Specifies the version to be installed
                  Examples: 1.2.24.756 (architecture will be detected automatically),
                  1.2.24.756-x64 (specific architecture), last (latest version for your OS),
                  last-x64 (latest version with specific architecture)

-u, -uninstall    Automatically uninstalls any existing Spotify version

-n, -not_block    Skips blocking of automatic updates after installation

-b, -buildtype    Filters versions by build type
                  [possible values: "release", "master", "all"] [default:"release"]
                  Warning: "master" builds can be unstable and are for testing only

Credits

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