Hello Varma
Below will be the code
$path = "C:\temp\install.exe"
Start-Process -FilePath $path
Regards,
Shiva.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A community member has associated this post with a similar question:
Where exactly I should provide subscription and provide details in the below JSON file
Only moderators can edit this content.
I Have .exe file in the c:\temp\ folder. ( I could make this one using powershell command provided in the custamizer during image template creation ) and I want to call that .exe file available in the C:\temp\install.exe file using PS command , what is the exact command to do that. Please suggest
Hello Varma
Below will be the code
$path = "C:\temp\install.exe"
Start-Process -FilePath $path
Regards,
Shiva.