STOP Windows Client from Downloading Updates Automatically

Server Version#: 1.25.7.5604 (DSM7)
Player Version#: 1.41.0.2876 (Windows)

The Plex Client for Windows is downloading updates automatically to this directory:
%localappdata%\Plex\cache\updates

Where is the setting to disable this automatic download?
I scrubbed all of the settings in the Plex client which means it’s a feature that’s hidden from us.

Does anyone know how to stop Plex from automatically downloading updates?

Thanks!

2 Likes

%LOCALAPPDATA%\Plex\plex.ini

  • Find the [debug] section - add one if one does not exist
  • Add disableUpdater=true directly under the [debug] header
  • Save your changes
3 Likes

Excellent, thanks for the info.

Plex-DisableUpdater

I guess I can remove my Task Schedule that runs my PowerShell script to purge everything in that directory.

Remove-Item -Force "C:\Users\<username>\AppData\Local\Plex\cache\updates\*.*"

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.