msys2配置右键菜单

添加右键菜单

复制以下内容,创建11.reg 执行

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenMsys2Here]
@="Open msys2 here"
"Icon"="D:\\msys64\\msys2.ico"

[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenMsys2Here\command]
@="d:\\msys64\\msys2_shell.cmd -mingw64 -here"

posted @ 2024-01-12 22:24  jiftle  阅读(37)  评论(0编辑  收藏  举报