kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.67k stars 271 forks source link

How to disable auto-updates #498

Closed Birow7 closed 3 months ago

Birow7 commented 4 months ago

Hello,

I am deploying Keystore Explorer to many devices in my organisation and I want to disable auto-updates.

Can I achieve that using registry or a configuration file ? (I don't want to do it manually on every device).

Kind regards, Benjamin

kaikramer commented 4 months ago

You mean the automatic update check?: image

As you have mentioned the registry I assume Windows is the the OS for all those devices. On Windows you can indeed switch the update check off by setting the following registry key to false:

Computer\HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\org\kse kse3.autoupdatecheckenabled

image

Birow7 commented 4 months ago

Hi,

Thank you for your answer ! That was indeed what I was looking for.

Kind regards.