How to hide all warning popups in chromium?
In my browser popup occasionally is appearing popup: "Warning: your chromium settings are stored on a network drive..." and i have to click OK.
Can I block this? There is some flags, which hide all warning popups or some setting?
google-chrome browser chromium popups
New contributor
add a comment |
In my browser popup occasionally is appearing popup: "Warning: your chromium settings are stored on a network drive..." and i have to click OK.
Can I block this? There is some flags, which hide all warning popups or some setting?
google-chrome browser chromium popups
New contributor
Since Chrome's behavior varies from version-to-version, please specify the version you are running (and the OS would also be helpful.) Are you in an enterprise environment with roaming profiles? Or is %appdata% redirected in some other way? If so, is the network location a mapped drive or UNC? Assuming Windows 7 or 10, you can type "set appdata" to see the location. Also your question's title asks how to hide -all- warning popups, yet in the question itself, you appear to want to suppress only the one about the profile location.
– Debra
Jan 7 at 15:37
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
add a comment |
In my browser popup occasionally is appearing popup: "Warning: your chromium settings are stored on a network drive..." and i have to click OK.
Can I block this? There is some flags, which hide all warning popups or some setting?
google-chrome browser chromium popups
New contributor
In my browser popup occasionally is appearing popup: "Warning: your chromium settings are stored on a network drive..." and i have to click OK.
Can I block this? There is some flags, which hide all warning popups or some setting?
google-chrome browser chromium popups
google-chrome browser chromium popups
New contributor
New contributor
edited Jan 7 at 12:43
Ahmed Ashour
1,146611
1,146611
New contributor
asked Jan 7 at 12:02
kamiltkamilt
1
1
New contributor
New contributor
Since Chrome's behavior varies from version-to-version, please specify the version you are running (and the OS would also be helpful.) Are you in an enterprise environment with roaming profiles? Or is %appdata% redirected in some other way? If so, is the network location a mapped drive or UNC? Assuming Windows 7 or 10, you can type "set appdata" to see the location. Also your question's title asks how to hide -all- warning popups, yet in the question itself, you appear to want to suppress only the one about the profile location.
– Debra
Jan 7 at 15:37
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
add a comment |
Since Chrome's behavior varies from version-to-version, please specify the version you are running (and the OS would also be helpful.) Are you in an enterprise environment with roaming profiles? Or is %appdata% redirected in some other way? If so, is the network location a mapped drive or UNC? Assuming Windows 7 or 10, you can type "set appdata" to see the location. Also your question's title asks how to hide -all- warning popups, yet in the question itself, you appear to want to suppress only the one about the profile location.
– Debra
Jan 7 at 15:37
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
Since Chrome's behavior varies from version-to-version, please specify the version you are running (and the OS would also be helpful.) Are you in an enterprise environment with roaming profiles? Or is %appdata% redirected in some other way? If so, is the network location a mapped drive or UNC? Assuming Windows 7 or 10, you can type "set appdata" to see the location. Also your question's title asks how to hide -all- warning popups, yet in the question itself, you appear to want to suppress only the one about the profile location.
– Debra
Jan 7 at 15:37
Since Chrome's behavior varies from version-to-version, please specify the version you are running (and the OS would also be helpful.) Are you in an enterprise environment with roaming profiles? Or is %appdata% redirected in some other way? If so, is the network location a mapped drive or UNC? Assuming Windows 7 or 10, you can type "set appdata" to see the location. Also your question's title asks how to hide -all- warning popups, yet in the question itself, you appear to want to suppress only the one about the profile location.
– Debra
Jan 7 at 15:37
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
add a comment |
1 Answer
1
active
oldest
votes
This was asked from the Chrome developers on Oct 29, 2015
Issue 103902 - Chrome not working at mounted/network drive.
The answer was:
This is working as intended. We do not support running Chrome from a network share because doing so would prevent enabling the sandbox.
The sandbox is what isolates the operating system from malicious software running
inside Chrome. So it would be preferable to store your profile on a regular disk,
rather than running in such an unsafe mode.
Chrome will keep on nagging you until you do, and there is no way to disable this
message besides specifically requesting to disable the sandbox,
using the command line switch --no-sandbox
.
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
kamilt is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391472%2fhow-to-hide-all-warning-popups-in-chromium%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This was asked from the Chrome developers on Oct 29, 2015
Issue 103902 - Chrome not working at mounted/network drive.
The answer was:
This is working as intended. We do not support running Chrome from a network share because doing so would prevent enabling the sandbox.
The sandbox is what isolates the operating system from malicious software running
inside Chrome. So it would be preferable to store your profile on a regular disk,
rather than running in such an unsafe mode.
Chrome will keep on nagging you until you do, and there is no way to disable this
message besides specifically requesting to disable the sandbox,
using the command line switch --no-sandbox
.
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
|
show 1 more comment
This was asked from the Chrome developers on Oct 29, 2015
Issue 103902 - Chrome not working at mounted/network drive.
The answer was:
This is working as intended. We do not support running Chrome from a network share because doing so would prevent enabling the sandbox.
The sandbox is what isolates the operating system from malicious software running
inside Chrome. So it would be preferable to store your profile on a regular disk,
rather than running in such an unsafe mode.
Chrome will keep on nagging you until you do, and there is no way to disable this
message besides specifically requesting to disable the sandbox,
using the command line switch --no-sandbox
.
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
|
show 1 more comment
This was asked from the Chrome developers on Oct 29, 2015
Issue 103902 - Chrome not working at mounted/network drive.
The answer was:
This is working as intended. We do not support running Chrome from a network share because doing so would prevent enabling the sandbox.
The sandbox is what isolates the operating system from malicious software running
inside Chrome. So it would be preferable to store your profile on a regular disk,
rather than running in such an unsafe mode.
Chrome will keep on nagging you until you do, and there is no way to disable this
message besides specifically requesting to disable the sandbox,
using the command line switch --no-sandbox
.
This was asked from the Chrome developers on Oct 29, 2015
Issue 103902 - Chrome not working at mounted/network drive.
The answer was:
This is working as intended. We do not support running Chrome from a network share because doing so would prevent enabling the sandbox.
The sandbox is what isolates the operating system from malicious software running
inside Chrome. So it would be preferable to store your profile on a regular disk,
rather than running in such an unsafe mode.
Chrome will keep on nagging you until you do, and there is no way to disable this
message besides specifically requesting to disable the sandbox,
using the command line switch --no-sandbox
.
edited Jan 7 at 15:52
answered Jan 7 at 15:02
harrymcharrymc
255k14265565
255k14265565
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
|
show 1 more comment
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Worth pointing out, you can keep the Chrome installation directory on a network drive, but use the local machine for the profile.
– Ramhound
Jan 7 at 15:07
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Chrome can certainly be used with roaming profiles in an enterprise environment: support.google.com/chrome/a/answer/7349337?hl=en . However, the way roaming profiles work, the profile is copied down to the local machine when you log on, then copied back up when you log off. The "--disable-gpu-sandbox" switch might suppress the error, per bugs.chromium.org/p/chromium/issues/detail?id=84045
– Debra
Jan 7 at 15:43
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
Also the discussion at the link provided by @harrymc suggests "--no-sandbox" suppresses the warning message.
– Debra
Jan 7 at 15:50
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
@Debra: Good catch - added that in.
– harrymc
Jan 7 at 15:53
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32
|
show 1 more comment
kamilt is a new contributor. Be nice, and check out our Code of Conduct.
kamilt is a new contributor. Be nice, and check out our Code of Conduct.
kamilt is a new contributor. Be nice, and check out our Code of Conduct.
kamilt is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391472%2fhow-to-hide-all-warning-popups-in-chromium%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Since Chrome's behavior varies from version-to-version, please specify the version you are running (and the OS would also be helpful.) Are you in an enterprise environment with roaming profiles? Or is %appdata% redirected in some other way? If so, is the network location a mapped drive or UNC? Assuming Windows 7 or 10, you can type "set appdata" to see the location. Also your question's title asks how to hide -all- warning popups, yet in the question itself, you appear to want to suppress only the one about the profile location.
– Debra
Jan 7 at 15:37
I have no problem with location network drive or slowdowns. Chrome isn't installed locally and it is turn on from server. I will use --no-sandbox to hide popups. Thanks.
– kamilt
Jan 8 at 7:32