Windows使用Jetbrains Toolbox安装的IDE文件夹右键菜单没有打开项目菜单的解决方案

Windows使用Jetbrains Toolbox安装的IDE文件夹右键菜单没有打开项目菜单的解决方案

Windows新装机使用JetBrains ToolBox全新安装了IDE全家桶,结果发现,右键菜单里面没有打开菜单。这个还是非常有用的功能,没有还是很不方便的。

从官网单独下载安装程序,安装程序里面是有此选项的,但是,JetBrains ToolBox因为是全自动安装,所以,默认就给叉掉了。

解决方案

要解决这个问题,只有自己修改注册表了,以下给出各个IDE的注册表,直接保存为.reg后缀的文本文件即可,但是要注意,文本文件必须是GBK或者GB2312文本编码,否则会乱码。

需要把下面注册表脚本里面的{USER}替换成你的Windows账号名。如果安装路径有所不同,也请灵活修改。

GoLand

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\GoLang]
@="使用 GoLang 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\GoLand\\bin\\goland64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\GoLang\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\GoLand\\bin\\goland64.exe\" \"%v\""

WebStorm

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\WebStorm]
@="使用 WebStorm 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\WebStorm\\bin\\webstorm64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\WebStorm\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\WebStorm\\bin\\webstorm64.exe\" \"%v\""

Rider

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Rider]
@="使用 Rider 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\Rider\\bin\\rider64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\Rider\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\Rider\\bin\\rider64.exe\" \"%v\""

IDEA

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\IntelliJ IDEA Ultimate]
@="使用 IntelliJ IDEA Ultimate 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\IntelliJ IDEA Ultimate\\bin\\idea64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\IntelliJ IDEA Ultimate\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\IntelliJ IDEA Ultimate\\bin\\idea64.exe\" \"%v\""

CLion

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\CLion]
@="使用 CLion 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\CLion\\bin\\clion64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\CLion\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\CLion\\bin\\clion64.exe\" \"%v\""

PyCharm

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm Professional]
@="使用 PyCharm 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\PyCharm Professional\\bin\\pycharm64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm Professional\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\PyCharm Professional\\bin\\pycharm64.exe\" \"%v\""

Android Studio

reg 复制代码
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Android Studio]
@="使用 Android Studio 打开"
"Icon"="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\Android Studio\\bin\\studio64.exe\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\Android Studio\command]
@="\"C:\\Users\\{USER}\\AppData\\Local\\Programs\\Android Studio\\bin\\studio64.exe\" \"%v\""

参考资料

相关推荐
AlenLi20 天前
在本地快速部署模型并在IDE上使用的二三事
ai编程·jetbrains
狼爷1 个月前
破解 JetBrains 的学生,后来都成了它的 “推销员”:一场用习惯换市场的长期战
java·jetbrains
ForteScarlet1 个月前
Kotlin 2.2.20 现已发布!下个版本的特性抢先看!
android·开发语言·kotlin·jetbrains
HarryLai2 个月前
JetBrains AI Coimmits教程
jetbrains
neoooo2 个月前
JetBrains Commit 界面进化:从“模态弹窗”到“侧边面板”的轻盈变奏
后端·intellij idea·jetbrains
新智元4 个月前
CS 博士求职 8 个月 0 offer,绝望转行!斯坦福入学停滞,全美仅增 0.2%
人工智能·openai·jetbrains
界面开发小八哥4 个月前
JetBrains IDE v2025.1 升级,AI 智能+语言支持齐飞
ide·人工智能·pycharm·go·jetbrains
葱段4 个月前
【Compose】Android Compose 监听TextField粘贴事件
android·kotlin·jetbrains
Jaising6664 个月前
JetBrains AI 打零工(三)——Junie 常用交互模式分析
ai编程·intellij idea·jetbrains