Jump to content

Recommended Posts

Posted

Trying to launch Edge hidden, but apparently it's not possible?

Tried this...

Run('"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" https://open/this/url/on/launch/', "", @SW_HIDE)

The browser launches and with the appropriate URL, but just can't hide it.

  • Solution
Posted

usually the Edge runs  by himself in the background

Try with --no-startup-window  Command Line Switches

Run('"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --no-startup-window https://www.autoitscript.com/forum/topic/212205-launching-edge-hidden', "", @SW_HIDE)

 

I know that I know nothing

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...