Restrict Control Panel Access Using Regedit
This article explains how to restrict access to the Windows Control Panel and Settings app for standard users using the Windows Registry Editor (Regedit). By configuring a specific policy key within the registry, system administrators can effectively prevent standard users from altering critical operating system settings.
The Registry Path
To restrict access for the currently logged-in user, navigate to the following path in the Registry Editor:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
To apply this restriction to all users across the entire machine, navigate to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Step-by-Step Instructions
- Press Windows Key + R, type
regedit, and press Enter to launch the Registry Editor. - Navigate to the
Policieskey using one of the paths listed above. - If the Explorer key does not exist under
Policies, right-click thePoliciesfolder, select New > Key, and name itExplorer. - Select the Explorer key, right-click in the empty space in the right pane, and select New > DWORD (32-bit) Value.
- Name the new value
NoControlPaneland press Enter. - Double-click
NoControlPanel, set the Value data to1, and click OK. - Sign out of Windows or restart the computer for the policy changes to take effect.
Effect and How to Revert
Once enabled, any attempt by the user to open the Control Panel or the Windows Settings app will display an error message stating that the operation has been cancelled due to restrictions in effect on the computer.
To restore access in the future, navigate back to the same registry
location and either change the NoControlPanel value data to
0 or delete the NoControlPanel entry
entirely.