1.按住shift鍵,滑鼠右鍵快捷方式,先開啟powershell視窗
2.輸入 start cmd 回車
3.這樣就可以開啟cmd視窗了,並且cmd的工作目錄就是當前的目錄
1.新建乙個txt文件檔案,在裡面輸入以下內容:
windows registry editor version 5.00
[hkey_classes_root\directory\shell\opencmdhere]
@="在此處開啟命令提示符"
"icon"="cmd.exe"
[hkey_classes_root\directory\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
[hkey_classes_root\directory\background\shell\opencmdhere]
@="在此處開啟命令視窗"
"icon"="cmd.exe"
[hkey_classes_root\directory\background\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
[hkey_classes_root\drive\shell\opencmdhere]
@="在此處開啟命令視窗"
"icon"="cmd.exe"
[hkey_classes_root\drive\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
[hkey_classes_root\libraryfolder\background\shell\opencmdhere]
@="在此處開啟命令視窗"
"icon"="cmd.exe"
[hkey_classes_root\libraryfolder\background\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
2.儲存後,把字尾名改成reg格式
3.這樣就變成了登錄檔的形式,最後,雙擊,點選確認
這樣就完成了
在任意資料夾下點選,出現的就是當前的目錄
雖然方法二的第一次操作可能比方法一稍微多一點,但本著能簡單就簡單的心態,為了以後方便還是推薦用方法二
win10 在當前目錄下 開啟cmd
windows7 按住 shift 鍵 右鍵 就有該選項。windows10 執行下面的 登錄檔檔案 該登錄檔檔案內容如下 windows registry editor version 5.00 hkey classes root directory shell runas open cmd he...
win10 在當前目錄下 開啟cmd
windows7 按住 shift 鍵 右鍵 就有該選項。windows10 執行下面的 登錄檔檔案 該登錄檔檔案內容如下 windows registry editor version 5.00 hkey classes root directory shell runas open cmd he...
win10右鍵cmd開啟當前目錄
於 windows registry editor version 5.00 hkey local machine software classes directory background shell cmd here 在cmd開啟 icon cmd.exe hkey local machine ...