Monday, June 25, 2007

Disable Control Panel (Windows 2000/Me/XP)

This setting allows you to restrict user access to the Control Panel options and settings.

Create a new DWORD value, or modify the existing value called 'NoControlPanel' set the value to equal '1' to enable the restriction.

Exit your registry, you may need to restart for the changes to take effect.






Registry Settings
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)

Saturday, June 23, 2007

Disable Folder Options Menu (All Windows)

Open your registry and find the key below.

Create a new DWORD value, or modify the existing value named "NoFolderOptions" and set it to equal "1" to hide the options or "0" to show the options.

Log-off or restart Windows for the changes to take effect.






Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
Value Name: NoFolderOptions
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = show options, 1 = hide options)