1. edge-launcher
Launcher for the Microsoft Edge browser.
edge-launcher
Package: edge-launcher
Last modified: Thu, 16 Jun 2022 05:14:05 GMT
Version: 1.2.2
License: MIT
Downloads: 136,337

Install

npm install edge-launcher
yarn add edge-launcher

Microsoft Edge Launcher

A simple command line exe to launch the Microsoft Edge browser at a URL. Handy if you need to launch Microsoft Edge from the command line or a batch script etc.

Getting started

Binary download:

Download the latest exe from releases.

From NPM:

  1. Run npm install edge-launcher
  2. Open ./node_modules/edge-launcher/bin/MicrosoftEdgeLauncher.exe

Usage

MicrosoftEdgeLauncher.exe [url] -k

    url - The URL to open in Microsoft Edge.
    -k  - Keep this program alive for as long as the launched process is alive.

Visual Studio Launching Microsoft Edge

If you're using Visual Studio 2015 you don't need to do this as VS 2015 has built in support for Edge. If you are using an older version of VS and want to be able to F5 launch Edge you'll need to follow the steps below.

  1. Download latest exe from releases
  2. In Visual Studio open the “Browse With…” dialog (right click on a html file in solution explorer)
  3. Add a new program
  4. In the “Add Program” dialog
  5. Program: <path to MicrosoftEdgeLauncher.exe>
  6. Arguments: <leave empty>
  7. Friendly Name: Edge
  8. Once added you should now see “Microsoft Edge” in the F5 drop down
  9. This will not enable debugging of Script from VS, just launching

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code