0
Answer

How to install exe with next option using powershell

Photo of Pradeep Yadav

Pradeep Yadav

5y
950
1
I am new to power shell, I want to install .exe for this we are using below command,
Start-Process "E:\temp\abc_NewSetup.exe" -WindowStyle Hidden
However it is not executing in background.
Regards,
Pradeep