Jump to content

How to add shorcuts for your Programs inside Control Panel


Recommended Posts

How to add shorcuts to the Control Panel.

I hope this subject isn't already covered!

When we install some programs and we want to add a shorcut inside the Control Panel, we can use a reg file to add this one.

1) If the CLSID key already exist, you can create a new one to add an shorcut for a program.

Take care do not use the same CLSID, but you can change the last number, like for example

CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C25}

CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C26}

2) Choose carefully the path where you set your program to adapt the reg file!

Examples with: "Registry Editor" - "Group Policy Editor" - "Services" - "MSConfig" - "Autoruns" (Sysinternals) - "Process Explorer" (Sysinternals) - "Cpu-z" - "GPU-Z" - "HWMonitor" - " GSpot" ...

 
Windows Registry Editor Version 5.00

; Add "Registry Editor" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]
@="Registry Editor"
"InfoTip"="Starts the Registry Editor"
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon]
@="%SystemRoot%\\regedit.exe"
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\
00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]
@="Add Registry Editor to the Control Panel"


; Add "Group Policy Editor" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}]
@="Group Policy Editor"
"InfoTip"="Starts Group Policy Editor"
[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\DefaultIcon]
@="%SystemRoot%\\System32\\gpedit.dll"
[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}\Shell\Open\Command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\
63,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,\
00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,\
33,00,32,00,5c,00,67,00,70,00,65,00,64,00,69,00,74,00,2e,00,6d,00,73,00,63,\
00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{9cd0827e-0ad1-4c27-93d0-29f4c4ecd3b2}]
@="Add Group Policy Editor to the Control Panel


; Add "Win 2K Style User Accounts Controls" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="User Accounts 2"
"InfoTip"="Win 2K style User Accounts."
"System.ControlPanel.Category"="9"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon]
@="%SystemRoot%\\System32\\EhStorAuthn.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command]
@="Control Userpasswords2"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}]
@="Add Win 2K Style User Accounts Controls"


; Add "Windows Services" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}]
@="Services"
"InfoTip"="Starts, stops and configure Windows services."
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\DefaultIcon]
@="C:\\WINDOWS\\system32\\filemgmt.dll,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\Shell\Open\Command]
@="C:\\WINDOWS\\system32\\mmc.exe C:\\WINDOWS\\system32\\services.msc"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C01}]
@="Add Windows Services to the Control Panel"


; Add "Task Manager" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}]
@="Task Manager"
"InfoTip"="The Windows Task Manager shows CPU usage, running processes, the rate of memory available..."
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\DefaultIcon]
@="C:\\WINDOWS\\system32\\taskmgr.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\Shell\Open\Command]
@="\"C:\\WINDOWS\\system32\\taskmgr.exe\""
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C06}]
@="Add Task Manager to the Control Panel"


; Add "MSconfig" to The Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}]
@="Msconfig"
"InfoTip"="Msconfig is a Windows utility that can extract files to enable or disable services and startup items."
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\DefaultIcon]
@="C:\\WINDOWS\\system32\\msconfig.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\Shell\Open\Command]
@="\"C:\\WINDOWS\\system32\\msconfig.exe\""
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C15}]
@="Add MSconfig to The Control Panel"


; Add "GPU-Z.0.5.2" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}]
@="GPU-Z"
"InfoTip"="GPU-Z provided specific details on the model used GPU, shaders, memory type, bandwidth, version of the driver or the GPU frequency."
"System.ControlPanel.Category"="2"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\DefaultIcon]
@="C:\\WINDOWS\\GPU-Z.0.5.2.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\Shell\Open\Command]
@="\"C:\\WINDOWS\\GPU-Z.0.5.2.exe\""
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C08}]
@="Add GPU-Z to the Control Panel"

; Skip the update for GPU-Z
[HKEY_CURRENT_USER\Software\techPowerUp\GPU-Z]
"Interval"=dword:00000003


; Add "Cpu-z" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}]
@="Cpu-z"
"InfoTip"="Provides specific details on the processor model used: stepping, voltage, supported instructions..."
"System.ControlPanel.Category"="2"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\DefaultIcon]
@="C:\\Program Files\\CPUID\\CPU-Z\\Cpuz.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\Shell\Open\Command]
@="\"C:\\Program Files\\CPUID\\CPU-Z\\Cpuz.exe\""
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C09}]
@="Add Cpu-z to the Control Panel"


; Add "HWMonitor" to the Control Panel

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}]
@="HWMonitor"
"InfoTip"="Provides specific details on the hard drive temperature..."
"System.ControlPanel.Category"="2"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\DefaultIcon]
@="C:\\Program Files\\CPUID\\HWMonitor\\HWMonitor.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\Shell\Open\Command]
@="\"C:\\Program Files\\CPUID\\HWMonitor\\HWMonitor.exe\""
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C10}]
@="Add HWMonitor to the Control Panel"


; Add "GSpot 270a" to the Control Panel
; Extracted files inside = C:\Program Files

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}]
@="GSpot"
"InfoTip"="Audio and Videos Codecs..."
"System.ControlPanel.Category"="8"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\DefaultIcon]
@="C:\\Program Files\\GSpot270a\\GSpot.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\Shell\Open\Command]
@="\"C:\\Program Files\\GSpot270a\\GSpot.exe\""
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}\ShellFolder]
"Attributes"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C13}]
@="Add GSpot to the Control Panel"


; Add "Process Explorer" to the Control Panel
; Download: [url]http://technet.microsoft.com/fr-fr/sysinternals/bb795535.aspx[/url]
; Then extract inside the folder: %Systemdrive%\Windows\System32\ProcessExplorer

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}]
@="Sysinternals Process Explorer"
"InfoTip"="Process explorer."
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\DefaultIcon]
@="C:\\WINDOWS\\system32\\ProcessExplorer\\procexp.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}\Shell\Open\Command]
@="\"C:\\WINDOWS\\system32\\ProcessExplorer\\procexp.exe\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C19}]
@="Add Process Explorer to the Control Panel"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ProcessExplorer]
"GroupPrivacyAcceptance"=dword:00000001


; Add "AutoRuns" to The Control Panel
; Download: [url]http://technet.microsoft.com/fr-fr/sysinternals/bb795535.aspx[/url]
; Then extract inside the folder: %Systemdrive%\Windows\System32\Autoruns

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}]
@="Sysinternals Autoruns"
"InfoTip"="Autoruns process."
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\DefaultIcon]
@="C:\\WINDOWS\\system32\\Autoruns\\autoruns.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}\Shell\Open\Command]
@="\"C:\\WINDOWS\\system32\\autoruns\\autoruns.exe\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C20}]
@="Add AutoRuns to The Control Panel"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Autoruns]
"GroupPrivacyAcceptance"=dword:00000001

I hope this can help!

Image Shorcuts inside Control Panel

Assigning Control Panel Categories:

http://msdn.microsof...3(v=vs.85).aspx

Registering Control Panel Items:

http://msdn.microsof...5(v=vs.85).aspx

*Edit: To generate an unique GUID, we can use:

1) CreateCLSID.vbs given by maxXPsoft

2) GUIDGen.EXE : http://www.microsoft...&displaylang=en

3) Windows PowerShell : http://msdn.microsof...2(v=vs.80).aspx

Start | All programs | Accesories | Windows PowerShell | Windows PowerShell (x86) (Choose the version you need)

Write: [system.guid]::newguid()

Copy/paste the new GUID with Notepad

Edited by myselfidem
Link to comment
Share on other sites


Thank you very much myselfitem :thumbup

If the CLSID key already exist, you can create a new one to add an shorcut for a program
I didn't knew that we can a CLSID key arbitrarily. Everyday learning new :hello:
Link to comment
Share on other sites

Nice one myslfdiem. want to try a few of them here :hello:

This is a nice little code for a .vbs will generate new GUID. save as createCLSID.vbs and just run it. Copy the code from inputbox and click ok.

I just couldn't stand to download a program nor google desktop addon

createCLSID.vbs

Set TypeLib = CreateObject("Scriptlet.TypeLib")
NewGUID = TypeLib.Guid
strAnswer = InputBox("Custom Generated CLSID:", _
"createguid",(left(NewGUID, len(NewGUID)-2)))
Set TypeLib = Nothing
Wscript.Quit

BTW< your service cmd would not run here but this does

@="C:\\WINDOWS\\system32\\mmc.exe C:\\WINDOWS\\system32\\services.msc"

Edited by maxXPsoft
Link to comment
Share on other sites

@coucou

You can see the reg file for "GSpot270a" at my first post!

Maybe you have another GSpot version?

For this program you can extract the files inside C:\Program Files\GSpot270a or the place you want, BUT ADAPT THE PATH FOR THE REG FILE!

You can also use the createCLSID.vbs and use the CLSID given to create the new reg file!

Each time you use the script, you will have a new CLSID that you can use!

Run the script on your Desktop and save the CLSID!

Example for GSpot270a and using createCLSID.vbs to have a new CLSID: {241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}

Add a shorcut to the Control Panel for GSpot270a:

 
Windows Registry Editor Version 5.00

; Add "GSpot 270a" to the Control Panel
; Extract the files inside = "C:\Program Files\GSpot270a"

[HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}]
@="GSpot"
"InfoTip"="Codecs Audios et Vidéos..."
"System.ControlPanel.Category"="8"

[HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\DefaultIcon]
@="C:\\Program Files\\GSpot270a\\GSpot.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\Shell\Open\Command]
@="\"C:\\Program Files\\GSpot270a\\GSpot.exe\""
[HKEY_CLASSES_ROOT\CLSID\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}\ShellFolder]
"Attributes"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{241D5CE0-2232-4D86-BDF0-4F2F244F2BA1}]
@="Add GSpot270a to the Control Panel"

See that the result is the same, only changing the CLSID!

Edited by myselfidem
Link to comment
Share on other sites

TNX myselfitem for yr patence,

I well understand now. :thumbup

I tjough the maxXPsoft script combined with a prog (Gspot.exe for example) will create all the [HKEY_CLASSES_ROOT\CLSID.. needs. Too much. Anyway, the maxXPsoft script stay very usefull :thumbup

Link to comment
Share on other sites

Thanks coucou! :rolleyes:

Yes the createCLSID.vbs is very awesome and useful, but we must create the reg file anyway.

Example for "Autoruns" and "Process EXplorer" or other programs without exe file extension, because we can choose the path where we want set those programs!

The path can be:

%SystemDrive%\Program Files

%SystemDrive%\Program Files (x86)

%SystemDrive%\Windows

%SystemDrive%\Windows\System32

Just adapt the path inside the reg file to launch the program and show the icon inside Control Panel!

Cheers

Edited by myselfidem
Link to comment
Share on other sites

  • 3 weeks later...

If you want add a right click shortcut for a program ON THE DESKTOP, with a reg file you can make like this.

Example for Cpu-z


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Cpu-z]
@="Cpu-z"
"Icon"="C:\\Program Files\\CPUID\\cpu-z\\cpuz.exe,-0"
"Position"="Bottom"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Cpu-z\command]
@="C:\\Program Files\\CPUID\\cpu-z\\cpuz.exe"

Another example I've made for TuneUp Uilities 2011


Windows Registry Editor Version 5.00


; TuneUp Utilities 2011 Right click on "MY COMPUTER"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\TuneUp Utilities]
@="TuneUp Utilities 2011"
"Icon"="C:\\Program Files\\TuneUp Utilities 2011\\Integrator.exe,-0"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\TuneUp Utilities\Command]
@="C:\\Program Files\\TuneUp Utilities 2011\\Integrator.exe"


; Add right click on the "DESKTOP" to launch TuneUp Utilities

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\TuneUp Utilities]
@="TuneUp Utilities 2011"
"Icon"="C:\\Program Files\\TuneUp Utilities 2011\\Integrator.exe,-0"
"Position"="Bottom"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\TuneUp Utilities\command]
@="C:\\Program Files\\TuneUp Utilities 2011\\Integrator.exe"

You can also download some Tweaks-FR here:

http://www.mediafire.com/?kns27djwvkrj2

Edited by myselfidem
Link to comment
Share on other sites

TNX myselfitem for the reply but they're not the shell shortcuts I'm looking for.

I'm looking for the shell shortcuts in Windows Explorer like CabMaker3, Reg2Inf, 7Split, ClipName, Unlocker... or any other prog to add...

BTW, since our discussion HERE, I didn't get time to make a complete addons test integration. Right now I noticed that almost all addons were not integrarted. In fact, I'm usinf Win7Toolkit to integrate the addons as last procedure (after 7customie: Langack, Updates and Drivers). Do you integrate yr addons as last procedure too?

Regards

Edited by coucou
Link to comment
Share on other sites

Hi myselfitem,

How you integrate your addons therefore?

Is there another tool to integrate addons?

Is there a command (manual) to integrate addons?

Here bellow the attached image of the shell shortcuts (CabMaker3, Reg2Inf, 7Split, ClipName, Unlocker... ) in Windows Explorer

Regards

shell1seven.png

Link to comment
Share on other sites

About shorcuts, you can find more explanations here:

http://msdn.microsof...1(v=vs.85).aspx

http://msdn.microsof...1(v=vs.85).aspx

French tutorial:

http://wallace87000.upd.fr/M7CM-Tuto.pdf

Example for 7zSplit : add a shorcut for right click on files:

7zSplit.reg


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\7zSplit]
@="7ZSplitter"
"Icon"="C:\\Program Files\\7zSplit\\7z.ico"
"Position"="Top"

[HKEY_CLASSES_ROOT\*\shell\7zSplit\command]
@="\"C:\\Program Files\\7zSplit\\7ZSplit.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\7zSplit]
"Path"="C:\\Program Files\\7zSplit\\7ZSplit.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\7ZSplit.exe]
@="C:\\Program Files\\7zSplit\\7ZSplit.exe"
"Path"="C:\\Program Files\\7zSplit"

You can also use My 7 Context Menu:

http://www.custo-windows-7.net/t700-my-7-context-menu

With W7T, always use at last to add ADDONS!

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