Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- """
- === DISCLAIMER ===
- The following comments are for reference only and should not be included in the saved script.
- File Data:
- Filename: add_your_exe_to_context.reg
- Version: 1.00
- Author: Jeoi Reqi
- Registry Modification Notes:
- This '.reg' file facilitates the addition of custom executables to the context menu by editing the Windows registry.
- Users are strongly advised to create a backup of the registry before applying any changes.
- ==================
- """
- Windows Registry Editor Version 5.00
- [HKEY_CLASSES_ROOT\*\shell\YourProgramName]
- @="Run with Your Program"
- [HKEY_CLASSES_ROOT\*\shell\YourProgramName\command]
- @="\"C:\\Path\\To\\Your\\Program.exe\" \"%1\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement