Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

给 windows 右键做加减法 #153

Open
yanyue404 opened this issue Jul 14, 2020 · 0 comments
Open

给 windows 右键做加减法 #153

yanyue404 opened this issue Jul 14, 2020 · 0 comments

Comments

@yanyue404
Copy link
Owner

yanyue404 commented Jul 14, 2020

加法

1. 打开注册表

快捷键【win+R】,在弹框输入 regedit

2. 选择文件夹

选择【计算机\HKEY_CLASSES_ROOT*\shell】

1.png

3. 新建项

鼠标右键【shell】,新建【项】,项的名字大家可以根据软件的名字来确定!

我在这里新建了 vscode

2.png

4. 设置图标命令

图标

找到刚才新建的【项】,鼠标右键【新建>字符串值】,并将名字命名为:Icon,双击 Icon,修改对应的路径值:D:\Alike\vsocde\Microsoft VS Code\code.exe

4.png

command

鼠标右键开始创建的【项】,鼠标右键【新建>项】,命名为【command】,双击右边的【默认】,修改值为以下形式!

"D:\Alike\vsocde\Microsoft VS Code\code.exe" "%1"

5.png

新建成功!

减法

使用软件 RightMenuMgr 可以去掉不需要的右键子项。

@yanyue404 yanyue404 changed the title windows 右键打开方式扩展 给 windows 右键做加减法 Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant