Disable update check with command line (Batch Install).

jeanje

New Member
Hello,

I'm looking to disable the "Automatically check for updates on startup" option with a command line to create a silent install batch.

1638367659579.png


Thanks
 

Mavnus04

New Member
I know this is an old post, but if you modify the global.ini file by adding this line under [General]
`EnableAutoUpdates=false`

It should disable the automatic updates.
 
Top