Windows 10: How to run Microsoft Edge using Command line on Windows 10

Discus and support How to run Microsoft Edge using Command line on Windows 10 in Windows 10 News to solve the problem; 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... Discussion in 'Windows 10 News' started by WinClub, Apr 27, 2021.

  1. WinClub New Member

    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 Run-Microsoft-Edge-using-Command-line.jpg

    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 Microsoft Edge using Command line on Windows 10 Run-Microsoft-Edge-using-Command-line.jpg
    This article How to run Microsoft Edge using Command line on Windows 10 first appeared on TheWindowsClub.com.

    read more...
     
    WinClub, Apr 27, 2021
    #1
  2. Naki Win User

    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile How to run Microsoft Edge using Command line on Windows 10 :)
     
  3. ryanly Win User
    GPU-Z what command line parameter ?

    Current /? (-?) or / help (-help) parameter is invalid
     
    ryanly, Apr 27, 2021
    #3
  4. How to run Microsoft Edge using Command line on Windows 10

    Execute a command from SCCM Task sequence step "Run a Command line"

    Hi,

    Thanks for your suggestion.

    That will work indeed, however I need to run it from the SCCM Task Sequence's Run Command Line Step and I am not able to figure out how to do that.

    Can we change line while executing command from SCCM Task Sequence's Run Command Line Step?

    Regards
     
    sccm_learner, Apr 27, 2021
    #4
Thema:

How to run Microsoft Edge using Command line on Windows 10

Loading...
  1. How to run Microsoft Edge using Command line on Windows 10 - Similar Threads - run Microsoft Edge

  2. How to enable and use Command Palette in Microsoft Edge on Windows 11/10

    in Windows 10 News
    How to enable and use Command Palette in Microsoft Edge on Windows 11/10: [ATTACH]In this post, we will show you how to enable and use Command Palette in Microsoft Edge on a Windows 11/10 computer. This feature helps to access and use DevTools commands as well as other browser features. For example, you can use Command Palette to toggle Developer...
  3. How to enable Windows 10 fast startup using the command line

    in Windows 10 Performance & Maintenance
    How to enable Windows 10 fast startup using the command line: How to open Fast Startup and Hibernate through the windows command line https://answers.microsoft.com/en-us/windows/forum/all/how-to-enable-windows-10-fast-startup-using-the/133660f7-cf7e-454d-b3bf-398b2e7ab396
  4. Change Process Priority for running processes using Command line

    in Windows 10 News
    Change Process Priority for running processes using Command line: [ATTACH]When you run applications in your Windows system, they all share your processor resources […] This article Change Process Priority for running processes using Command line first appeared on TheWindowsClub.com. read more...
  5. How to kill a Process using Command Line in Windows 10

    in Windows 10 News
    How to kill a Process using Command Line in Windows 10: [ATTACH]Windows 10 offers Task Manager not only to understand which program or application is taking how much of the resource, but it allows you to […] This article How to kill a Process using Command Line in Windows 10 first appeared on TheWindowsClub.com. read more...
  6. How to delete a Service in Windows 10 using Registry or Command-line

    in Windows 10 News
    How to delete a Service in Windows 10 using Registry or Command-line: [ATTACH]The Windows Service is a computer process that runs in the background without having a user interaction. It usually gets active when you start your […] This article How to delete a Service in Windows 10 using Registry or Command-line first appeared on...
  7. How to check Battery level using Command line in Windows 10

    in Windows 10 News
    How to check Battery level using Command line in Windows 10: [ATTACH] [ATTACH]With every new update, Microsoft works on optimizing the battery levels of a computer running Windows 10. If someone wants to check the battery levels of a computer using Command Prompt or Windows PowerShell, it is now possible. This method [...] This post...
  8. How to run Windows Updates from Command Line in Windows 10

    in Windows 10 News
    How to run Windows Updates from Command Line in Windows 10: [ATTACH] Windows Update is one of the most highlighted features of Windows 10. Because with the release of Windows 10, Windows was offered to the customers as a service rather than a product. Under the scenario of Software as a Service, [...] This post How to run Windows...
  9. how to disable / enable devices using command line in Windows 10

    in Windows 10 Drivers and Hardware
    how to disable / enable devices using command line in Windows 10: Hello friends, Prior to updating to 1803 my headphones/laptop speakers were working just fine. When I connect my USB headphones, audio automatically redirected to headphones but not any more (after updating to 1803). Now, I need to manually disable speakers after connecting...
  10. Run a scheduled task via command line via command line

    in Windows 10 Support
    Run a scheduled task via command line via command line: i want start a Run a scheduled task via command line like this: Code: %SystemRoot%\system32\taskschd.msc /Run /TN "RegIdleBackup" when i run the cmd in the prompt as admin the shedular task GUI pop up but the task not start. Is there a solution? Is the...