Stop HTPC Auto Updating

Server Version#: 1.32.1.6999
Player Version#: PlexHTPC-1.11.0.2867-a8b910ed-x86_64
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>

General question. How do I stop HTPC from trying to update every time I open it? The latest version doesn’t work and I have a perfect setup at the moment.
Thanks

Brilliant, thank you

Unfortunately that fix didn’t work
I edited the ini file located at
C:\Users\Simon\AppData\Local\Plex HTPC\plex.ini
is this the correct path?
if so where in the ini file do place [debug] disableUpdater=true in the file?

thanks for taking time to help

If there is no [debug] section already in the file, insert two empty lines before the other lines. Then copy the lines into it and save.

[debug]
disableUpdater=true

If there is already a debug section, simply add disableUpdater=true as a new line.
The app must be closed while you’re doing this.

Thanks

That worked. Thank you again for your help.