How can I disable elements of the Display control panel applet?

John Savill

March 4, 1999

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

A. Again using policies it is possible to disable elements of the display control panel applet, however it can also be accomplished using the registry editor

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem

  3. From the Edit menu select New - DWORD value

  4. Enter any of the following as outlined in the table below.

  5. Double click the new value and set to 1

  6. Close the registry editor

NoDispAppearancePage

Removes the Appearance tab which means users cannot change the colours or colour scheme

NoDispBackgroundPage

Removes the Background tab meaning no more Pamela Anderson background (damn!)

NoDispScrSavPage

Removes the Screen Save tab

NoDispSettingsPage

Removes the Settings and the Plus tab

These change takes immediate effect and any disabled tab will not be displayed.

Of course the user can go into the registry and change these back which is why it is better to implement these as policies (which is what I do), however as they take immediate effect there is nothing to stop someone creating a reg script to run as part of the start-up group, which sets it to how they want to get round the policy, but I would never condone this :-)

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