How to install exe with next option using powershellPradeep Yadav6yAsked Mar 18, 2020, 7:42 AM1.2kLearn iOS ProgrammingI 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
Replies
Know the answer? Post it — somebody with the same question will find it here.