amd64fox / Rollback-Spotify

Downgrade Spotify and block update for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rollback Spotify

Downgrade Spotify and block update for Windows


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

[Net.ServicePointManager]::SecurityProtocol = 3072; iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1' | iex

or specific version

[Net.ServicePointManager]::SecurityProtocol = 3072; iex "& { $(iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1') } -version 1.2.24.756-x64"

or latest version x86/x64/arm64

[Net.ServicePointManager]::SecurityProtocol = 3072; 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

About

Downgrade Spotify and block update for Windows

License:MIT License


Languages

Language:PowerShell 99.3%Language:Batchfile 0.7%