How can I use the registry to restrict access to the Microsoft Internet Explorer (IE) configuration tabs?

John Savill

January 30, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. In the previous FAQ, I told you how to use Group Policy to disable the IE configuration tabs. You can also edit the registry to disable these tabs by performing the following steps:

  1. Start a registry editor (e.g., regedit.exe).

  2. Navigate to the HKEY_CURRENT_USERSoftwarePoliciesMicrosoft registry subkey.

  3. If the Internet Explorer subkey doesn't exist, create it (from the Edit menu, select New, Key and type "Internet Explorer" without the quotes) and navigate to that subkey.

  4. Under the Internet Explorer subkey, create a subkey called Control Panel, then navigate to that subkey.

  5. From the Edit menu, select New, DWORD Value, and create the first value (i.e., GeneralTab) from the table below. Press Enter.

  6. Double-click the created value, set it to 1 to disable the specified tab, then Click OK.

  7. Repeat steps 5 and 6 for each value in the table below.

  8. Close the registry editor.

The changes take effect immediately. To reenable the tab, set the registry value to 0 or delete the value.

DWORD Value to Create

Tab Disabled

GeneralTab

General

SecurityTab

Security

ContentTab

Content

ConnectionsTab

Connections

ProgramsTab

Programs

PrivacyTab

Privacy

AdvancedTab

Advanced

The figure below shows a sample configuration.

Click here to view image

In the figure, the Security and Advanced tabs have been removed but the Connections tab is still visible because its value is set to 0 in the registry. The remaining four tabs are all visible by default because they're not affected by the configuration that the figure shows.

Read more about:

Microsoft

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like