Context Menu (Desktop) - Application Shortcuts

How To Add Application Shortcuts To The Desktop Context Menu

Note   Note
This tutorial aims to show you how to add application and batch file shortcuts to the desktop context menu. More precisely it aims to provide a template for this. Possible uses of the method include adding shortcuts for the Registry Editor, Command Prompt, and Task Manager. See the Examples section for several ideas.



Instructions
1. Choose an executable or batch file as your target. In the figures I have chosen Firefox. You may also want to download the Basic Application Template found in the Examples section.
TIP: To quickly find the directory of an application right click it and select properties. Copy the Location entry.
NOTE: The shortcuts appear in the order in which they were created.
2. Open Run (Winkey + R) and type in regedit. Hit enter to open up the Registry Editor.
TIP: Run is a very efficient way to access system programs.
ContextFig1.png

3. Navigate to HKEY_CLASSES_ROOT\Directory\Background\shell. This is the directory in which you will be working.
NOTE: If shell does not exist, right click Background and click New > Key. Name the key shell.
4. Right click on shell and select New > Key. Name the key whatever you want.
NOTE: Name will not effect final result.
ContextFig2.png

5. In the right pane right click on the String Value and click Modify. The value you enter will be the name of the shortcut.
NOTE: Value will not alter functionality.
ContextFig3.png

6. Under the first key create another one. Name it command and nothing else. See the figure below for current structure.
DirTemplate.png

7. Set the String Value to the target application. Be sure to include the full path.
ContextFig4.png

8. Test to see if the new entry has been added. If this is not the case, compare with the Basic Application Template under Examples.
Examples
Basic Application Template:
Adds a shortcut for Internet Explorer.
download

Remove:
download

Registry Editor:
Creates a shortcut for the Registry Editor.
download

Remove:
download

Task Manager:
Creates a shortcut for Task Manager.
download

Remove:
download
 

Attachments

  • RegistryEditor.reg
    432 bytes · Views: 821
  • BasicApplication.reg
    468 bytes · Views: 860
  • TaskManager.reg
    446 bytes · Views: 844
  • Remove_BasicApplication.reg
    96 bytes · Views: 780
  • Remove_TaskManager.reg
    101 bytes · Views: 827
  • Remove_RegistryEditor.reg
    103 bytes · Views: 717
  • thumb_TutorialIcon.png
    thumb_TutorialIcon.png
    7.3 KB · Views: 212
Last edited by a moderator:
Back
Top