Dineshkumar
Dineshkumar

Reputation: 1548

How to open Edge to a specific page from the command line?

I have installed Microsoft Edge, and Edge (dev mode). Every time I try to open edge with command line, start microsoft-edge:http://www.example.com/, it just launches the Edge (Dev Mode) with about blank tab, the URL passed is not getting opened.

I want to keep both Edge and Edge (dev) and also wanted to launch through command line. Any suggestions?

Upvotes: 0

Views: 3133

Answers (1)

Zhi Lv
Zhi Lv

Reputation: 21421

You can open Edge(dev) with URL using the following command:

start msedge "http://www.example.com/"

You can open Edge with URL using the following command:

start microsoft-edge:http://www.example.com/

Upvotes: 2

Related Questions