Good Day!.
I am trying to speed.exe silently using below command.
Start-Process -FilePath "C:\speed_type\speed.exe" -Args "/S /silent /install" -Verb RunAs
After installation I am getting pop-up .. popup message is below.
.
speed typing has been installed successfully.
Would you like to run the app now?
How to disable this popup in silent mode?
or
Kindly help me with silent installation to disable the popup?