MSFN Forum: How to add shorcuts for your Programs inside Control Panel - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

How to add shorcuts for your Programs inside Control Panel Shorcuts

#21 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 April 2011 - 12:08 PM

If you want you can try this shorcut on Desktop background, but I will try to search the subcommands for the shorcuts options:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows]
"MUIVerb"="Windows"
"SubCommands"=""
"Icon"="%SystemRoot%\\System32\\winver.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell]

[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1AdminTools]
"MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22982"
"Icon"="%SystemRoot%\\System32\\imageres.dll,-114"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1AdminTools\command]
@="control admintools"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows]
"MUIVerb"="Windows"
"SubCommands"=""
"Icon"="%SystemRoot%\\System32\\winver.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1AdminTools]
"MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22982"
"Icon"="%SystemRoot%\\System32\\imageres.dll,-114"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1AdminTools\command]
@="control admintools"


This post has been edited by myselfidem: 27 April 2011 - 12:12 PM



#22 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 27 April 2011 - 07:26 PM

Thanks you guys, I have found the registry.

This is what I was looking for, this one is for Win7 Professional, Enterprise and Ultimate Editions only:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"
"SubCommands"="AdvancedUsersAcount;ComponentServices;ComputerManagement;DataSources;EventViewer;iSCSIInitiator;LocalGroupPolicy;LocalSecurityPolicy;lusrmgr;PerformanceMonitor;PrintManagement;Services;SystemConfiguration;TaskScheduler;WindowsFirewallAdvanced;WindowsMemoryDiagnostic"
"icon"="imageres.dll,-114"
"Position"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AdvancedUsersAcount]
@="Advanced Users Acount"
"icon"="Netplwiz.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AdvancedUsersAcount\command]
@="Netplwiz.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices]
@="Component Services"
"icon"="comres.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices\command]
@="dcomcnfg.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement]
@="Computer Management"
"icon"="Mycomput.dll,-204"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement\command]
@="CompMgmtLauncher.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources]
@="Data Sources (ODBC)"
"icon"="odbcint.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources\command]
@="CompMgmtLauncher.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer]
@="Event Viewer"
"icon"="miguiresource.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer\command]
@="eventvwr.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator]
@="iSCSI Initiator"
"icon"="iscsicpl.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator\command]
@="iscsicpl.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalGroupPolicy]
@="Local Group Policy Editor"
"icon"="gpedit.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalGroupPolicy\command]
@="mmc.exe /s gpedit.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalSecurityPolicy]
@="Local Security Policy"
"icon"="wsecedit.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalSecurityPolicy\command]
@="mmc.exe /s secpol.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lusrmgr]
@="Local Users and Groups Manager"
"icon"="localsec.dll,-5020"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lusrmgr\command]
@="mmc.exe /s lusrmgr.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor]
@="Performance Monitor"
"icon"="wdc.dll,-108"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor\command]
@="perfmon.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement]
@="Print Management"
"icon"="pmcsnap.dll,-14"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement\command]
@="mmc.exe /s printmanagement.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services]
@="Services"
"icon"="filemgmt.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services\command]
@="mmc.exe /s services.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration]
@="System Configuration"
"icon"="msconfig.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration\command]
@="msconfig.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler]
@="Task Scheduler"
"icon"="miguiresource.dll,-600"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler\command]
@="mmc.exe /s taskschd.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced]
@="Windows Firewall with Advanced Security"
"icon"="AuthFWGP.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced\command]
@="mmc.exe /s WF.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic]
@="Windows Memory Diagnostic"
"icon"="MdSched.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic\command]
@="MdSched.exe"


And this is for Windows 7 Starter, Home Basic and Home Premium Editions:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"
"SubCommands"="ComponentServices;ComputerManagement;DataSources;EventViewer;iSCSIInitiator;PerformanceMonitor;PrintManagement;Services;SystemConfiguration;TaskScheduler;WindowsFirewallAdvanced;WindowsMemoryDiagnostic"
"icon"="imageres.dll,-114"
"Position"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices]
@="Component Services"
"icon"="comres.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices\command]
@="dcomcnfg.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement]
@="Computer Management"
"icon"="Mycomput.dll,-204"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement\command]
@="CompMgmtLauncher.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources]
@="Data Sources (ODBC)"
"icon"="odbcint.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources\command]
@="CompMgmtLauncher.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer]
@="Event Viewer"
"icon"="miguiresource.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer\command]
@="eventvwr.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator]
@="iSCSI Initiator"
"icon"="iscsicpl.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator\command]
@="iscsicpl.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor]
@="Performance Monitor"
"icon"="wdc.dll,-108"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor\command]
@="perfmon.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement]
@="Print Management"
"icon"="pmcsnap.dll,-14"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement\command]
@="mmc.exe /s printmanagement.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services]
@="Services"
"icon"="filemgmt.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services\command]
@="mmc.exe /s services.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration]
@="System Configuration"
"icon"="msconfig.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration\command]
@="msconfig.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler]
@="Task Scheduler"
"icon"="miguiresource.dll,-600"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler\command]
@="mmc.exe /s taskschd.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced]
@="Windows Firewall with Advanced Security"
"icon"="AuthFWGP.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced\command]
@="mmc.exe /s WF.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic]
@="Windows Memory Diagnostic"
"icon"="MdSched.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic\command]
@="MdSched.exe"


#23 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 April 2011 - 11:53 PM

Many thanks nice_guy75 ;)

#24 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 28 April 2011 - 02:41 AM

Good job nice_guy75 and welcome to the club :hello:

#25 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 28 April 2011 - 03:26 AM

View Postmyselfidem, on 27 April 2011 - 11:53 PM, said:

Many thanks nice_guy75 ;)


You are always welcome, mate.

View Postcoucou, on 28 April 2011 - 02:41 AM, said:

Good job nice_guy75 and welcome to the club :hello:


Thanks mate.

#26 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 April 2011 - 04:46 AM

@nice_guy75
It's needed to change the reg keys and add at first the correct path, like this:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"


Thanks

This post has been edited by myselfidem: 28 April 2011 - 04:48 AM


#27 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 28 April 2011 - 05:10 AM

View Postmyselfidem, on 28 April 2011 - 04:46 AM, said:

@nice_guy75
It's needed to change the reg keys and add at first the correct path, like this:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"


Thanks

I have tried to merge the registry and is working fine for me mate.


BTW what is the difference?????????

This post has been edited by nice_guy75: 28 April 2011 - 05:24 AM


#28 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 April 2011 - 05:37 AM

The path isn't correct and if you use a tool like TuneUp Utilities or others, you will see that the keys inside:

HKEY_CLASSES_ROOT\DesktopBackground\Shell\AdministrativeTools

will be removed. And no options will be displayed on right click on the Desktop!
Because this reg key needs a command! Take a look inside the Registry!
You can try with the new path I suggest you and you will see that all is really fine!

This post has been edited by myselfidem: 28 April 2011 - 06:37 AM


#29 User is offline   nice_guy75 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 07-December 09

Posted 28 April 2011 - 07:59 AM

View Postmyselfidem, on 28 April 2011 - 05:37 AM, said:

The path isn't correct and if you use a tool like TuneUp Utilities or others, you will see that the keys inside:

HKEY_CLASSES_ROOT\DesktopBackground\Shell\AdministrativeTools

will be removed. And no options will be displayed on right click on the Desktop!
Because this reg key needs a command! Take a look inside the Registry!
You can try with the new path I suggest you and you will see that all is really fine!

I guess you are right mate, I just cleaned by registry with tuneup utilities and defragment the registries as well, and guess what the admin tool option was erased. So now I have changed the path as you suggested, I would clean registries after few days and then see how it goes.

#30 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 May 2011 - 10:39 AM

@nice_guy75

Thanks to update the reg file you gave inside your post, like you've done inside Rockers Teams Forum (post # 21):

http://www.rtwincustomize.net/web/index.php?/topic/8359-manual-registry-tweaks-reg-file/

Many thanks ;)

#31 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 May 2011 - 07:55 AM

@nice_guy75
I see an error inside the reg file:

It's needed to write the correct file to launch ODBC:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources\command]
@="odbcad32.exe"


Thanks.

This post has been edited by myselfidem: 12 May 2011 - 08:00 AM


#32 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,395
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 May 2011 - 11:47 AM

OK! The correct reg files are:

For Windows 7 Professional, Enterprise and Ultimate Editions only:

Admin_Tools.reg
Windows Registry Editor Version 5.00

;---------------------------------------------------------------------
; - Rgiht-click options on Desktop for Administrative Tools 
;   For Windows 7 Professional, Enterprise and Ultimate Editions only
;--------------------------------------------------------------------

[HKEY_CLASSES_ROOT\Directory\Background\shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"
"SubCommands"="PerformanceMonitor;AdvancedUsersAcount;SystemConfiguration;WindowsMemoryDiagnostic;LocalGroupPolicy;PrintManagement;ComputerManagement;iSCSIInitiator;EventViewer;WindowsFirewallAdvanced;TaskScheduler;ComponentServices;Services;DataSources;LocalSecurityPolicy;lusrmgr"
"icon"="imageres.dll,-114"
"Position"="Top"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AdvancedUsersAcount]
@="Advanced Users Acount"
"icon"="Netplwiz.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AdvancedUsersAcount\command]
@="Netplwiz.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices]
@="Component Services"
"icon"="comres.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices\command]
@="mmc.exe /s comexp.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement]
@="Computre Management"
"icon"="Mycomput.dll,-204"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement\command]
@="CompMgmtLauncher.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources]
@="Data Sources (ODBC)"
"icon"="odbcint.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources\command]
@="odbcad32.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer]
@="Event Viewer"
"icon"="miguiresource.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer\command]
@="eventvwr.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator]
@="iSCSI Initiator"
"icon"="iscsicpl.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator\command]
@="iscsicpl.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalGroupPolicy]
@="Local Group Policy Editor"
"icon"="gpedit.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalGroupPolicy\command]
@="mmc.exe /s gpedit.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalSecurityPolicy]
@="Local Security Policy"
"icon"="wsecedit.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\LocalSecurityPolicy\command]
@="mmc.exe /s secpol.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lusrmgr]
@="Local Users and Groups Manager"
"icon"="localsec.dll,-5020"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lusrmgr\command]
@="mmc.exe /s lusrmgr.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor]
@="Performance Monitor"
"icon"="wdc.dll,-108"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor\command]
@="perfmon.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement]
@="Print Management"
"icon"="pmcsnap.dll,-14"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement\command]
@="mmc.exe /s printmanagement.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services]
@="Services"
"icon"="filemgmt.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services\command]
@="mmc.exe /s services.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration]
@="System Configuration"
"icon"="msconfig.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration\command]
@="msconfig.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler]
@="Task Scheduler"
"icon"="miguiresource.dll,-600"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler\command]
@="mmc.exe /s taskschd.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced]
@="Windows Firewall with Advanced Security"
"icon"="AuthFWGP.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced\command]
@="mmc.exe /s WF.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic]
@="Windows Memory Diagnostic"
"icon"="MdSched.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic\command]
@="MdSched.exe"




And for Windows 7 Starter, Home Basic and Home Premium Editions only:

Admin_Tools.reg
Windows Registry Editor Version 5.00

;--------------------------------------------------------------------
; - Rgiht-click options on Desktop for Administrative Tools 
;   For Windows 7 Starter, Home Basic and Home Premium Editions only
;--------------------------------------------------------------------

[HKEY_CLASSES_ROOT\Directory\Background\shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"
"SubCommands"="PerformanceMonitor;AdvancedUsersAcount;SystemConfiguration;WindowsMemoryDiagnostic;LocalGroupPolicy;PrintManagement;ComputerManagement;iSCSIInitiator;EventViewer;WindowsFirewallAdvanced;TaskScheduler;ComponentServices;Services;DataSources;LocalSecurityPolicy;lusrmgr"
"icon"="imageres.dll,-114"
"Position"="Top"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AdvancedUsersAcount]
@="Advanced Users Acount"
"icon"="Netplwiz.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\AdvancedUsersAcount\command]
@="Netplwiz.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices]
@="Component Services"
"icon"="comres.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComponentServices\command]
@="mmc.exe /s comexp.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement]
@="Computre Management"
"icon"="Mycomput.dll,-204"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ComputerManagement\command]
@="CompMgmtLauncher.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources]
@="Data Sources (ODBC)"
"icon"="odbcint.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DataSources\command]
@="odbcad32.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer]
@="Event Viewer"
"icon"="miguiresource.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EventViewer\command]
@="eventvwr.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator]
@="iSCSI Initiator"
"icon"="iscsicpl.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iSCSIInitiator\command]
@="iscsicpl.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor]
@="Performance Monitor"
"icon"="wdc.dll,-108"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PerformanceMonitor\command]
@="perfmon.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement]
@="Print Management"
"icon"="pmcsnap.dll,-14"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\PrintManagement\command]
@="mmc.exe /s printmanagement.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services]
@="Services"
"icon"="filemgmt.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Services\command]
@="mmc.exe /s services.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration]
@="System Configuration"
"icon"="msconfig.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SystemConfiguration\command]
@="msconfig.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler]
@="Task Scheduler"
"icon"="miguiresource.dll,-600"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\TaskScheduler\command]
@="mmc.exe /s taskschd.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced]
@="Windows Firewall with Advanced Security"
"icon"="AuthFWGP.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsFirewallAdvanced\command]
@="mmc.exe /s WF.msc"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic]
@="Windows Memory Diagnostic"
"icon"="MdSched.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsMemoryDiagnostic\command]
@="MdSched.exe"




To change the order, we can change inside the first reg key (SubCommands):

[HKEY_CLASSES_ROOT\Directory\Background\shell\AdministrativeTools]
"MUIVerb"="Administrative Tools"
"SubCommands"="PerformanceMonitor;AdvancedUsersAcount;SystemConfiguration;WindowsMemoryDiagnostic;LocalGroupPolicy;PrintManagement;ComputerManagement;iSCSIInitiator;EventViewer;WindowsFirewallAdvanced;TaskScheduler;ComponentServices;Services;DataSources;LocalSecurityPolicy;lusrmgr"
"icon"="imageres.dll,-114"
"Position"="Top"


This post has been edited by myselfidem: 28 May 2011 - 12:23 PM


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy