Forum Discussion
DrCyberg
Jul 28, 2023Copper Contributor
Iexpress startup error
Hi Masters! I created an automated script using Powershell and I want to run it with iexpress software. Here is the startup code (AppLaunched): powershell.exe -NoProfile -ExecutionPolicy Byp...
JacquelineSom
Dec 22, 2025Iron Contributor
If your script or Launched command needs to run with admin rights, your current command already uses -Verb RunAs.
Ensure your batch file and PowerShell script are in the same directory, or specify full paths in the command.