Plan
Premium
Country
US
Device
PC
Operating System
Windows 10
My Question or Issue
I'm wondering how to stop Spotify from auto updating. I got a file to install older version of software since I didn't like the June update, and It auto updated when I restarted my PC.
Hello there!
Can you try the following steps:
Open Admin Command Prompt and type these commands one by one:
rm %localappdata%\Spotify\Update
mkdir %localappdata%\Spotify\Update
icacls %localappdata%\Spotify\Update /deny "%username%":D
icacls %localappdata%\Spotify\Update /deny "%username%":R
Description of given commands:
Hope this helps and let me know how it goes :)