在批次腳本中執行“shell:startup”

在批次腳本中執行“shell:startup”

我正在嘗試複製Win+ R,然後shell:startup作為批次腳本鍵入。

shell啟動

僅將其放入批次腳本中是行不通的。

如何shell:startup在批次腳本中執行?

答案1

使用任一

explorer shell:startup

或者

start "" shell:startup

像往常一樣,如果友善的特定名稱Windows 外殼命令包含空格,請將其用雙引號括起來,例如如下:

start "" "shell:common startup"

或者

explorer "shell:common startup"

相關內容