| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | Windows Registry Editor Version 5.00
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\IDEA]
 "Icon"="D:\\JetBrains\\IDEA\\bin\\idea64.exe"
 @="通过 IDEA 打开"
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\IDEA\command]
 @="\"D:\\JetBrains\\IDEA\\bin\\idea64.exe\" \"%1\""
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\WebStorm]
 "Icon"="D:\\JetBrains\\WebStorm\\bin\\webstorm64.exe"
 @="通过 WebStorm 打开"
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\WebStorm\command]
 @="\"D:\\JetBrains\\WebStorm\\bin\\webstorm64.exe\" \"%1\""
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\PyCharm]
 "Icon"="D:\\JetBrains\\PyCharm\\bin\\pycharm64.exe"
 @="通过 PyCharm 打开"
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\PyCharm\command]
 @="\"D:\\JetBrains\\PyCharm\\bin\\pycharm64.exe\" \"%1\""
 
 |