myselfidem Posted March 26, 2011 Posted March 26, 2011 (edited) 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 exampleCLSID\{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:00000001I hope this can help!Image Shorcuts inside Control PanelAssigning Control Panel Categories:http://msdn.microsof...3(v=vs.85).aspxRegistering 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=en3) Windows PowerShell : http://msdn.microsof...2(v=vs.80).aspxStart | 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 June 26, 2012 by myselfidem
coucou Posted March 27, 2011 Posted March 27, 2011 Thank you very much myselfitem If the CLSID key already exist, you can create a new one to add an shorcut for a programI didn't knew that we can a CLSID key arbitrarily. Everyday learning new
maxXPsoft Posted March 27, 2011 Posted March 27, 2011 (edited) Nice one myslfdiem. want to try a few of them here 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 addoncreateCLSID.vbsSet TypeLib = CreateObject("Scriptlet.TypeLib")NewGUID = TypeLib.GuidstrAnswer = InputBox("Custom Generated CLSID:", _ "createguid",(left(NewGUID, len(NewGUID)-2)))Set TypeLib = NothingWscript.QuitBTW< your service cmd would not run here but this does@="C:\\WINDOWS\\system32\\mmc.exe C:\\WINDOWS\\system32\\services.msc" Edited March 27, 2011 by maxXPsoft
myselfidem Posted March 27, 2011 Author Posted March 27, 2011 Many thanks maxXPsoft. Corrected my post!I've tried your vbs script. Very awesome. Thanks!Regards
coucou Posted March 28, 2011 Posted March 28, 2011 Thanks a lot maxXPsoft As I'm not vbs experienced.How do i run yr script with my prog name? In other words, how do I create shortcut for Gspot (for example)?
myselfidem Posted March 28, 2011 Author Posted March 28, 2011 (edited) @coucouYou 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 March 28, 2011 by myselfidem
coucou Posted March 28, 2011 Posted March 28, 2011 TNX myselfitem for yr patence,I well understand now. 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
myselfidem Posted March 28, 2011 Author Posted March 28, 2011 (edited) Thanks coucou! 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\System32Just adapt the path inside the reg file to launch the program and show the icon inside Control Panel!Cheers Edited March 28, 2011 by myselfidem
coucou Posted April 15, 2011 Posted April 15, 2011 Hi all,Shorcuts were well created in the Control Panel What about creating shorcuts (by registry) for a prog in Windows Shell Explorer (Right-click)?Regards
myselfidem Posted April 16, 2011 Author Posted April 16, 2011 (edited) 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-zWindows 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 2011Windows 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 April 16, 2011 by myselfidem
coucou Posted April 17, 2011 Posted April 17, 2011 (edited) 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 April 18, 2011 by coucou
myselfidem Posted April 20, 2011 Author Posted April 20, 2011 For the moment I don't use Windows 7 Toolkit, but you can try the last version: W7T101-21Bhttp://www.wincert.net/forum/index.php?/topic/8309-windows-7-toolkit-v085-beta/Could you attach an image to show how you want add shorcuts please!
coucou Posted April 22, 2011 Posted April 22, 2011 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
myselfidem Posted April 25, 2011 Author Posted April 25, 2011 (edited) About shorcuts, you can find more explanations here:http://msdn.microsof...1(v=vs.85).aspxhttp://msdn.microsof...1(v=vs.85).aspxFrench tutorial:http://wallace87000.upd.fr/M7CM-Tuto.pdfExample for 7zSplit : add a shorcut for right click on files:7zSplit.regWindows 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-menuWith W7T, always use at last to add ADDONS! Edited April 25, 2011 by myselfidem
coucou Posted April 27, 2011 Posted April 27, 2011 With W7T, always use at last to add ADDONS!TNX myselfidem for all these infos.Regarding W7T, I've always used it at very last to add addons.Regards
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now