Registry setting for Internet Explorer's “Compatibility View settings” to add a site?












2














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:



Enter image description here



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.










share|improve this question





























    2














    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:



    Enter image description here



    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.










    share|improve this question



























      2












      2








      2


      1





      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:



      Enter image description here



      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.










      share|improve this question















      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:



      Enter image description here



      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 15 '18 at 10:59









      Peter Mortensen

      8,341166184




      8,341166184










      asked Aug 9 '13 at 12:31









      JonH

      1071111




      1071111






















          3 Answers
          3






          active

          oldest

          votes


















          6














          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,




          1. Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)


          2. 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"





          share|improve this answer































            4














            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.






            share|improve this answer























            • (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














            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






            share|improve this answer























              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
              });


              }
              });














              draft saved

              draft discarded


















              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









              6














              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,




              1. Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)


              2. 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"





              share|improve this answer




























                6














                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,




                1. Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)


                2. 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"





                share|improve this answer


























                  6












                  6








                  6






                  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,




                  1. Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)


                  2. 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"





                  share|improve this answer














                  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,




                  1. Navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerBrowserEmulationPolicyList (You may create registry folders manually if not present, or a .REG file will create everything for you)


                  2. 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"






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Dec 16 '14 at 18:16









                  Community

                  1




                  1










                  answered Aug 9 '13 at 12:50









                  SeanC

                  3,28411425




                  3,28411425

























                      4














                      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.






                      share|improve this answer























                      • (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
















                      4














                      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.






                      share|improve this answer























                      • (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














                      4












                      4








                      4






                      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.






                      share|improve this answer














                      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.







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      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


















                      • (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











                      1














                      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






                      share|improve this answer




























                        1














                        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






                        share|improve this answer


























                          1












                          1








                          1






                          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






                          share|improve this answer














                          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







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Aug 21 '14 at 14:12

























                          answered Aug 21 '14 at 14:06









                          user360201

                          112




                          112






























                              draft saved

                              draft discarded




















































                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Index of /

                              Tribalistas

                              Listed building