Q:鼠标右键点击某一个文件,或者文件夹背景,选择cygwin,然后自动进入当前文件夹?
A:通过修改注册表文件。具体步骤:
1.新建一个文本文件,拷贝下面文字到文件中。并将“D:\System\Linux\”修改成自己的cygwin安装目录。保存文件。
2.然后,修改文件名为cygwin.reg。双击导入注册表。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\go_cygwin]
@=”Go Cygwin”
“Icon”=”\”D:\System\Linux\Cygwin.ico\””
[HKEY_CLASSES_ROOT\Directory\Background\shell\go_cygwin\command]
@=”D:\System\Linux\bin\bash -login -c \”cd ‘%v’; exec bash -rcfile ~/.bashrc\””
[HKEY_CLASSES_ROOT\Directory\shell\go_cygwin]
@=”Go Cygwin”
“Icon”=”\”D:\System\Linux\Cygwin.ico\””
[HKEY_CLASSES_ROOT\Directory\shell\go_cygwin\command]
@=”D:\System\Linux\bin\bash -login -c \”cd ‘%1’; exec bash -rcfile ~/.bashrc\””