You are here

Registry keys

5 posts / 0 new
Last post
tbundy00
Offline
Last seen: 5 months 4 weeks ago
Joined: 2024-06-17 16:58
Registry keys

Can someone tell me if there is a copy of the registry keys in a portable app? I have a copy of thunderbird that I would like to stop checking for updates

ANTICHRISTUS REX
ANTICHRISTUS REX's picture
Online
Last seen: 14 min 6 sec ago
Translator
Joined: 2019-07-19 07:09
Basic search result

... that I would like to stop checking for updates

https://portableapps.com/comment/204335#comment-204335

PS. More recent posts 'say' the same.

“All these years that I had spent in the service of mankind brought me nothing but insults and humiliation.”
― Nikola Tesla ―

“I'm such an open book, but you shall read between the lines.”
― Neo Buddha ―

tbundy00
Offline
Last seen: 5 months 4 weeks ago
Joined: 2024-06-17 16:58
Not the same

I'm asking for the thunderbird portable app itself. Not for the portable app platform. Changing the name does nothing except change the settings for the app itself.

John T. Haller
John T. Haller's picture
Offline
Last seen: 6 hours 16 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
policies.json

To prevent Thunderbird Portable from prompting to update itself, you need to create a policies.json file within the ThunderbirdPortable\App\Thunderbird64\distribution directory (create the directory if it doesn't exist) with the following:

{
"policies": {
"DisableAppUpdate": true
}
}

Do the same within a ThunderbirdPortable\App\Thunderbird\distribution directory to do the same for the 32-bit version.

The distribution directory will be preserved during each update.

Note that you should definitely not leave Thunderbird un-updated and use it in production use as it will have major security issue.

Sometimes, the impossible can become possible, if you're awesome!

tbundy00
Offline
Last seen: 5 months 4 weeks ago
Joined: 2024-06-17 16:58
json file

That is exactly what I was trying to do. I'm using version 102 of thunderbird. I don't like the layout or much else about versions 115. Thank you very much.

Log in or register to post comments