just download and run Rollback-Spotify.bat - or run The following command in PowerShell:
iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1' | iexor 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"-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
The file download function was taken from the PsDownload module, thanks to Dan Gough