mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
62 lines
3.4 KiB
Markdown
62 lines
3.4 KiB
Markdown
---
|
||
ms.localizationpriority: medium
|
||
ms.mktglfcycl: deploy
|
||
ms.pagetype: appcompat
|
||
description: Turn on local user control and logging for Enterprise Mode.
|
||
author: shortpatti
|
||
ms.prod: ie11
|
||
ms.assetid: 6622ecce-24b1-497e-894a-e1fd5a8a66d1
|
||
title: Turn on local control and logging for Enterprise Mode (Internet Explorer 11 for IT Pros)
|
||
ms.sitesec: library
|
||
ms.date: 07/27/2017
|
||
---
|
||
|
||
|
||
# Turn on local control and logging for Enterprise Mode
|
||
|
||
**Applies to:**
|
||
|
||
- Windows 10
|
||
- Windows 8.1
|
||
- Windows 7
|
||
- Windows Server 2012 R2
|
||
- Windows Server 2008 R2 with Service Pack 1 (SP1)
|
||
|
||
You can turn on local control of Enterprise Mode so that your users can turn Enterprise Mode on from the **Tools** menu. Turning on this feature also adds the **Enterprise** browser profile to the **Emulation** tab of the F12 developer tools.
|
||
|
||
Besides turning on this feature, you also have the option to provide a URL for Enterprise Mode logging. If you turn logging on, Internet Explorer initiates a simple POST back to the supplied address, including the URL and a specification that **EnterpriseMode** was turned on or off through the **Tools** menu.
|
||
|
||
**To turn on local control of Enterprise Mode using Group Policy**
|
||
|
||
1. Open your Group Policy editor and go to the **Administrative Templates\\Windows Components\\Internet Explorer\\Let users turn on and use Enterprise Mode from the Tools menu** setting.
|
||
|
||

|
||
|
||
2. Click **Enabled**, and then in the **Options** area, type the location for where to receive reports about when your employees use this functionality to turn Enterprise Mode on or off from the **Tools** menu.
|
||
|
||
**To turn on local control of Enterprise Mode using the registry**
|
||
|
||
1. Open a registry editor, like regedit.exe and go to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode`.
|
||
|
||
2. In the right pane, right-click and click **New**, click **String Value**, and then name the new value **Enable**.
|
||
|
||
3. Right-click the **Enable** key, click **Modify**, and then type a **Value data** to point to a server that you can listen to for updates.
|
||
|
||

|
||
|
||
Your **Value data** location can be any of the following types:
|
||
|
||
- **URL location (like, https://www.emieposturl.com/api/records or https://localhost:13000)**. IE sends a POST message to the URL every time a change is made to Enterprise Mode from the **Tools** menu.<p>**Important**<br>
|
||
The `https://www.emieposturl.com/api/records` example will only work if you’ve downloaded the sample discussed in the [Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md) topic. If you don’t have the sample, you won’t have the web API.
|
||
- **Local network location (like, https://*emieposturl*/)**. IE sends a POST message to your specified local network location every time a change is made to Enterprise Mode from the **Tools** menu.
|
||
- **Empty string**. If you leave the **Value data** box blank; your employees will be able to turn Enterprise Mode on and off from the **Tools** menu, but you won’t collect any logging data.
|
||
|
||
For information about how to collect the data provided when your employees turn Enterprise Mode on or off from the **Tools** menu, see [Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md).
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|