Why doesn't adding sharepoint to trusted locations disable “protected view” in Excel 2016?Office 2013 on...
How would an AI self awareness kill switch work?
Why do no American passenger airlines still operate dedicated cargo flights?
Publishing research using outdated methods
Consequences of lack of rigour
Could a phylactery of a lich be a mirror or does it have to be a box?
Can I become debt free or should I file bankruptcy ? How to manage my debt and finances?
Would a National Army of mercenaries be a feasible idea?
Cookies - Should the toggles be on?
How can animals be objects of ethics without being subjects as well?
Incorporating research and background: How much is too much?
Find some digits of factorial 17
One Half of Ten; A Riddle
How to count the characters of jar files by wc
How to deal with an incendiary email that was recalled
What are "industrial chops"?
Explain the objections to these measures against human trafficking
Avoiding morning and evening handshakes
Why has the mole been redefined for 2019?
Are there any modern advantages of a fire piston?
Writing a character who is going through a civilizing process without overdoing it?
Can a person refuse a presidential pardon?
Dilemma of explaining to interviewer that he is the reason for declining second interview
How long is the D&D Starter Set campaign?
How should I handle players who ignore the session zero agreement?
Why doesn't adding sharepoint to trusted locations disable “protected view” in Excel 2016?
Office 2013 on Windows 8.1 gives out of memory error when opening filesSharePoint 2013 - Server is not responding/no connectivity to server issue when opening Excel files after removing support for TLS1.0/TLS1.1
I constantly get the annoying "Protected View" in Excel 2016 when opening files from a hosted Sharepoint. I have added the url (https://blah.serverdata.net/site/Shared Documents)
to trusted locations to no avail. The only setting that works is to uncheck the setting "Enable Protected View for files originating from the internet." Obviously, unchecking this is less than optimal.
The site is also listed under trusted sites in Internet Explorer, for what it's worth, and "trusted sites" is at low security.
What am I missing?
I should add, based on offered solutions below, that "hosted" means it is off-site (cloud based), and that I have mapped the drive, so it is not opening through a browser.
windows-8.1 sharepoint-2013 microsoft-office-2016
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com Dec 25 '15 at 9:26
This question came from our site for system and network administrators.
add a comment |
I constantly get the annoying "Protected View" in Excel 2016 when opening files from a hosted Sharepoint. I have added the url (https://blah.serverdata.net/site/Shared Documents)
to trusted locations to no avail. The only setting that works is to uncheck the setting "Enable Protected View for files originating from the internet." Obviously, unchecking this is less than optimal.
The site is also listed under trusted sites in Internet Explorer, for what it's worth, and "trusted sites" is at low security.
What am I missing?
I should add, based on offered solutions below, that "hosted" means it is off-site (cloud based), and that I have mapped the drive, so it is not opening through a browser.
windows-8.1 sharepoint-2013 microsoft-office-2016
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com Dec 25 '15 at 9:26
This question came from our site for system and network administrators.
add a comment |
I constantly get the annoying "Protected View" in Excel 2016 when opening files from a hosted Sharepoint. I have added the url (https://blah.serverdata.net/site/Shared Documents)
to trusted locations to no avail. The only setting that works is to uncheck the setting "Enable Protected View for files originating from the internet." Obviously, unchecking this is less than optimal.
The site is also listed under trusted sites in Internet Explorer, for what it's worth, and "trusted sites" is at low security.
What am I missing?
I should add, based on offered solutions below, that "hosted" means it is off-site (cloud based), and that I have mapped the drive, so it is not opening through a browser.
windows-8.1 sharepoint-2013 microsoft-office-2016
I constantly get the annoying "Protected View" in Excel 2016 when opening files from a hosted Sharepoint. I have added the url (https://blah.serverdata.net/site/Shared Documents)
to trusted locations to no avail. The only setting that works is to uncheck the setting "Enable Protected View for files originating from the internet." Obviously, unchecking this is less than optimal.
The site is also listed under trusted sites in Internet Explorer, for what it's worth, and "trusted sites" is at low security.
What am I missing?
I should add, based on offered solutions below, that "hosted" means it is off-site (cloud based), and that I have mapped the drive, so it is not opening through a browser.
windows-8.1 sharepoint-2013 microsoft-office-2016
windows-8.1 sharepoint-2013 microsoft-office-2016
edited Dec 26 '15 at 8:42
Dan
asked Dec 21 '15 at 17:42
DanDan
1166
1166
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from serverfault.com Dec 25 '15 at 9:26
This question came from our site for system and network administrators.
migrated from serverfault.com Dec 25 '15 at 9:26
This question came from our site for system and network administrators.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you look in custom properties you will find the setting
"Launching applications and unsafe files"
- For Trusted sites this is set to "prompt"
- For Local Intranet this is set to "Allow"
If your SharePoint site is internal - you should be able to add the URL to intranet zone and achieve the result you are looking for.
Edit
The "Internet Settings" are not just for IE. You will notice Chrome honors those and most application take configuration from there. These settings affect you machine wide.
When you connect to SharePoint by mapped drive it doesn't work like a normal UNC share. What windows is doing is using WebDav in the background to connect to a URL.
If you want to validate this - get a program like Fiddler or Wireshark. When you open the Excel you will see the web traffic being passed to access the file.
Protected View settings explained
- Enable Protected View for files that fail validation File
validation scans file for security problems that can result from
changes in the file structure. Clearing this option doesn’t turn off
file validation. Instead, an error message appears for files that
fail the validation process. - Enable Protected View for files originating from the Internet The
Internet is considered an unsafe location because of its many
opportunities for malicious intent. - Enable Protected View for files that are located in potentially
unsafe locations This refers to folders on your computer or
network that are considered unsafe, such as the Temporary Internet
folder or other folders assigned by your administrator. - Enable Protected View for Outlook attachments Attachments in
emails can come from unreliable or unknown sources. - Enable Data Execution Prevention (DEP) mode You can learn more in
Why is my add-in crashing?.
I've highlighted the actual rules that are probably affecting you.
The first one is what the Internet Options usually addresses. This happens because the Attachment Execution Services (AES) adds zone information to files. If a file’s zone information indicates that the file originated from an untrusted website or the Internet, the downloaded file opens in Protected View (again this is why it's not an IE only setting, AES is an OS service).
When you open the library in the browser check to see which zone it is in. If you open in IE you can do this by right clicking in a blank area and select properties. Be sure it's listed in the correct zone.

The second one is corrected by adding the trusted location into the Office Applications. You stated you had already done that but I would review it again to be sure (this is done in Office, not SharePoint which does include a trusted file location as well, but they are different) - along with the site being added to the intranet zone of your internet settings. NOTE - you can't add web address here, and because this is WebDav I'm skeptical this is the problem (but can't rule it out either).
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
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%2f1017860%2fwhy-doesnt-adding-sharepoint-to-trusted-locations-disable-protected-view-in-e%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
If you look in custom properties you will find the setting
"Launching applications and unsafe files"
- For Trusted sites this is set to "prompt"
- For Local Intranet this is set to "Allow"
If your SharePoint site is internal - you should be able to add the URL to intranet zone and achieve the result you are looking for.
Edit
The "Internet Settings" are not just for IE. You will notice Chrome honors those and most application take configuration from there. These settings affect you machine wide.
When you connect to SharePoint by mapped drive it doesn't work like a normal UNC share. What windows is doing is using WebDav in the background to connect to a URL.
If you want to validate this - get a program like Fiddler or Wireshark. When you open the Excel you will see the web traffic being passed to access the file.
Protected View settings explained
- Enable Protected View for files that fail validation File
validation scans file for security problems that can result from
changes in the file structure. Clearing this option doesn’t turn off
file validation. Instead, an error message appears for files that
fail the validation process. - Enable Protected View for files originating from the Internet The
Internet is considered an unsafe location because of its many
opportunities for malicious intent. - Enable Protected View for files that are located in potentially
unsafe locations This refers to folders on your computer or
network that are considered unsafe, such as the Temporary Internet
folder or other folders assigned by your administrator. - Enable Protected View for Outlook attachments Attachments in
emails can come from unreliable or unknown sources. - Enable Data Execution Prevention (DEP) mode You can learn more in
Why is my add-in crashing?.
I've highlighted the actual rules that are probably affecting you.
The first one is what the Internet Options usually addresses. This happens because the Attachment Execution Services (AES) adds zone information to files. If a file’s zone information indicates that the file originated from an untrusted website or the Internet, the downloaded file opens in Protected View (again this is why it's not an IE only setting, AES is an OS service).
When you open the library in the browser check to see which zone it is in. If you open in IE you can do this by right clicking in a blank area and select properties. Be sure it's listed in the correct zone.

The second one is corrected by adding the trusted location into the Office Applications. You stated you had already done that but I would review it again to be sure (this is done in Office, not SharePoint which does include a trusted file location as well, but they are different) - along with the site being added to the intranet zone of your internet settings. NOTE - you can't add web address here, and because this is WebDav I'm skeptical this is the problem (but can't rule it out either).
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
add a comment |
If you look in custom properties you will find the setting
"Launching applications and unsafe files"
- For Trusted sites this is set to "prompt"
- For Local Intranet this is set to "Allow"
If your SharePoint site is internal - you should be able to add the URL to intranet zone and achieve the result you are looking for.
Edit
The "Internet Settings" are not just for IE. You will notice Chrome honors those and most application take configuration from there. These settings affect you machine wide.
When you connect to SharePoint by mapped drive it doesn't work like a normal UNC share. What windows is doing is using WebDav in the background to connect to a URL.
If you want to validate this - get a program like Fiddler or Wireshark. When you open the Excel you will see the web traffic being passed to access the file.
Protected View settings explained
- Enable Protected View for files that fail validation File
validation scans file for security problems that can result from
changes in the file structure. Clearing this option doesn’t turn off
file validation. Instead, an error message appears for files that
fail the validation process. - Enable Protected View for files originating from the Internet The
Internet is considered an unsafe location because of its many
opportunities for malicious intent. - Enable Protected View for files that are located in potentially
unsafe locations This refers to folders on your computer or
network that are considered unsafe, such as the Temporary Internet
folder or other folders assigned by your administrator. - Enable Protected View for Outlook attachments Attachments in
emails can come from unreliable or unknown sources. - Enable Data Execution Prevention (DEP) mode You can learn more in
Why is my add-in crashing?.
I've highlighted the actual rules that are probably affecting you.
The first one is what the Internet Options usually addresses. This happens because the Attachment Execution Services (AES) adds zone information to files. If a file’s zone information indicates that the file originated from an untrusted website or the Internet, the downloaded file opens in Protected View (again this is why it's not an IE only setting, AES is an OS service).
When you open the library in the browser check to see which zone it is in. If you open in IE you can do this by right clicking in a blank area and select properties. Be sure it's listed in the correct zone.

The second one is corrected by adding the trusted location into the Office Applications. You stated you had already done that but I would review it again to be sure (this is done in Office, not SharePoint which does include a trusted file location as well, but they are different) - along with the site being added to the intranet zone of your internet settings. NOTE - you can't add web address here, and because this is WebDav I'm skeptical this is the problem (but can't rule it out either).
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
add a comment |
If you look in custom properties you will find the setting
"Launching applications and unsafe files"
- For Trusted sites this is set to "prompt"
- For Local Intranet this is set to "Allow"
If your SharePoint site is internal - you should be able to add the URL to intranet zone and achieve the result you are looking for.
Edit
The "Internet Settings" are not just for IE. You will notice Chrome honors those and most application take configuration from there. These settings affect you machine wide.
When you connect to SharePoint by mapped drive it doesn't work like a normal UNC share. What windows is doing is using WebDav in the background to connect to a URL.
If you want to validate this - get a program like Fiddler or Wireshark. When you open the Excel you will see the web traffic being passed to access the file.
Protected View settings explained
- Enable Protected View for files that fail validation File
validation scans file for security problems that can result from
changes in the file structure. Clearing this option doesn’t turn off
file validation. Instead, an error message appears for files that
fail the validation process. - Enable Protected View for files originating from the Internet The
Internet is considered an unsafe location because of its many
opportunities for malicious intent. - Enable Protected View for files that are located in potentially
unsafe locations This refers to folders on your computer or
network that are considered unsafe, such as the Temporary Internet
folder or other folders assigned by your administrator. - Enable Protected View for Outlook attachments Attachments in
emails can come from unreliable or unknown sources. - Enable Data Execution Prevention (DEP) mode You can learn more in
Why is my add-in crashing?.
I've highlighted the actual rules that are probably affecting you.
The first one is what the Internet Options usually addresses. This happens because the Attachment Execution Services (AES) adds zone information to files. If a file’s zone information indicates that the file originated from an untrusted website or the Internet, the downloaded file opens in Protected View (again this is why it's not an IE only setting, AES is an OS service).
When you open the library in the browser check to see which zone it is in. If you open in IE you can do this by right clicking in a blank area and select properties. Be sure it's listed in the correct zone.

The second one is corrected by adding the trusted location into the Office Applications. You stated you had already done that but I would review it again to be sure (this is done in Office, not SharePoint which does include a trusted file location as well, but they are different) - along with the site being added to the intranet zone of your internet settings. NOTE - you can't add web address here, and because this is WebDav I'm skeptical this is the problem (but can't rule it out either).
If you look in custom properties you will find the setting
"Launching applications and unsafe files"
- For Trusted sites this is set to "prompt"
- For Local Intranet this is set to "Allow"
If your SharePoint site is internal - you should be able to add the URL to intranet zone and achieve the result you are looking for.
Edit
The "Internet Settings" are not just for IE. You will notice Chrome honors those and most application take configuration from there. These settings affect you machine wide.
When you connect to SharePoint by mapped drive it doesn't work like a normal UNC share. What windows is doing is using WebDav in the background to connect to a URL.
If you want to validate this - get a program like Fiddler or Wireshark. When you open the Excel you will see the web traffic being passed to access the file.
Protected View settings explained
- Enable Protected View for files that fail validation File
validation scans file for security problems that can result from
changes in the file structure. Clearing this option doesn’t turn off
file validation. Instead, an error message appears for files that
fail the validation process. - Enable Protected View for files originating from the Internet The
Internet is considered an unsafe location because of its many
opportunities for malicious intent. - Enable Protected View for files that are located in potentially
unsafe locations This refers to folders on your computer or
network that are considered unsafe, such as the Temporary Internet
folder or other folders assigned by your administrator. - Enable Protected View for Outlook attachments Attachments in
emails can come from unreliable or unknown sources. - Enable Data Execution Prevention (DEP) mode You can learn more in
Why is my add-in crashing?.
I've highlighted the actual rules that are probably affecting you.
The first one is what the Internet Options usually addresses. This happens because the Attachment Execution Services (AES) adds zone information to files. If a file’s zone information indicates that the file originated from an untrusted website or the Internet, the downloaded file opens in Protected View (again this is why it's not an IE only setting, AES is an OS service).
When you open the library in the browser check to see which zone it is in. If you open in IE you can do this by right clicking in a blank area and select properties. Be sure it's listed in the correct zone.

The second one is corrected by adding the trusted location into the Office Applications. You stated you had already done that but I would review it again to be sure (this is done in Office, not SharePoint which does include a trusted file location as well, but they are different) - along with the site being added to the intranet zone of your internet settings. NOTE - you can't add web address here, and because this is WebDav I'm skeptical this is the problem (but can't rule it out either).
edited Jan 19 '16 at 14:51
answered Dec 22 '15 at 19:30
Jesus ShelbyJesus Shelby
1,188169
1,188169
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
add a comment |
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
This did not work for me. The issue seems to be in Excel, not IE. I added a note above that it is a (sharepoint) mapped network drive, and the sharepoint is off-site.
– Dan
Dec 26 '15 at 8:46
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%2f1017860%2fwhy-doesnt-adding-sharepoint-to-trusted-locations-disable-protected-view-in-e%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