mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 03:13:44 +00:00
Add periods to alt text
No other changes
This commit is contained in:
@ -34,11 +34,11 @@ Before you start, you need to make sure you have the following:
|
||||
|
||||
1. Go to the [Microsoft Security Bulletin](https://go.microsoft.com/fwlink/p/?LinkID=718223) page, and change the filter to **Windows Internet Explorer 11**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click the title of the latest cumulative security update, and then scroll down to the **Affected software** table.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click the link that represents both your operating system version and Internet Explorer 11, and then follow the instructions in the **How to get this update** section.
|
||||
|
||||
@ -280,13 +280,13 @@ You can collect your hardware inventory using the MOF Editor, while you’re con
|
||||
|
||||
1. From the Configuration Manager, click **Administration**, click **Client Settings**, double-click **Default Client Settings**, click **Hardware Inventory**, and then click **Set Classes**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Add**, click **Connect**, and connect to a computer that has completed the setup process and has already existing classes.
|
||||
|
||||
3. Change the **WMI Namespace** to `root\cimv2\IETelemetry`, and click **Connect**.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Select the check boxes next to the following classes, and then click **OK**:
|
||||
|
||||
@ -393,12 +393,12 @@ The sample reports, **SCCM Report Sample – ActiveX.rdl** and **SCCM Report Sam
|
||||
### SCCM Report Sample – ActiveX.rdl
|
||||
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
||||
|
||||

|
||||

|
||||
|
||||
### SCCM Report Sample – Site Discovery.rdl
|
||||
Gives you a list of all of the sites visited by the client computer.
|
||||
|
||||

|
||||

|
||||
|
||||
## View the collected XML data
|
||||
After the XML files are created, you can use your own solutions to extract and parse the data. The data will look like:
|
||||
@ -436,7 +436,7 @@ You can import this XML data into the correct version of the Enterprise Mode Sit
|
||||
|
||||
1. Open the Enterprise Mode Site List Manager, click **File**, and then click **Bulk add from file**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Go to your XML file to add the included sites to the tool, and then click **Open**.<br>Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md).
|
||||
|
||||
|
@ -27,11 +27,11 @@ ms.date: 07/27/2017
|
||||
|
||||
Using Group Policy, you can turn on Enterprise Mode for Internet Explorer and then you can turn on local user control using the **Let users turn on and use Enterprise Mode from the Tools menu** setting, located in the `Administrative Templates\Windows Components\Internet Explorer` category path. After you turn this setting on, your users can turn on Enterprise Mode locally, from the IE **Tools** menu.
|
||||
|
||||

|
||||

|
||||
|
||||
The **Let users turn on and use Enterprise Mode from the Tools menu** setting also lets you decide where to send the user reports (as a URL). We recommend creating a custom HTTP port 81 to let your incoming user information go to a dedicated site. A dedicated site is important so you can quickly pick out the Enterprise Mode traffic from your other website traffic.
|
||||
|
||||

|
||||

|
||||
|
||||
Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [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-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system.
|
||||
|
||||
@ -47,11 +47,11 @@ This lets you create an ASP form that accepts the incoming POST messages.
|
||||
|
||||
3. Open the Internet Information Services (IIS) Manager, click **Bindings**, highlight **Port 81**, click **Edit**, and then change the website information to point to Port 81 so it matches your custom-created port.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Open the **Logging** feature, pick **W3C** for the format, and click **Select Fields** to open the **W3C Logging Fields** box.
|
||||
|
||||

|
||||

|
||||
|
||||
5. Change the WC3 logging fields to include only the **Date**, **Client IP**, **User Name**, and **URI Query** standard fields, and then click **OK**.<p>
|
||||
Using only these fields keeps the log file simple, giving you the date, client IP address, and the website URI information for any site changed by your users.
|
||||
@ -72,7 +72,7 @@ This code logs your POST fields to your IIS log file, where you can review all o
|
||||
### IIS log file information
|
||||
This is what your log files will look like after you set everything up and at least one of your users has turned on Enterprise Mode locally from the **Tools** menu. You can see the URL of the problematic website and client IP address of the user that turned on Enterprise Mode.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Using the GitHub sample to collect your data
|
||||
@ -99,14 +99,14 @@ The required packages are automatically downloaded and included in the solution.
|
||||
|
||||
1. Right-click on the name, PhoneHomeSample, and click **Publish**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. In the **Publish Web** wizard, pick the publishing target and options that work for your organization.
|
||||
|
||||
**Important**<br>
|
||||
Make sure you have a database associated with your publishing target. Otherwise, your reports won’t be collected and you’ll have problems deploying the website.
|
||||
|
||||

|
||||

|
||||
|
||||
After you finish the publishing process, you need to test to make sure the app deployed successfully.
|
||||
|
||||
@ -131,7 +131,7 @@ The required packages are automatically downloaded and included in the solution.
|
||||
- Go to `https://<deploy_URL>/List` to see the report results.<p>
|
||||
If you’re already on the webpage, you’ll need to refresh the page to see the results.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Troubleshooting publishing errors
|
||||
@ -141,7 +141,7 @@ If you have errors while you’re publishing your project, you should try to upd
|
||||
|
||||
1. From the **Tools** menu of Microsoft Visual Studio, click **NuGet Package Manager**, and click **Manage NuGet Packages for Solution**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Updates** on the left side of the tool, and click the **Update All** button.<p>
|
||||
You may need to do some additional package cleanup to remove older package versions.
|
||||
|
@ -9,7 +9,7 @@ centralized control, you can create one global list of websites that render usin
|
||||
1. Open your Group Policy editor and go to the **Administrative Templates\\Windows Components\\Microsoft Edge\\Configure the Enterprise Mode Site List** setting.<p>Turning this setting on also requires you to create and store a site list.
|
||||
|
||||
<!--
|
||||

|
||||

|
||||
-->
|
||||
|
||||
2. Click **Enabled**, and then in the **Options** area, type the location to your site list.
|
||||
@ -24,7 +24,7 @@ All of your managed devices must have access to this location if you want them t
|
||||
|
||||
2. Edit the `SiteList` registry key to point to where you want to keep your Enterprise Mode site list file.<p>For example:
|
||||
<!--
|
||||
 -->
|
||||
 -->
|
||||
|
||||
- **HTTPS location:** `"SiteList"="https://localhost:8080/sites.xml"`
|
||||
|
||||
|
@ -33,7 +33,7 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
||||
|
||||
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.
|
||||
|
||||
@ -45,7 +45,7 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
||||
|
||||
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:
|
||||
|
||||
|
@ -38,11 +38,11 @@ Before you start, you need to make sure you have the following:
|
||||
|
||||
1. Go to the [Microsoft Security Bulletin](/security-updates/) page, and change the filter to **Windows Internet Explorer 11**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click the title of the latest cumulative security update, and then scroll down to the **Affected software** table.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click the link that represents both your operating system version and Internet Explorer 11, and then follow the instructions in the **How to get this update** section.
|
||||
|
||||
@ -284,13 +284,13 @@ You can collect your hardware inventory using the MOF Editor, while you’re con
|
||||
|
||||
1. From the Configuration Manager, click **Administration**, click **Client Settings**, double-click **Default Client Settings**, click **Hardware Inventory**, and then click **Set Classes**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Add**, click **Connect**, and connect to a computer that has completed the setup process and has already existing classes.
|
||||
|
||||
3. Change the **WMI Namespace** to `root\cimv2\IETelemetry`, and click **Connect**.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Select the check boxes next to the following classes, and then click **OK**:
|
||||
|
||||
@ -397,12 +397,12 @@ The sample reports, **SCCM Report Sample – ActiveX.rdl** and **SCCM Report Sam
|
||||
### SCCM Report Sample – ActiveX.rdl
|
||||
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
||||
|
||||

|
||||

|
||||
|
||||
### SCCM Report Sample – Site Discovery.rdl
|
||||
Gives you a list of all of the sites visited by the client computer.
|
||||
|
||||

|
||||

|
||||
|
||||
## View the collected XML data
|
||||
After the XML files are created, you can use your own solutions to extract and parse the data. The data will look like:
|
||||
@ -440,7 +440,7 @@ You can import this XML data into the correct version of the Enterprise Mode Sit
|
||||
|
||||
1. Open the Enterprise Mode Site List Manager, click **File**, and then click **Bulk add from file**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Go to your XML file to add the included sites to the tool, and then click **Open**.<br>Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md).
|
||||
|
||||
|
@ -48,7 +48,7 @@ The compatibility improvements made in IE11 lets older websites just work in the
|
||||
## Document mode selection flowchart
|
||||
This flowchart shows how IE11 works when document modes are used.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
[Click this link to enlarge image](img-ie11-docmode-lg.md)
|
||||
|
||||
## Known Issues with Internet Explorer 8 document mode in Enterprise Mode
|
||||
|
@ -45,7 +45,7 @@ To see if this fix might help you, run through this process one step at a time,
|
||||
|
||||
1. Go to a site having compatibility problems, press **F12** to open the **F12 Developer Tools**, and go to the **Emulation** tool.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Starting with the **11 (Default)** option, test your broken scenario.<br>
|
||||
If that doesn’t work, continue down to the next lowest document mode, stopping as soon as you find a document mode that fixes your problems. For more information about the Emulation tool, see [Emulate browsers, screen sizes, and GPS locations](/previous-versions/windows/internet-explorer/ie-developer/samples/dn255001(v=vs.85)).
|
||||
@ -62,7 +62,7 @@ There are two versions of the Enterprise Mode site list schema and the Enterpris
|
||||
|
||||
1. Open the Enterprise Mode Site List Manager, and click **Add**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Add the **URL** and pick the document mode from the **Launch in** box. This should be the same document mode you found fixed your problems while testing the site.<br>
|
||||
Similar to Enterprise Mode, you can specify a document mode for a particular web path—such as contoso.com/ERP—or at a domain level. In the above, the entire contoso.com domain loads in Enterprise Mode, while microsoft.com is forced to load into IE8 Document Mode and bing.com loads in IE11.
|
||||
@ -74,7 +74,7 @@ For more information about Enterprise Mode, see [What is Enterprise Mode?](what-
|
||||
### Review your Enterprise Mode site list
|
||||
Take a look at your Enterprise Mode site list and make sure everything is the way you want it. The next step will be to turn the list on and start to use it in your company. The Enterprise Mode Site List Manager will look something like:
|
||||
|
||||

|
||||

|
||||
|
||||
And the underlying XML code will look something like:
|
||||
|
||||
|
@ -62,15 +62,15 @@ When IE blocks an outdated ActiveX control, you’ll see a notification bar simi
|
||||
|
||||
**Internet Explorer 9 through Internet Explorer 11**
|
||||
|
||||

|
||||

|
||||
|
||||
**Windows Internet Explorer 8**
|
||||
|
||||

|
||||

|
||||
|
||||
Out-of-date ActiveX control blocking also gives you a security warning that tells you if a webpage tries to launch specific outdated apps, outside of IE:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## How do I fix an outdated ActiveX control or app?
|
||||
|
@ -27,7 +27,7 @@ You can use the Group Policy setting, **Set a default associations configuration
|
||||
1. Open your Group Policy editor and go to the **Computer Configuration\Administrative Templates\\Windows Components\\File Explorer\\Set a default associations configuration file** setting.<p>
|
||||
Turning this setting on also requires you to create and store a default associations configuration file, locally or on a network share. For more information about creating this file, see [Export or Import Default Application Associations]( https://go.microsoft.com/fwlink/p/?LinkId=618268).
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Enabled**, and then in the **Options** area, type the location to your default associations configuration file.<p>
|
||||
If this setting is turned on and your employee's device is domain-joined, this file is processed and default associations are applied at logon. If this setting isn't configured or is turned off, or if your employee's device isn't domain-joined, no default associations are applied at logon.
|
||||
|
@ -31,11 +31,11 @@ ms.date: 07/27/2017
|
||||
|
||||
Using Group Policy, you can turn on Enterprise Mode for Internet Explorer and then you can turn on local user control using the **Let users turn on and use Enterprise Mode from the Tools menu** setting, located in the `Administrative Templates\Windows Components\Internet Explorer` category path. After you turn this setting on, your users can turn on Enterprise Mode locally, from the IE **Tools** menu.
|
||||
|
||||

|
||||

|
||||
|
||||
The **Let users turn on and use Enterprise Mode from the Tools menu** setting also lets you decide where to send the user reports (as a URL). We recommend creating a custom HTTP port 81 to let your incoming user information go to a dedicated site. A dedicated site is important so you can quickly pick out the Enterprise Mode traffic from your other website traffic.
|
||||
|
||||

|
||||

|
||||
|
||||
Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [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-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system.
|
||||
|
||||
@ -51,11 +51,11 @@ When you turn logging on, you need a valid URL that points to a server that can
|
||||
|
||||
3. Open the Internet Information Services (IIS) Manager, click **Bindings**, highlight **Port 81**, click **Edit**, and then change the website information to point to Port 81 so it matches your custom-created port.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Open the **Logging** feature, pick **W3C** for the format, and click **Select Fields** to open the **W3C Logging Fields** box.
|
||||
|
||||

|
||||

|
||||
|
||||
5. Change the WC3 logging fields to include only the **Date**, **Client IP**, **User Name**, and **URI Query** standard fields, and then click **OK**.<p>
|
||||
Using only these fields keeps the log file simple, giving you the date, client IP address, and the website URI information for any site changed by your users.
|
||||
@ -76,7 +76,7 @@ When you turn logging on, you need a valid URL that points to a server that can
|
||||
### IIS log file information
|
||||
This is what your log files will look like after you set everything up and at least one of your users has turned on Enterprise Mode locally from the **Tools** menu. You can see the URL of the problematic website and client IP address of the user that turned on Enterprise Mode.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Using the GitHub sample to collect your data
|
||||
@ -103,14 +103,14 @@ For logging, you’re going to need a valid URL that points to a server that can
|
||||
|
||||
5. Right-click on the name, PhoneHomeSample, and click **Publish**.
|
||||
|
||||

|
||||

|
||||
|
||||
6. In the **Publish Web** wizard, pick the publishing target and options that work for your organization.
|
||||
|
||||
**Important**<br>
|
||||
Make sure you have a database associated with your publishing target. Otherwise, your reports won’t be collected and you’ll have problems deploying the website.
|
||||
|
||||

|
||||

|
||||
|
||||
After you finish the publishing process, you need to test to make sure the app deployed successfully.
|
||||
|
||||
@ -135,7 +135,7 @@ For logging, you’re going to need a valid URL that points to a server that can
|
||||
- Go to `https://<deploy_URL>/List` to see the report results.<p>
|
||||
If you’re already on the webpage, you’ll need to refresh the page to see the results.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Troubleshooting publishing errors
|
||||
@ -145,7 +145,7 @@ If you have errors while you’re publishing your project, you should try to upd
|
||||
|
||||
1. From the **Tools** menu of Microsoft Visual Studio, click **NuGet Package Manager**, and click **Manage NuGet Packages for Solution**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Updates** on the left side of the tool, and click the **Update All** button.<p>
|
||||
You may need to do some additional package cleanup to remove older package versions.
|
||||
|
@ -28,7 +28,7 @@ Jump to:
|
||||
|
||||
[Enterprise Mode for Internet Explorer 11](enterprise-mode-overview-for-ie11.md) can be very effective in providing backward compatibility for older web apps. The Enterprise Mode Site List includes the ability to put any web app in any document mode, include IE8 and IE7 Enterprise Modes, without changing a single line of code on the website.
|
||||
|
||||

|
||||

|
||||
|
||||
Sites in the \<docMode\> section can be rendered in any document mode, as shown in blue above. Some sites designed for older versions of Internet Explorer may require better backward compatibility, and these can leverage the \<emie\> section of the Enterprise Mode Site List. IE8 Enterprise Mode provides higher-fidelity emulation for Internet Explorer 8 by using, among other improvements, the original Internet Explorer 8 user agent string. IE7 Enterprise Mode further improves emulation by adding Compatibility View.
|
||||
|
||||
@ -84,7 +84,7 @@ To see if the site works in the Internet Explorer 5, Internet Explorer 7, Intern
|
||||
|
||||
- Open the site in Internet Explorer 11, load the F12 tools by pressing the **F12** key or by selecting **F12 Developer Tools** from the **Tools** menu, and select the **Emulation** tab.
|
||||
|
||||

|
||||

|
||||
|
||||
- Run the site in each document mode until you find the mode in which the site works.
|
||||
|
||||
|
@ -39,7 +39,7 @@ Before you can use a site list with Enterprise Mode, you need to turn the functi
|
||||
1. Open your Group Policy editor and go to the `Administrative Templates\Windows Components\Internet Explorer\Use the Enterprise Mode IE website list` setting.<p>
|
||||
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](use-the-enterprise-mode-site-list-manager.md) topics.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Enabled**, and then in the **Options** area, type the location to your site list.
|
||||
|
||||
@ -51,7 +51,7 @@ Before you can use a site list with Enterprise Mode, you need to turn the functi
|
||||
|
||||
4. 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"`
|
||||
|
||||
|
@ -37,7 +37,7 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
||||
|
||||
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.
|
||||
|
||||
@ -49,7 +49,7 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
||||
|
||||
5. 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:
|
||||
|
||||
|
@ -33,32 +33,32 @@ During installation, you must pick a version of IEAK 11, either **External** or
|
||||
|
||||
| Feature | Internal | External |
|
||||
|-------------------------------------------|:--------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------:|
|
||||
| Welcome screen |  |  |
|
||||
| File locations |  |  |
|
||||
| Platform selection |  |  |
|
||||
| Language selection |  |  |
|
||||
| Package type selection |  |  |
|
||||
| Feature selection |  |  |
|
||||
| Automatic Version Synchronization (AVS) |  |  |
|
||||
| Custom components |  |  |
|
||||
| Internal install |  |  |
|
||||
| User experience |  |  |
|
||||
| Browser user interface |  |  |
|
||||
| Search providers |  |  |
|
||||
| Important URLs – Home page and support |  |  |
|
||||
| Accelerators |  |  |
|
||||
| Favorites, Favorites bar, and feeds |  |  |
|
||||
| Browsing options |  |  |
|
||||
| First Run wizard and Welcome page options |  |  |
|
||||
| Connection manager |  |  |
|
||||
| Connection settings |  |  |
|
||||
| Automatic configuration |  |  |
|
||||
| Proxy settings |  |  |
|
||||
| Security and privacy settings |  |  |
|
||||
| Add a root certificate |  |  |
|
||||
| Programs |  |  |
|
||||
| Additional settings |  |  |
|
||||
| Wizard complete |  |  |
|
||||
| Welcome screen |  |  |
|
||||
| File locations |  |  |
|
||||
| Platform selection |  |  |
|
||||
| Language selection |  |  |
|
||||
| Package type selection |  |  |
|
||||
| Feature selection |  |  |
|
||||
| Automatic Version Synchronization (AVS) |  |  |
|
||||
| Custom components |  |  |
|
||||
| Internal install |  |  |
|
||||
| User experience |  |  |
|
||||
| Browser user interface |  |  |
|
||||
| Search providers |  |  |
|
||||
| Important URLs – Home page and support |  |  |
|
||||
| Accelerators |  |  |
|
||||
| Favorites, Favorites bar, and feeds |  |  |
|
||||
| Browsing options |  |  |
|
||||
| First Run wizard and Welcome page options |  |  |
|
||||
| Connection manager |  |  |
|
||||
| Connection settings |  |  |
|
||||
| Automatic configuration |  |  |
|
||||
| Proxy settings |  |  |
|
||||
| Security and privacy settings |  |  |
|
||||
| Add a root certificate |  |  |
|
||||
| Programs |  |  |
|
||||
| Additional settings |  |  |
|
||||
| Wizard complete |  |  |
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user