如何通过 PowerShell 打开基于 Chromium 的 Microsoft Edge?

How to open Chromium-based Microsoft Edge via PowerShell?

我想通过 CMD/PowerShell 打开新的 Edge 浏览器(在 Chromium 上运行的浏览器)。

我该怎么做?

你试过了吗Start-Process -FilePath "c:\somepath\edge.exe"