LOGO

Hide Items from Control Panel in Windows - Easy Guide

October 26, 2016
Hide Items from Control Panel in Windows - Easy Guide

Restricting Access to Control Panel Applications in Windows

The Windows Control Panel contains numerous configuration options that some users may inadvertently or intentionally alter. This article details methods for concealing specific Control Panel applications across Windows 7, 8, and 10.

Reasons for Hiding Control Panel Items

There are several scenarios where restricting access to certain settings is beneficial. Sharing a computer necessitates protecting sensitive configurations from unauthorized modification.

Similarly, public-facing computers in business environments may require limited access to prevent unintended changes. While completely disabling the Control Panel and Settings interface is an option, selectively hiding items offers a more nuanced approach.

Methods for Hiding Control Panel Apps

The method employed depends on your Windows edition. Users with Pro or Enterprise versions can utilize the Local Group Policy Editor. Alternatively, all Windows editions allow modification through the Registry.

  • Local Group Policy Editor (Pro/Enterprise): This tool provides a centralized management interface for system policies.
  • Registry Editor (All Editions): Direct modification of the Windows Registry allows for customization across all versions.

Employing either of these techniques allows administrators to safeguard critical system settings from unwanted adjustments. This ensures system stability and maintains desired configurations.

By selectively concealing applications within the Control Panel, a balance is struck between accessibility and security.

Customizing Control Panel Visibility for Home Windows Users via Registry Editing

For users of Windows 7, 8, or 10 Home editions, modifying Control Panel item visibility necessitates editing the Windows Registry. While this method is also available for Windows Pro or Enterprise users, utilizing the Local Group Policy Editor is generally recommended for those versions due to its increased simplicity.

Important Caution: The Registry Editor is a potent system tool, and improper use can lead to system instability or failure. This procedure is relatively straightforward, and adherence to the provided instructions should prevent issues. However, prior familiarity with the Registry Editor is advisable, and a backup of both the Registry and your entire computer is strongly recommended before making any alterations.

Related: Procedures for Backing Up and Restoring the Windows Registry

Prior to initiating Registry edits, ensure you are logged in as the specific user for whom the changes are intended. If modifications are required for multiple user accounts, the process must be repeated for each one individually.

Once logged in, launch the Registry Editor by typing "regedit" into the Start menu search bar and pressing Enter. Grant the application permission to make changes to your system.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-1.jpg

Within the Registry Editor, navigate to the following key using the left-hand sidebar:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-2.jpg

Verify the existence of a subkey named Explorer within the Policies key. If present, proceed to the next step. If absent, create it by right-clicking the Policies key, selecting "New," and then "Key." Name the newly created key "Explorer."

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-3.jpg

You now have two primary approaches. You can either conceal specific Control Panel items by establishing a disallow list, or display only designated items by creating a restricted list. Creating both lists simultaneously is technically possible, but discouraged due to potential conflicts; the disallow list will always override the restricted list. The optimal method depends on the number of items you intend to hide.

To proceed, create a new value within the Explorer key. Right-click the Explorer key and choose "New" > "DWORD (32-bit) Value." If you are implementing a disallow list, name the new key DisallowCPL. Conversely, if you are creating a restricted list, name the new value RestrictCPL.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-4.jpg

Double-click the newly created value to access its properties window. Change the "Value data" field from 0 to 1 and click "OK." This action activates the setting.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-5.jpg

With the setting enabled, the next step involves creating a list of items. Right-click the Explorer key again and select "New" > "Key." If you are disallowing items, name the new key DisallowCPL; if restricting items, name it RestrictCPL.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-6.jpg

Within the chosen key, build your item list by creating a new string value for each item. As an illustration, we will disallow the Sync Center Control Panel app by adding a corresponding string value to our DisallowCPL key. If restricting items, add it to the RestrictCPL key instead. Right-click the DisallowCPL key and select "New" > "String Value." Name the new string value using the complete name of the Control Panel item.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-7.jpg

Double-click the new value to open its properties dialog. Enter the full Control Panel item name into the "Value data" field – the same name used when creating the value. (Ensure your Control Panel view is set to Icons instead of Category view to display the full item names.)

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-8.jpg

This completes the process of disallowing or restricting a Control Panel item. Test your changes by opening the Control Panel window; a system restart is not required. If using a disallow list, the specified item should no longer be visible. If using a restrict list, only the items you've added will be displayed. In our example, the Sync Center item is now hidden.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-9.jpg

To remove an item from the list, simply delete the corresponding value within the Registry Editor. To disable the feature entirely, change the DisallowCPL or RestrictCPL value back to 0, preserving the list for future re-activation.

Managing Control Panel Visibility with Local Group Policy Editor for Pro and Enterprise Users

For those utilizing Windows Pro or Enterprise editions, the Local Group Policy Editor presents a straightforward method for concealing specific Control Panel items. This approach also offers enhanced control regarding which user accounts are subject to these restrictions.

If you intend to limit access for only a subset of user accounts on a particular PC, additional configuration is necessary. This involves initially creating a policy object tailored for those users. Detailed instructions on applying local Group Policy adjustments to designated users can be found in our dedicated guide.

It’s important to recognize that Group Policy is a robust tool, and familiarizing yourself with its capabilities is advisable. Furthermore, if your computer is connected to a corporate network, consulting with your system administrator beforehand is crucial. Domain-joined computers are often governed by domain-level Group Policy, which may override any local configurations.

Configuring User Policies

Begin by locating the MSC file created for managing policies for the intended user group. A double-click will open the file, prompting for permission to make changes to your system. In this instance, we’ll use a policy designed for all non-administrator user accounts.

Within the Group Policy window, navigate through the left-hand pane to User Configuration > Administrative Templates > Control Panel. From this point, two distinct approaches are available. To conceal particular items from the Control Panel, select the "Hide specified Control Panel items" setting and open its properties dialog. Alternatively, to display only specified items, choose the "Show only specified Control Panel items" setting.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-10.jpg

For our example, we will focus on hiding specific items, though the process remains identical regardless of the chosen method.

Defining Hidden or Visible Items

In the setting’s properties window, select the "Enabled" option and then click the "Show" button.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-11.jpg

The "Show Contents" window will appear. Here, select each entry in the list and input the precise name of the Control Panel item you wish to hide or allow, depending on the selected setting. Ensure your Control Panel view is set to either Large Icons or Small Icons (accessible via the upper right-hand corner) to reveal the complete name of each item.

remove-or-hide-unwanted-items-from-the-control-panel-in-windows-7-12.jpg

Once your list is complete, click "OK."

Testing and Reverting Changes

You can now close the Local Group Policy window. To verify your modifications, log in as one of the affected user accounts and examine the available options within the Control Panel.

To disable these changes, reopen the Local Group Policy editor by double-clicking your MSC file. Change the "Hide specified Control Panel items" or "Show only specified Control Panel items" options to "Disabled" or "Not Configured." This will deactivate the setting entirely. Note that disabling the setting will also clear your previously defined list of applications, requiring re-entry if you choose to re-enable the configuration.

#Windows#Control Panel#hide items#customize#settings#system settings