Jump to content

How to add shorcuts for your Programs inside Control Panel


Recommended Posts

@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.

Edited by myselfidem
Link to comment
Share on other sites

  • 2 weeks later...

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"

Edited by myselfidem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...