Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable display properties 4

Status
Not open for further replies.

DeepBlueIT

Technical User
Joined
Aug 22, 2003
Messages
14
Location
US
Hi, can anyone help me out with the registry change to prevent users accessing Display Properties. I am trying to restrict users from changing screensaver and wallpaper.
Thanks
 
Key : HKCU \Software \Microsoft \Windows \CurrentVersion \Policies \System
Entry : NoDispCPL
System : 95, 95+IE4.x, 98, ME, NT, 2K
Type : REG_DWORD
Range : 0 or 1
Default : 0
1 : Disables the Control Panel Display icon as well as the option Properties of the Desktop's context menu.

Key : HKCU \Software \Microsoft \Windows \CurrentVersion \Policies \System
Entry : NoDispBackgroundPage
System : 95, 95+IE4.x, 98, ME, NT, 2K
Type : REG_DWORD
Range : 0 or 1
Default : 0
1 : Removes the Background tab in the Control Panel Display icon.

Key : HKCU \Software \Microsoft \Windows \CurrentVersion \Policies \System
Entry : NoDispScrSavPage
System : 95, 95+IE4.x, 98, ME, NT, 2K
Type : REG_DWORD
Range : 0 or 1
Default : 0
1 : Removes the Screensaver tab in the Control Panel Display icon.

Key : HKCU \Software \Microsoft \Windows \CurrentVersion \Policies \System
Entry : NoDispAppearancePage
System : 95, 95+IE4.x, 98, ME, NT, 2K
Type : REG_DWORD
Range : 0 or 1
Default : 0
1 : Removes the Appearance tab in the Control Panel Display icon.

Key : HKCU \Software \Microsoft \Windows \CurrentVersion \Policies \System
Entry : NoDispSettingsPage
System : 95, 95+IE4.x, 98, ME, NT, 2K
Type : REG_DWORD
Range : 0 or 1
Default : 0
1 : Removes the Configuration tab in the Control Panel Display icon.


 
Thanks very much, just what I was looking for !!
 
OK, I'll try saying thanks again Bill - only my posts to both the questions regarding this subject seem to have been deleted.

Regards
Ken

----------------------------------------------------------------------------
[peace]It's easier to beg forgiveness than ask permission[2thumbsup]

----------------------------------------------------------------------------
 
Note:

. the key values may not be there and need to be created
. as this is HKCU, you need to "push" these changes to all users as they logon. See: . do not forget making the changes for one user, and exporting the relevant registry keys to a file. Then use regedit /s [name of .reg file] to import them for each user at logon or startup.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top