win10 新增專案右鍵用vscode開啟

2021-09-01 12:21:42 字數 1104 閱讀 7185

新電腦用vscode發現不能右鍵開啟vscode,感覺很麻煩,於是有課下文;可能是windows上面安裝visual studio code忘記勾選等原因,沒有將"open with code(右鍵快捷方式)"新增到滑鼠右鍵選單裡

windows registry editor version 5.00

[hkey_classes_root\*\shell\vscode]

@="open with code"

"icon"="d:\\tools\\microsoft vs code\\code.exe"

[hkey_classes_root\*\shell\vscode\command]

@="\"d:\\tools\\microsoft vs code\\code.exe\" \"%1\""

windows registry editor version 5.00

[hkey_classes_root\directory\shell\vscode]

@="open with code"

"icon"="d:\\tools\\microsoft vs code\\code.exe"

[hkey_classes_root\directory\shell\vscode\command]

@="\"d:\\tools\\microsoft vs code\\code.exe\" \"%v\""

windows registry editor version 5.00

[hkey_classes_root\directory\background\shell\vscode]

@="open with code"

"icon"="d:\\tools\\microsoft vs code\\code.exe"

[hkey_classes_root\directory\background\shell\vscode\command]

@="\"d:\\tools\\microsoft vs code\\code.exe\" \"%v\""

本人的安裝目錄在d盤,讀者需要替換相應路徑

win10右鍵新增cmd

win10右鍵都是什麼powershell.不是cmd,而我的powershell不知道怎麼回事,就是無法用.只能要用cmd.新建 reg格式的文字 裡面輸入 windows registry editor version 5.00 hkey local machine software class...

win10 右鍵選單新增Git Hash Here

1 通過在 執行 中輸入 regedit 開啟登錄檔。2 找到 hkey classes root directory background 3 在 background 下如果沒有 shell 則右鍵 新建項 shell 4 在 shell 下右鍵 新建項 open in git 其值為 git ...

win10新增右鍵sublime開啟方式

開啟登錄檔編輯器,開始 執行 regedit win r,輸入regedit,回車 在hkey classses root shell 下,在shell下,新建項命名為open with sublime text,在該新建項的右邊視窗新建字串值 右鍵 新建 字串值 名稱 icon 值 d progr...