Registry setting for Internet Explorer's “Compatibility View settings” to add a site?
We've got one single site (intranet site) that doesn't play well with Internet Explorer 10 unless we add it to Internet Explorer's "Compatibility View Settings". So if you open Internet Explorer and go to the menu Tools -> Compatibility View settings you get a pop up menu like so:

If I add the intranet site all is well. However, we need to add this site to everyone's machine in the company. What is the registry key / value I can use so I can add it to our startup script? If you can point me to the registry key then this would save so much time rather than going to each end user PC and doing this.
windows-registry
add a comment |
We've got one single site (intranet site) that doesn't play well with Internet Explorer 10 unless we add it to Internet Explorer's "Compatibility View Settings". So if you open Internet Explorer and go to the menu Tools -> Compatibility View settings you get a pop up menu like so:

If I add the intranet site all is well. However, we need to add this site to everyone's machine in the company. What is the registry key / value I can use so I can add it to our startup script? If you can point me to the registry key then this would save so much time rather than going to each end user PC and doing this.
windows-registry
add a comment |
We've got one single site (intranet site) that doesn't play well with Internet Explorer 10 unless we add it to Internet Explorer's "Compatibility View Settings". So if you open Internet Explorer and go to the menu Tools -> Compatibility View settings you get a pop up menu like so:

If I add the intranet site all is well. However, we need to add this site to everyone's machine in the company. What is the registry key / value I can use so I can add it to our startup script? If you can point me to the registry key then this would save so much time rather than going to each end user PC and doing this.
windows-registry
We've got one single site (intranet site) that doesn't play well with Internet Explorer 10 unless we add it to Internet Explorer's "Compatibility View Settings". So if you open Internet Explorer and go to the menu Tools -> Compatibility View settings you get a pop up menu like so:

If I add the intranet site all is well. However, we need to add this site to everyone's machine in the company. What is the registry key / value I can use so I can add it to our startup script? If you can point me to the registry key then this would save so much time rather than going to each end user PC and doing this.
windows-registry
windows-registry
edited Jun 15 '18 at 10:59
Peter Mortensen
8,341166184
8,341166184
asked Aug 9 '13 at 12:31
JonH
1071111
1071111
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
URL’s can be added to Compatibility View List in IE 10 by using the following group policy,
User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet Explorer 7 sites.
If you want to enter this information directly in the registry,
Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)
Right Click PolicyList ->New->String Value->Enter the name of the website both under ‘Name’ and ‘Data’ (e.g. superuser.com)
Example REG file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList]
"superuser.com"="superuser.com"
add a comment |
This didn't work with my system. I did find what it did, but not easy to create. One would have to add it to a Compatibility View list and export it from the below area.
Mine created a binary key named "UserFilter" in the following path:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData
For the example of superuser.com it create the below entry:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData]
"UserFilter"=hex:41,1f,00,00,53,08,ad,ba,01,00,00,00,38,00,00,00,01,00,00,00,
01,00,00,00,0c,00,00,00,b4,74,d2,47,55,3a,cf,01,01,00,00,00,0d,00,73,00,75,
00,70,00,65,00,72,00,75,00,73,00,65,00,72,00,2e,00,63,00,6f,00,6d,00
NOTE: This replaces any existing entries. It would delete them and replace all entries with ONLY this example.
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
add a comment |
Works fine for my IE9 and Vista.
Name should be a URL.
Data could be totally ignored or any string of charcters or, better still, your own label.
Examples:
-> Gmail does not support IE9, but works fine with IE8 and IE10, IE11:
Name = accounts.google.com
Data =
or
Data = Gmail
-> To skip Google search engine popup about "make Google default search engine":
Name = google.com
Data =
or
Data = Google w/o nuisance popup
-> For banks that insist on older IE versions:
Name = seventhnationalbank.com
Data =
or
Data = 7th Natl Bank
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%2f629918%2fregistry-setting-for-internet-explorers-compatibility-view-settings-to-add-a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
URL’s can be added to Compatibility View List in IE 10 by using the following group policy,
User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet Explorer 7 sites.
If you want to enter this information directly in the registry,
Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)
Right Click PolicyList ->New->String Value->Enter the name of the website both under ‘Name’ and ‘Data’ (e.g. superuser.com)
Example REG file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList]
"superuser.com"="superuser.com"
add a comment |
URL’s can be added to Compatibility View List in IE 10 by using the following group policy,
User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet Explorer 7 sites.
If you want to enter this information directly in the registry,
Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)
Right Click PolicyList ->New->String Value->Enter the name of the website both under ‘Name’ and ‘Data’ (e.g. superuser.com)
Example REG file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList]
"superuser.com"="superuser.com"
add a comment |
URL’s can be added to Compatibility View List in IE 10 by using the following group policy,
User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet Explorer 7 sites.
If you want to enter this information directly in the registry,
Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)
Right Click PolicyList ->New->String Value->Enter the name of the website both under ‘Name’ and ‘Data’ (e.g. superuser.com)
Example REG file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList]
"superuser.com"="superuser.com"
URL’s can be added to Compatibility View List in IE 10 by using the following group policy,
User Configuration->Administrative Templates->Windows Components->Internet Explorer->Compatibility View->Use Policy List of Internet Explorer 7 sites.
If you want to enter this information directly in the registry,
Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)
Right Click PolicyList ->New->String Value->Enter the name of the website both under ‘Name’ and ‘Data’ (e.g. superuser.com)
Example REG file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList]
"superuser.com"="superuser.com"
edited Dec 16 '14 at 18:16
Community♦
1
1
answered Aug 9 '13 at 12:50
SeanC
3,28411425
3,28411425
add a comment |
add a comment |
This didn't work with my system. I did find what it did, but not easy to create. One would have to add it to a Compatibility View list and export it from the below area.
Mine created a binary key named "UserFilter" in the following path:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData
For the example of superuser.com it create the below entry:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData]
"UserFilter"=hex:41,1f,00,00,53,08,ad,ba,01,00,00,00,38,00,00,00,01,00,00,00,
01,00,00,00,0c,00,00,00,b4,74,d2,47,55,3a,cf,01,01,00,00,00,0d,00,73,00,75,
00,70,00,65,00,72,00,75,00,73,00,65,00,72,00,2e,00,63,00,6f,00,6d,00
NOTE: This replaces any existing entries. It would delete them and replace all entries with ONLY this example.
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
add a comment |
This didn't work with my system. I did find what it did, but not easy to create. One would have to add it to a Compatibility View list and export it from the below area.
Mine created a binary key named "UserFilter" in the following path:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData
For the example of superuser.com it create the below entry:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData]
"UserFilter"=hex:41,1f,00,00,53,08,ad,ba,01,00,00,00,38,00,00,00,01,00,00,00,
01,00,00,00,0c,00,00,00,b4,74,d2,47,55,3a,cf,01,01,00,00,00,0d,00,73,00,75,
00,70,00,65,00,72,00,75,00,73,00,65,00,72,00,2e,00,63,00,6f,00,6d,00
NOTE: This replaces any existing entries. It would delete them and replace all entries with ONLY this example.
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
add a comment |
This didn't work with my system. I did find what it did, but not easy to create. One would have to add it to a Compatibility View list and export it from the below area.
Mine created a binary key named "UserFilter" in the following path:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData
For the example of superuser.com it create the below entry:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData]
"UserFilter"=hex:41,1f,00,00,53,08,ad,ba,01,00,00,00,38,00,00,00,01,00,00,00,
01,00,00,00,0c,00,00,00,b4,74,d2,47,55,3a,cf,01,01,00,00,00,0d,00,73,00,75,
00,70,00,65,00,72,00,75,00,73,00,65,00,72,00,2e,00,63,00,6f,00,6d,00
NOTE: This replaces any existing entries. It would delete them and replace all entries with ONLY this example.
This didn't work with my system. I did find what it did, but not easy to create. One would have to add it to a Compatibility View list and export it from the below area.
Mine created a binary key named "UserFilter" in the following path:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData
For the example of superuser.com it create the below entry:
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerBrowserEmulationClearableListData]
"UserFilter"=hex:41,1f,00,00,53,08,ad,ba,01,00,00,00,38,00,00,00,01,00,00,00,
01,00,00,00,0c,00,00,00,b4,74,d2,47,55,3a,cf,01,01,00,00,00,0d,00,73,00,75,
00,70,00,65,00,72,00,75,00,73,00,65,00,72,00,2e,00,63,00,6f,00,6d,00
NOTE: This replaces any existing entries. It would delete them and replace all entries with ONLY this example.
edited Mar 7 '14 at 23:11
Indrek
20.4k117484
20.4k117484
answered Mar 7 '14 at 22:43
John Goins
411
411
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
add a comment |
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
(1) “This didn’t work with my system.” What didn’t work with your system? Are you commenting on another answer? Please don’t do that, and, if you must, at least say what answer you’re talking about. (2) Similarly, “I did find what it did, …” — you found what what did? (3) What is your answer? What do you advise the OP to do? (Having read your post five times, I suspect that I understand. But I’m not sure, and most people won’t read your post five times.) Please edit your answer to make it clearer and more complete.
– Scott
Dec 23 '18 at 18:03
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
Hmm. I just noticed that John was a drive-by answerer — he posted this one answer, never registered and never came back.
– Scott
Dec 23 '18 at 18:08
add a comment |
Works fine for my IE9 and Vista.
Name should be a URL.
Data could be totally ignored or any string of charcters or, better still, your own label.
Examples:
-> Gmail does not support IE9, but works fine with IE8 and IE10, IE11:
Name = accounts.google.com
Data =
or
Data = Gmail
-> To skip Google search engine popup about "make Google default search engine":
Name = google.com
Data =
or
Data = Google w/o nuisance popup
-> For banks that insist on older IE versions:
Name = seventhnationalbank.com
Data =
or
Data = 7th Natl Bank
add a comment |
Works fine for my IE9 and Vista.
Name should be a URL.
Data could be totally ignored or any string of charcters or, better still, your own label.
Examples:
-> Gmail does not support IE9, but works fine with IE8 and IE10, IE11:
Name = accounts.google.com
Data =
or
Data = Gmail
-> To skip Google search engine popup about "make Google default search engine":
Name = google.com
Data =
or
Data = Google w/o nuisance popup
-> For banks that insist on older IE versions:
Name = seventhnationalbank.com
Data =
or
Data = 7th Natl Bank
add a comment |
Works fine for my IE9 and Vista.
Name should be a URL.
Data could be totally ignored or any string of charcters or, better still, your own label.
Examples:
-> Gmail does not support IE9, but works fine with IE8 and IE10, IE11:
Name = accounts.google.com
Data =
or
Data = Gmail
-> To skip Google search engine popup about "make Google default search engine":
Name = google.com
Data =
or
Data = Google w/o nuisance popup
-> For banks that insist on older IE versions:
Name = seventhnationalbank.com
Data =
or
Data = 7th Natl Bank
Works fine for my IE9 and Vista.
Name should be a URL.
Data could be totally ignored or any string of charcters or, better still, your own label.
Examples:
-> Gmail does not support IE9, but works fine with IE8 and IE10, IE11:
Name = accounts.google.com
Data =
or
Data = Gmail
-> To skip Google search engine popup about "make Google default search engine":
Name = google.com
Data =
or
Data = Google w/o nuisance popup
-> For banks that insist on older IE versions:
Name = seventhnationalbank.com
Data =
or
Data = 7th Natl Bank
edited Aug 21 '14 at 14:12
answered Aug 21 '14 at 14:06
user360201
112
112
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f629918%2fregistry-setting-for-internet-explorers-compatibility-view-settings-to-add-a%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