Control Panel and Settings are two apps you can use in Windows 10 to change most of the settings available in the OS. Settings is a Universal app bundled with Windows 10. It is created to replace the classic Control Panel. As of this writing, the classic Control Panel still comes with a number of options and tools which are not available in Settings. In this article, we will see how to show only certain applets of the Control Panel in Windows 10 and hide others.
There are two ways to show only certain applets in the Control Panel. You can use a Registry tweak or the Local Group Policy Editor app. Let's review them.
First of all, you need to note the names of the applets you want to show in the Control Panel. Open the Control Panel and switch its view to either "Large icons" or "Small icons" as shown below.
Note the applet names and do the following.
How to show only certain Control Panel applets
Step 1: Open the Registry editor.
Step 2: Go to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Step 3: On the right, create a new 32-bit DWORD value named RestrictCpl and set it to 1.
Step 4: Go to the key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictCpl
If RestrictCpl subkey is missing, create it manually.
Step 5: With the RestrictCpl key selected, right click in the right pane of Registry Editor and create a new string (REG_SZ) value and name it as 1.
Step 6: Set its value data to the name of the applet you want to show.
Step 7: Repeat the steps 5-6 for all the applets you need to show. Every time you add a new value, increase the number you use as the value's name, e.g. 1, 2, 3, .. , N.
You are done!
Now, close Registry Editor and the Control Panel. Open the Control Panel again. The applets you specified in the Registry will disappear.
Before:
After:
Notes:
- See how to go to a Registry key with one click.
- Even if you are running 64-bit Windows you must still create a 32-bit DWORD value "RestrictCpl".
- If you don't have the above-mentioned Registry paths, then create the missing keys manually.
Now, let's see how to apply the same restriction with the Local Group Policy Editor app. If you are running Windows 10 Pro, Enterprise, or Education edition, then the app is available in the OS.
Show only specified Control Panel applets with Local Group Policy
- Press Win + R keys together on your keyboard and type:
gpedit.msc
- Group Policy Editor will open. Go to User Configuration\Administrative Templates\Control Panel.
- Double-click on the policy option Show only specified Control Panel items.
- Enable the policy and click on the "Show" button.
- Fill in the table of applet names that should remain visible.
That's it.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
Very cool. I found it necessary to restart explorer.
This guide doesn’t make any sense.
There’s no reason for there to be any RestrictCpl key. You never say to create it as a key. You just create a new DWORD value under Explorer. That doesn’t create a new key.
Sorry.
You have to create the RestrictCpl subkey manually.
I’ve added this to the article.