Description: This PR is a standalone attempt to standardize the MarkDown Note bubbles by adding the recommended single space after the quote marker. MarkDown codestyle consistency is the main goal here. Changes proposed: - Add single space between the quote marker and the text [!NOTE] - Add the same spacing to the connected text line in the same bubble - Apply the same standard to other nearby notes, e.g. [!IMPORTANT] - Standardize on uppercase [!NOTE] instead of mixed casing ( [!Note] ) - Remove some of the obvious redundant spacing at end-of-file Ticket reference or closure: None that I know of (at least not yet). Additional notes: I have split this modification chore into sub-folder sections to keep the number of files within a reasonably manageable amount.
4.0 KiB
title, description, ms.assetid, ms.reviewer, audience, manager, ms.prod, ms.mktglfcycl, ms.pagetype, ms.sitesec, author, ms.author, ms.date, ms.localizationpriority
title | description | ms.assetid | ms.reviewer | audience | manager | ms.prod | ms.mktglfcycl | ms.pagetype | ms.sitesec | author | ms.author | ms.date | ms.localizationpriority |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Turn on Enterprise Mode and use a site list (Internet Explorer 11 for IT Pros) | How to turn on Enterprise Mode and specify a site list. | 800e9c5a-57a6-4d61-a38a-4cb972d833e1 | itpro | dansimp | ie11 | deploy | appcompat | library | dansimp | dansimp | 08/14/2017 | medium |
Turn on Enterprise Mode and use a site list
Applies to:
- Windows 10
- Windows 8.1
- Windows 7
- Windows Server 2012 R2
- Windows Server 2008 R2 with Service Pack 1 (SP1)
Before you can use a site list with Enterprise Mode, you need to turn the functionality on and set up the system for centralized control. By allowing centralized control, you can create one global list of websites that render using Enterprise Mode. Approximately 65 seconds after Internet Explorer 11 starts, it looks for a properly formatted site list. If a new site list if found, with a different version number than the active list, IE11 loads and uses the newer version. After the initial check, IE11 won’t look for an updated list again until you restart the browser.
Note
We recommend that you store and download your website list from a secure web server (https://), to help protect against data tampering. After the list is downloaded, it's stored locally on your employees' computers so if the centralized file location is unavailable, they can still use Enterprise Mode.
To turn on Enterprise Mode using Group Policy
-
Open your Group Policy editor and go to the
Administrative Templates\Windows Components\Internet Explorer\Use the Enterprise Mode IE website list
setting.Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the Use the Enterprise Mode Site List Manager topics.
-
Click Enabled, and then in the Options area, type the location to your site list.
To turn on Enterprise Mode using the registry
-
For only the local user: Open a registry editor, like regedit.exe and go to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode
.-OR-
For all users on the device: Open a registry editor, like regedit.exe and go to
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode
. -
Edit the
SiteList
registry key to point to where you want to keep your Enterprise Mode site list file. For example:-
HTTPS location:
"SiteList"="https://localhost:8080/sites.xml"
-
Local network:
"SiteList"="\\network\shares\sites.xml"
-
Local file:
"SiteList"="file:///c:\\Users\\<user>\\Documents\\testList.xml"
All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see Use the Enterprise Mode Site List Manager.
-
Related topics
- Download the Enterprise Mode Site List Manager (schema v.2)
- Download the Enterprise Mode Site List Manager (schema v.1)
- Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)
- Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)