添加文件夹右键以webstrom打开

安装引导过程有一项,可以选择直接添加。如果当时没有勾选,则需要自行添加注册表。

原文地址https://blog.csdn.net/qq_37086982/article/details/107366333

win+ r 输入regedit .打开注册表

找到HKEY_CLASSES_ROOT Directory shell

在shell内新建,命名为WebStorm

在WebStorm项上右键新建字符串值 icon

WebStorm项内右侧双击默认数值数据内填写你右键菜单的名称WebStorm打开此文件夹

双击icon数值数据内填写
C:Program FilesJetBrainsWebStorm 2020.1inwebstorm64.exe

WebStorm项下新建command
command项内默认填写
C:Program FilesJetBrainsWebStorm 2020.1inwebstorm64.exe %1
路径末尾添加%1(%前有一个英文空格)

原文地址:https://www.cnblogs.com/ElvisZhongShao/p/15174499.html