文件夹右键打开pycharm
aaa.reg
notepad 右下角把文件格式改为:ansi
bash
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm]
@="Open with PyCharm"
"Icon"="\"D:\\soft\\PyCharm 2024.1.4\\bin\\pycharm64.exe\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm\command]
@="\"D:\\soft\\PyCharm 2024.1.4\\bin\\pycharm64.exe\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\shell\Open with PyCharm]
@="Open with PyCharm"
"Icon"="D:\\soft\\PyCharm 2024.1.4\\bin\\pycharm64.exe"
[HKEY_CLASSES_ROOT\Directory\shell\Open with PyCharm\command]
@="\"D:\\soft\\PyCharm 2024.1.4\\bin\\pycharm64.exe\" \"%1\""