Jump to content

Editing Windows Xp Permissionms


Propane

Recommended Posts

How do I edit the permissions on windows XP because our school is running a few of them and we need to block the control pannel and the desktop properties.

Share this post


Link to post
Share on other sites

Disable control panel:

 

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\

Explorer]

System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\

Explorer]

Value Name: NoControlPanel

Data Type: REG_DWORD (DWORD Value)

Value Data: (0 = disable restriction, 1 = enable restriction)

 

 

Disable right click on desktop: - thus disabling desktop properties :P

 

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\

Explorer]

System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\

Explorer]

Value Name: NoViewContextMenu

Data Type: REG_DWORD (DWORD Value)

Value Data: (0 = disabled, 1 = enabled)

 

 

Hide display settings:

 

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\

System]

System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\

System]

Value Name: NoDispSettingsPage

Data Type: REG_DWORD (DWORD Value)

Value Data: (0 = disabled, 1 = enabled)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...