Showing posts with label Registry. Show all posts
Showing posts with label Registry. Show all posts

Saturday, April 12, 2008

Block Messenger Service

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
Value Name: Start
Data Type: REG_DWORD (DWORD Value)
Value Data: (2 = automatic, 3 = enabled, 4 = disabled)

Disable Task Manager

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
System]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
System]
Value Name: DisableTaskMgr
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable Task Manager)

Disable the Right Click on the Desktop

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)

Force Windows to Use the Classic Desktop

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer]
Value Name: ClassicShell
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = Default, 1 = Classic Desktop)

Remove My Documents from the Desktop

This setting is used to remove the My Documents folder from the Windows desktop.

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder]
Value Name: Attributes
Data Type: REG_DWORD (DWORD Value)
Value Data: (0xf0500174 = Hidden, 0xf0400174 = Default)

Disable Desktop Cleanup Wizard Windows XP

By default Windows will run the Desktop Cleanup Wizard every 60 days to remove unused desktop items and shortcuts. This setting will disable it from running automatically.


User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\CleanupWiz]
Value Name: NoRun
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = enabled, 1= disable wizard)