You are here

Where are the registry entries stored?

11 posts / 0 new
Last post
SebastianJu
Offline
Last seen: 3 months 3 weeks ago
Joined: 2010-01-06 11:44
Where are the registry entries stored?

Hello,

I didn't find the search function in the forum, so I will ask directly. With portable apps, where are the registry entries stored? Surely for most apps there need to be a rerouting since they otherwise would request infos from the windows registry directly.

I would like to change some setting that I would have to change in the registry normally, but with portable apps it's likely some file, right?

Thank you!

John T. Haller
John T. Haller's picture
Online
Last seen: 52 min 10 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Data

When not running, the registry files are stored within Data for the app, usually within AppNamePortable\Data\settings

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

SebastianJu
Offline
Last seen: 3 months 3 weeks ago
Joined: 2010-01-06 11:44
Sadly I can't find it there

Sadly I can't find it there for ChromePortable. There are three directories in AppNamePortable. App, Data and Other.

I can't find anything regarding simulated Registrysettings in there. Only one .reg file that suppresses error messages, but it targets the real registry.

John T. Haller
John T. Haller's picture
Online
Last seen: 52 min 10 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Load and Unload

Apps that require registry entries are loaded before launch and saved after close with any existing files backed up.

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

SebastianJu
Offline
Last seen: 3 months 3 weeks ago
Joined: 2010-01-06 11:44
Do you mean that there is no

Do you mean that there is no point in time when I would be able to adjust a reg setting?

I want to add this key to the registrydata that the portable chrome is using. Or maybe it does not need registry entries?

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
„AllowDeletingBrowserHistory“=dword:00000000

John T. Haller
John T. Haller's picture
Online
Last seen: 52 min 10 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Admin

That can't be altered without admin rights on the local machine. That's a corporate policy setting. I can add the ability for the launcher to do that, but it would only work when run as admin.

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

SebastianJu
Offline
Last seen: 3 months 3 weeks ago
Joined: 2010-01-06 11:44
It is not for a corporate

It is not for a corporate laptop. This registry setting is the only way that I found searching on how to prevent chrome to stop deleting the history for links that got visited three months ago. Brave has a similar key with the same name. Maybe edge as well. Since they are all based on chrome by now.

Apparently chrome set it up so that there is no native setting for keeping the history in chrome anymore. But this key should prevent it according to some websites.

Which is what I want, I use extensions to mark visited links and it makes my life easier to instantly see which link I followed already. Getting history deleted is not good.

So since it is about my private laptop I always can have admin rights.

John T. Haller
John T. Haller's picture
Online
Last seen: 52 min 10 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Set it Directly

You can just set the registry entry directly using Regedit and Google Chrome Portable will use it in that case.

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

SebastianJu
Offline
Last seen: 3 months 3 weeks ago
Joined: 2010-01-06 11:44
Great, that's also a solution

Great, that's also a solution then. So when I set the registry for chrome and brave then it will be valued by both, the installed and the portable versions.

Thank you!

johnswolter
johnswolter's picture
Offline
Last seen: 2 months 6 days ago
Joined: 2013-07-28 17:55
Setting & looking at Regristry

Regedit is scriptable. That is not enough. What happens as an application starts, runs, ends crashes, or any sudden termination? Some thought needed.

Cheers, John S Wolter, Shots, Safe, Remote
Autonomous, AUTOSAR, Modelled Embedded Systems

jchepito
Offline
Last seen: 2 months 4 days ago
Joined: 2008-01-07 09:10
Check the app's directory or

Check the app's directory or its documentation.

Log in or register to post comments