I am looking for the regedit for putting a shortcut on the righthand side of the start menu. It is a regedit that is done on Notepad, saved as a .reg file, so it can be merged.
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="Insert name here"
"InfoTip"="Insert tooltip here"
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="Insert path to your icon here, using double backslashes "
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"method"="ShellExecute"
"Command"="Insert name here"
"Param1"="Insert path to an executable file, to a folder (remember the double backslashes) or an internet address here"
An example that will put a shortcut to regedit into the right side of the startmenu:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="Registry Editor"
"InfoTip"="Edit the Registry"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.