右键添加快捷方式(vscode,notepad++)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了右键添加快捷方式(vscode,notepad++)相关的知识,希望对你有一定的参考价值。

参考技术A 1.进入 regedit 运行注册表编辑器
按键win+r,输入regedit,点击确定

2.在注册表编辑器找到以下目录
1) 计算机\HKEY_CLASSES_ROOT\Directory\Background\shell
2)新建一个控制指令目录 记住shell下新建目录名称就是新建鼠标右键快捷指令的实际显示名称

3.进行添加快捷指令的目录以及二级command目录

如:"D:\ProgramFiles\Notepad++\notepad++.exe"

6.成功运行

右键添加cmd notePad++快捷键

1.将以下文字复制到txt文本,将txt修改为reg执行后,邮件菜单查。

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshell unas]

@="命令提示符(管理员)"

"icon"="C:\Windows\System32\shell32.dll,24"

[HKEY_CLASSES_ROOTDirectoryBackgroundshell unascommand]

@="cmd.exe /s /k pushd "%V""

2.普通用户

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshell unasnormal]
@="命令提示符"
"icon"="C:\Windows\System32\shell32.dll,24"

[HKEY_CLASSES_ROOTDirectoryBackgroundshell unasnormalcommand]
@="cmd.exe"

3.notePad++

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellEdit With Notepad++]
"Icon"="D:\Program Files (x86)\Notepad++\notepad++.exe"
"MultiSelectModel"="Single"

[HKEY_CLASSES_ROOT*shellEdit With Notepad++Command]
@=""D:\Program Files (x86)\Notepad++\notepad++.exe" "%1""

 

注意将notePad++路径替换为自己本地的安装路径

 







以上是关于右键添加快捷方式(vscode,notepad++)的主要内容,如果未能解决你的问题,请参考以下文章

右键添加cmd notePad++快捷键

如何创建右键单击上下文 shell 快捷方式“使用 Emacs 编辑”?

vscode 怎么添加桌面右键

解决右键没有vscode选项

Notepad++:为现有命令添加新快捷方式

如何让资源管理器的右键菜单中常驻“用 Notepad 打开”功能