Computer >> Computer tutorials >  >> System >> windows

How to run Microsoft Edge using Command line on Windows 10

If you wish to run the Microsoft Edge browser using the Command Prompt in Windows 10, here is how you can go about it. This post list some useful command-line arguments or switches.

How to run Microsoft Edge using Command line on Windows 10

Open Microsoft Edge using Command line

To open Microsoft Edge using Command Prompt follows the steps mentioned below:

  1. Right-click on Start
  2. This will open WinX Menu
  3. Select Command Prompt (Administrator)
  4. In the console window type start msedge and hit Enter.
  5. This will launch the Edge browser.

Run Microsoft Edge in InPrivate mode using Command Prompt

To start Edge in Private or Safe Mode, use the following command:

start msedge –inprivate

Open a website using CMD with Edge

To open a particular website or webpage, use the following command:

start msedge www.thewindowsclub.com

You can type your URL there.

Restore the previous session in Edge

If you accidentally close Edge and want to relaunch it the same Tabs open, then use this command:

start msedge --restore-last-session

If you know of any other parameters, please do add them below in the comments section.

Read next:

  • How to run Windows Updates from Command Line
  • How to run Troubleshooter in Windows 10 from the command line.

How to run Microsoft Edge using Command line on Windows 10