1、通過在「執行」中輸入『regedit』,開啟登錄檔。
2、找到[hkey_classes_root\directory\background]。
3、在[background]下如果沒有[shell],則右鍵-新建項[shell]。
4、在[shell]下右鍵-新建項[open in git],其值為「git bash here",此為右鍵選單顯示名稱。(可以直接新建項git bash here)
5、在[shell]下右鍵-新建-字串值[icon],雙擊編輯,其值為「d:\tools\versonctrs\git\git\mingw64\share\git\git-for-windows.ico」。此為選單加圖示。
6、在[open in git]下右鍵-新建-項[command],其值為"d:\tools\versonctrs\git\git\bin\bash.exe" --login -i。
7、reg檔案匯出,包括刪除和新增。
windows registry editor version 5.00[hkey_classes_root\directory\background\shell\git hash here]
"icon
"="c:\\program files\\git\\mingw64\\share\\git\\git-for-windows.ico
"@="
git hash here
"[hkey_classes_root\directory\background\shell\git hash here\command]
@="\"c:\\program files\\git\\bin\\bash.exe\" --login -i
"
刪除
windows registry editor version 5.00[-hkey_classes_root\directory\background\shell\git hash here]
參考:
win10右鍵新增cmd
win10右鍵都是什麼powershell.不是cmd,而我的powershell不知道怎麼回事,就是無法用.只能要用cmd.新建 reg格式的文字 裡面輸入 windows registry editor version 5.00 hkey local machine software class...
win10下右鍵選單新增「開啟cmd」
早期版本的win10是可以在資料夾的左上角開啟cmd的,更新後發現現在只有powershell能用了。這不方便。通過修改登錄檔,可以實現這個功能。具體做法 新建乙個.reg檔案win10 add cmd mouse right click.reg,內容如下 windows registry edit...
win10下右鍵選單新增 「開啟cmd」
最近使用cmd比較多,就想在某個資料夾下右鍵開啟cmd,這樣不用每次都在預設情況下切換目錄。無奈win10 1703版本下shift 右鍵不能開啟cmd,只能開啟powershell。好,那就自己整乙個吧。首先,在桌面新建乙個文字文件。windows registry editor version ...