where does outlook store what attachments are safe to open?
Outlook evidently has a setting somewhere that controls whether an email attachment of a given file type can be directly opened, or whether the user must go through the "You should only open attachments from a trustworthy source" dialog. One of the options in this dialog is "Always ask before opening this type of file".
To un-check the "always ask" setting, you have to close outlook, re-open as an administrator, then attempt to open every file type that you want to change this setting for, then unset the "always ask"... then close outlook and re-open as a normal user. I'm trying to find a way to automate this process, but I can't seem to figure out where this setting is stored. I would assume it's buried somewhere in the registry, but then again outlook also has a habit of storing plenty of stuff (cough autocomplete list cough) in random database files.
Does anyone know where/how outlook stores the "safety state" of attachment file types?
microsoft-outlook windows-registry attachments
add a comment |
Outlook evidently has a setting somewhere that controls whether an email attachment of a given file type can be directly opened, or whether the user must go through the "You should only open attachments from a trustworthy source" dialog. One of the options in this dialog is "Always ask before opening this type of file".
To un-check the "always ask" setting, you have to close outlook, re-open as an administrator, then attempt to open every file type that you want to change this setting for, then unset the "always ask"... then close outlook and re-open as a normal user. I'm trying to find a way to automate this process, but I can't seem to figure out where this setting is stored. I would assume it's buried somewhere in the registry, but then again outlook also has a habit of storing plenty of stuff (cough autocomplete list cough) in random database files.
Does anyone know where/how outlook stores the "safety state" of attachment file types?
microsoft-outlook windows-registry attachments
How about, Outlook -> File -> Options-> Privacy centre... (can't remember the exact name) but its where all security settings are.
– LPChip
Sep 30 '17 at 20:19
I think you mean "Trust Center" - which doesn't appear to have this setting. And I'm really looking for something programmatic. Everytime someone pushes an update it wipes out all my settings (this may be a corporate policy thing) but I want something I can script or dump into a .reg file so that I can return all these attachment settings to "open without asking" in one fell swipe. ;-)
– ljwobker
Sep 30 '17 at 20:24
add a comment |
Outlook evidently has a setting somewhere that controls whether an email attachment of a given file type can be directly opened, or whether the user must go through the "You should only open attachments from a trustworthy source" dialog. One of the options in this dialog is "Always ask before opening this type of file".
To un-check the "always ask" setting, you have to close outlook, re-open as an administrator, then attempt to open every file type that you want to change this setting for, then unset the "always ask"... then close outlook and re-open as a normal user. I'm trying to find a way to automate this process, but I can't seem to figure out where this setting is stored. I would assume it's buried somewhere in the registry, but then again outlook also has a habit of storing plenty of stuff (cough autocomplete list cough) in random database files.
Does anyone know where/how outlook stores the "safety state" of attachment file types?
microsoft-outlook windows-registry attachments
Outlook evidently has a setting somewhere that controls whether an email attachment of a given file type can be directly opened, or whether the user must go through the "You should only open attachments from a trustworthy source" dialog. One of the options in this dialog is "Always ask before opening this type of file".
To un-check the "always ask" setting, you have to close outlook, re-open as an administrator, then attempt to open every file type that you want to change this setting for, then unset the "always ask"... then close outlook and re-open as a normal user. I'm trying to find a way to automate this process, but I can't seem to figure out where this setting is stored. I would assume it's buried somewhere in the registry, but then again outlook also has a habit of storing plenty of stuff (cough autocomplete list cough) in random database files.
Does anyone know where/how outlook stores the "safety state" of attachment file types?
microsoft-outlook windows-registry attachments
microsoft-outlook windows-registry attachments
asked Sep 30 '17 at 20:03
ljwobkerljwobker
21128
21128
How about, Outlook -> File -> Options-> Privacy centre... (can't remember the exact name) but its where all security settings are.
– LPChip
Sep 30 '17 at 20:19
I think you mean "Trust Center" - which doesn't appear to have this setting. And I'm really looking for something programmatic. Everytime someone pushes an update it wipes out all my settings (this may be a corporate policy thing) but I want something I can script or dump into a .reg file so that I can return all these attachment settings to "open without asking" in one fell swipe. ;-)
– ljwobker
Sep 30 '17 at 20:24
add a comment |
How about, Outlook -> File -> Options-> Privacy centre... (can't remember the exact name) but its where all security settings are.
– LPChip
Sep 30 '17 at 20:19
I think you mean "Trust Center" - which doesn't appear to have this setting. And I'm really looking for something programmatic. Everytime someone pushes an update it wipes out all my settings (this may be a corporate policy thing) but I want something I can script or dump into a .reg file so that I can return all these attachment settings to "open without asking" in one fell swipe. ;-)
– ljwobker
Sep 30 '17 at 20:24
How about, Outlook -> File -> Options-> Privacy centre... (can't remember the exact name) but its where all security settings are.
– LPChip
Sep 30 '17 at 20:19
How about, Outlook -> File -> Options-> Privacy centre... (can't remember the exact name) but its where all security settings are.
– LPChip
Sep 30 '17 at 20:19
I think you mean "Trust Center" - which doesn't appear to have this setting. And I'm really looking for something programmatic. Everytime someone pushes an update it wipes out all my settings (this may be a corporate policy thing) but I want something I can script or dump into a .reg file so that I can return all these attachment settings to "open without asking" in one fell swipe. ;-)
– ljwobker
Sep 30 '17 at 20:24
I think you mean "Trust Center" - which doesn't appear to have this setting. And I'm really looking for something programmatic. Everytime someone pushes an update it wipes out all my settings (this may be a corporate policy thing) but I want something I can script or dump into a .reg file so that I can return all these attachment settings to "open without asking" in one fell swipe. ;-)
– ljwobker
Sep 30 '17 at 20:24
add a comment |
1 Answer
1
active
oldest
votes
Technically speaking this prompt happens in Outlook after the: "Enable Protected View for Outlook Attachments" under Trust Center (from Excel or Word) is unchecked. Keep in mind that Outlook Trust Center doesn't show this option to disable/enable protected view settings, you will have to go to the Office Suite program in question. If you enable this setting you won't get the prompt back, however the protected view settings alert when you open Excel/Word will now appear. I end-up doing a fix provided on MS forum by Roady: Right Click on Outlook shortcut and running it as an Administrator and then did a Ctrl + Shift while opening the attachment, this will allow you to uncheck the box for "Always ask before opening this type of file".
Blockquote https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10/how-to-disable-the-warning-on-opening-any/b424facc-3855-4467-8225-cb0c9de44c11
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
add a 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
});
}
});
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%2f1255156%2fwhere-does-outlook-store-what-attachments-are-safe-to-open%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
Technically speaking this prompt happens in Outlook after the: "Enable Protected View for Outlook Attachments" under Trust Center (from Excel or Word) is unchecked. Keep in mind that Outlook Trust Center doesn't show this option to disable/enable protected view settings, you will have to go to the Office Suite program in question. If you enable this setting you won't get the prompt back, however the protected view settings alert when you open Excel/Word will now appear. I end-up doing a fix provided on MS forum by Roady: Right Click on Outlook shortcut and running it as an Administrator and then did a Ctrl + Shift while opening the attachment, this will allow you to uncheck the box for "Always ask before opening this type of file".
Blockquote https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10/how-to-disable-the-warning-on-opening-any/b424facc-3855-4467-8225-cb0c9de44c11
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
add a comment |
Technically speaking this prompt happens in Outlook after the: "Enable Protected View for Outlook Attachments" under Trust Center (from Excel or Word) is unchecked. Keep in mind that Outlook Trust Center doesn't show this option to disable/enable protected view settings, you will have to go to the Office Suite program in question. If you enable this setting you won't get the prompt back, however the protected view settings alert when you open Excel/Word will now appear. I end-up doing a fix provided on MS forum by Roady: Right Click on Outlook shortcut and running it as an Administrator and then did a Ctrl + Shift while opening the attachment, this will allow you to uncheck the box for "Always ask before opening this type of file".
Blockquote https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10/how-to-disable-the-warning-on-opening-any/b424facc-3855-4467-8225-cb0c9de44c11
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
add a comment |
Technically speaking this prompt happens in Outlook after the: "Enable Protected View for Outlook Attachments" under Trust Center (from Excel or Word) is unchecked. Keep in mind that Outlook Trust Center doesn't show this option to disable/enable protected view settings, you will have to go to the Office Suite program in question. If you enable this setting you won't get the prompt back, however the protected view settings alert when you open Excel/Word will now appear. I end-up doing a fix provided on MS forum by Roady: Right Click on Outlook shortcut and running it as an Administrator and then did a Ctrl + Shift while opening the attachment, this will allow you to uncheck the box for "Always ask before opening this type of file".
Blockquote https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10/how-to-disable-the-warning-on-opening-any/b424facc-3855-4467-8225-cb0c9de44c11
Technically speaking this prompt happens in Outlook after the: "Enable Protected View for Outlook Attachments" under Trust Center (from Excel or Word) is unchecked. Keep in mind that Outlook Trust Center doesn't show this option to disable/enable protected view settings, you will have to go to the Office Suite program in question. If you enable this setting you won't get the prompt back, however the protected view settings alert when you open Excel/Word will now appear. I end-up doing a fix provided on MS forum by Roady: Right Click on Outlook shortcut and running it as an Administrator and then did a Ctrl + Shift while opening the attachment, this will allow you to uncheck the box for "Always ask before opening this type of file".
Blockquote https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_win10/how-to-disable-the-warning-on-opening-any/b424facc-3855-4467-8225-cb0c9de44c11
answered Jan 17 at 15:54
YannickYannick
11
11
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
add a comment |
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
Yep - that part I can make work, but it requires me to manually open one of each attachment type that I want to trust. I'm specifically asking about a way to do this programmatically, either via a PowerShell script or a set of registry entries or similar...
– ljwobker
Jan 18 at 16:15
add a comment |
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%2f1255156%2fwhere-does-outlook-store-what-attachments-are-safe-to-open%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
How about, Outlook -> File -> Options-> Privacy centre... (can't remember the exact name) but its where all security settings are.
– LPChip
Sep 30 '17 at 20:19
I think you mean "Trust Center" - which doesn't appear to have this setting. And I'm really looking for something programmatic. Everytime someone pushes an update it wipes out all my settings (this may be a corporate policy thing) but I want something I can script or dump into a .reg file so that I can return all these attachment settings to "open without asking" in one fell swipe. ;-)
– ljwobker
Sep 30 '17 at 20:24