It sounds like it should be so simple ... I have to be dumb.
All I want to do is make a Windows shortcut that opens Powershell to a specific directory:
I use the goal:
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -noexit -command {cd c:/path/to/open}
Put it just spits out the command as text.
windows-7 powershell shortcuts
Dave Bish Jan 09 '13 at 10:53 on 2013-01-09 10:53
source share