StMaSi Posted August 23 Share Posted August 23 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. Link to comment Share on other sites More sharing options...
Solution ioa747 Posted August 24 Solution Share Posted August 24 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 Link to comment Share on other sites More sharing options...
StMaSi Posted August 26 Author Share Posted August 26 That worked, ioa747! Thanx. ioa747 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now