How to use Start Process in PowerShell
To run an application, process, or script from within PowerShell you could simply enter the path to file. But this will start the process in the same environment and within the same context as your PowerShell session. When you want to run the process as … Read moreHow to use Start Process in PowerShell