Open Powershell in a specific directory from shortcut January 30, 2023 by Tarik Use this command. powershell.exe -noexit -command "cd c:\temp" -NoExit: Do not exit after running startup commands.