Add regedit to the Control Panel

posted on 2009-09-16 09:27:28+08:00 by 7895734
Adds an icon for registry editor to the Control Panel.
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-111111111122}]
  4. @="Registry Editor"
  5. "InfoTip"="View and change settings in your system registry."
  6. "{305CA226-D286-468e-B848-2B2E8E697B74} 2"=dword:00000005
  7.  
  8. [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-111111111122}\DefaultIcon]
  9. @="%SystemRoot%\\regedit.exe"
  10.  
  11. [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-111111111122}\Shell]
  12.  
  13. [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-111111111122}\Shell\Open]
  14. @=""
  15.  
  16. [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-111111111122}\Shell\Open\command]
  17. @="regedit.exe"
  18.  
  19. [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-111111111122}\ShellFolder]
  20. "Attributes"=dword:00000000
  21.  
  22. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-111111111122}]
  23. @="Add regedit to Control Panel"

All Code Snippets

Hot Code Snippets

New Code Snippets