0
Answer

How to install exe with next option using powershell

Pradeep Yadav

Pradeep Yadav

4y
867
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