win10系統右鍵選單新增命令提示符(管理員)

2021-10-25 15:47:11 字數 365 閱讀 9544

將以下命令複製到記事本,然後將記事本儲存為字尾名為.reg的註冊**式,再雙擊直接匯入登錄檔即可。

windows registry editor version 5.00

[hkey_classes_root\directory\background\shell\runas]

@="命令提示符(管理員)"

"icon"="c:\\windows\\system32\\shell32.dll,24"

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

@="cmd.exe /s /k pushd \"%v\""

win10 右鍵選單新增Git Hash Here

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

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...