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\""

参考资料

相关推荐
Yongqiang Cheng10 天前
下载 JetBrains CLion
jetbrains·下载 clion
韦胖漫谈IT20 天前
fedora下Jetbrains系列IDE窗口中文乱码解决方法
linux·jetbrains
韦胖漫谈IT20 天前
fedora下使用“软件(flatpak)”安装的Jetbrains Idea无法访问某些路径的解决方法
ide·flatpak·jetbrains·fedora
cooldream20092 个月前
JetBrains IDE中GPU进程(JCEF)重启问题(Too many restarts of GPU-process)解决方案
idea·gpu·jetbrains·jcef
进二开物2 个月前
🦀30分钟掌握 RustRover + Rocket +diesel 异步 Rust Web 项目
后端·rust·jetbrains
风的姿态3 个月前
我是如何开发一款支持IDEA、PyCharm、Android Sutdio 等JB全家桶的摸鱼插件的
程序员·开发工具·jetbrains·idea插件
平安喜乐6164 个月前
JetBrains Rider 2024 for Mac/Win:跨平台.NET IDE集成开发环境的全面解析
macos·编辑器·jetbrains·rider 2024·.net ide集成开发环境
小万哥丶5 个月前
Kotlin 面向对象编程 (OOP) 基础:类、对象与继承详解
linux·程序人生·面试·程序员·开源·kotlin·移动开发·软件工程·编程语言·jetbrains·技术·andriod
小万哥丶5 个月前
Kotlin 字符串教程:深入理解与使用技巧
linux·程序人生·面试·程序员·开源·kotlin·移动开发·软件工程·编程语言·jetbrains·技术·andriod