I find that if I start a process by start-process in powershell , the new window will be closed automatically after execution complete , is it possible to keep it waiting for my further command to close?
I find that if I start a process by start-process in powershell , the
Share
Try passing
-noexitas a parameter topowershell.exewhen you start it.