Pradeep Yadav

Pradeep Yadav

  • 325
  • 5.6k
  • 2.7m

How to install exe with next option using powershell

Mar 18 2020 7:42 AM
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