You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the following popular Chromium browsers are portable in their current manifest forms: Chrome doesn’t support a persistent user directory at all, while Brave and UGC use a custom user directory only in the application shortcut and shim. Opening them by clicking a link in an external application causes them to fall back to the regular user directory.
Configures the directory that Google Chrome will use for storing user data. If you set this policy, Google Chrome will use the provided directory regardless whether the user has specified the '--user-data-dir' flag or not.
The text was updated successfully, but these errors were encountered:
The registry key differs for each browser (for example, Brave). There will be no interference.
In my opinion, Nonportable is the appropriate location for browser manifests that don’t include the policy.
The problem
None of the following popular Chromium browsers are portable in their current manifest forms: Chrome doesn’t support a persistent user directory at all, while Brave and UGC use a custom user directory only in the application shortcut and shim. Opening them by clicking a link in an external application causes them to fall back to the regular user directory.
Extras/bucket/ungoogled-chromium.json
Lines 25 to 31 in 516a5d2
Extras/bucket/brave.json
Lines 30 to 36 in 691fd92
Extras/bucket/googlechrome.json
Lines 28 to 33 in df64636
The solution
Add a registry file with the following entry to the
scripts
folder:https://chromeenterprise.google/policies/#UserDataDir
The text was updated successfully, but these errors were encountered: