Skip to content

Instantly share code, notes, and snippets.

@seamonkey420
seamonkey420 / submenu context example.reg
Last active January 26, 2025 03:28
Example registry file for creating Windows context menu item with submenu and seperators (see comment for notes/explanations)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Media Tools]
"MUIVerb"="Media Tools"
"icon"="\"C:\\Users\\USERNAME\\Scripts\\ffmpeg-32.ico\""
"SubCommands"="InstDbg1;InstDbg2;InstDbg3;InstDbg4;InstDbg5;InstDbg6;InstDbg7"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\InstDbg1]
@=""