【发布时间】:2012-12-23 09:47:49
【问题描述】:
这听起来应该很简单……我一定是个笨蛋。
我想要的只是制作一个 Windows 快捷方式,将 Powershell 打开到特定目录:
我正在使用目标:
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
-noexit -command {cd c:/path/to/open}
把它作为文本吐出命令。
【问题讨论】:
标签: powershell windows-7 shortcuts