在〔開始〕→〔執行〕→鍵入〔regedit〕→選〔HKEY_CLASSES_ROOT〕
→〔Directory〕→〔shell〕→增加一個機碼〔CommandPrompt〕預設值為〔在 Command Prompt 打開〕
再在〔CommandPrompt〕下增加一個機碼〔command〕預設值為〔cmd.exe cd %1〕
完成後在檔案總管任何資料夾下右點鼠標便會出現〔在 Command Prompt 打開〕的選項
如不明怎樣修改,可 在此下載 ,然後解壓,
在 CommandPrompt.reg 雙點鼠標便可完成安裝
註冊原始碼
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]
@="Open Command Prompt Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\command]
#@="cmd.exe cd %1" (上一路徑command開啟)
@="cmd.exe /k pushd %L" (此一資料夾路徑command開啟)