'How to open Website as App in Microsoft Edge from CLI?

In Chrome you can use

start chrome --new-window --app=http://www.example.com 

To have it open in a reduced window (PWA-Style). Chrome as app

How is this possible with MicrosoftEdge?



Solution 1:[1]

I am assuming that you are using the MS Edge (Chromium) browser.

You just need to replace the Chrome with the msedge in your above-posted command.

Modified command:

start msedge --new-window --app=http://Your_Website_URL_here

Output with the Microsoft Edge:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Deepak-MSFT