ETH官方钱包

切換
舊版
前往
大廳
主題

變更cmd預設路徑到桌面

fmnijk | 2022-04-04 11:19:10 | 巴幣 0 | 人氣 287

修改登錄檔,開啟cmd時自動執行指令
如果初始路徑和%UserProfile%或%SystemRoot%\system32相同
則cd到桌面
其他情況不cd到桌面
這樣從檔案總管網址列輸入cmd時,多數情況仍維持原路徑,更方便使用

附上reg檔案:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"Autorun"="(if \"%cd%\" == \"%UserProfile%\" cd \"%UserProfile%\\Desktop\") & (if \"%cd%\" == \"%SystemRoot%\\system32\" cd \"%UserProfile%\\Desktop\")"

創作回應

更多創作