Keith Hill made the excellent suggestion to use the following shortcut command line, however it did not pass the arguments correctly. Paths with spaces were split apart when they arrived at the Test.ps1 script.
powershell.exe -noprofile -noexit -command "& {c:\test1.ps1 $args}"
Has anyone found a way to do this without the extra script?
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -noexit -command & { get-item $([string]$args) }"