Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, September 13, 2018 5:54 PM
Hi,
I was searching for
How to open Microsoft Edge with Run?
How to open two websites with Microsoft Edge with Run?
How to open Microsoft Edge in private mode with Run?
How to open a website in Private Mode in Microsoft Edge with Run?
And I found
microsoft-edge://
microsoft-edge:
start microsoft-edge:
start microsoft-edge:http://example.com
RunEdge.exe http://google.com
RunEdge.exe www.yahoo.com
Some of above working and some are not working.
Same thing I was searching for firefox, chrome and opera. I found for all and all are working.
Please check and let me know for Microsoft Edge.
Regards
InTech
All replies (2)
Thursday, September 13, 2018 6:47 PM
Work from run
microsoft-edge://
microsoft-edge:
Work from a command prompt
start microsoft-edge:
start microsoft-edge:http://example.com
Never work
RunEdge.exe http://google.com
RunEdge.exe www.yahoo.com
Friday, September 14, 2018 9:49 AM
Hi,
How to open Microsoft Edge with Run?
microsoft-edge://
microsoft-edge:
%windir%\system32\cmd.exe /c "start microsoft-edge:"
How to open two websites with Microsoft Edge with Run?
I didn't find any method so far.
You can open two websites with Microsoft Edge using batch file referring to the following:
Open multiple Microsoft Edge windows from batch file
https://superuser.com/questions/1089972/open-multiple-microsoft-edge-windows-from-batch-file
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
How to open Microsoft Edge in private mode with Run?
%windir%\System32\cmd.exe /c start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -private
How to open a website in Private Mode in Microsoft Edge with Run?
%windir%\System32\cmd.exe /c start shell:AppsFolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -private http://example.com
Hope these could be helpful.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].