Skip to content

Instantly share code, notes, and snippets.

@CN-CODEGOD
Created December 30, 2024 07:35
Show Gist options
  • Save CN-CODEGOD/635b5fafd61d3815b8927d94d1672974 to your computer and use it in GitHub Desktop.
Save CN-CODEGOD/635b5fafd61d3815b8927d94d1672974 to your computer and use it in GitHub Desktop.
修改本地注册表单修改右键菜单
1.添加项在路径下下
2.在项下添加icon字符串
3.在项下新建command项
4.在command项下的默认字符串添加命令
文件右键菜单:
HKEY_CLASSES_ROOT\*\shell\
文件夹右键菜单:
HKEY_CLASSES_ROOT\Directory\shell\
空白处右键菜单 (在桌面或文件夹的空白区域):
HKEY_CLASSES_ROOT\Directory\Background\shell\
tips:%1 为文件路径
实例 cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment