Windows 10 でフラグ付きのターミナルから Chrome を開く

Windows 10 でフラグ付きのターミナルから Chrome を開く

Mac OS では、次のように特定のフラグを設定して Chrome を実行できます。

chrome http://localhost:8080 --autoplay-policy=no-user-gesture-required

Windows 10 の場合の同等のコマンドは何ですか?

start chrome http://localhost:8080 --autoplay-policy=no-user-gesture-required

結果的に

Start-Process : A positional parameter cannot be found that accepts argument
'--autoplay-policy=no-user-gesture-required'.

答え1

私が持っていたコマンドは正しいIFあなたはそれをデフォルト端末、またはハイパーですが、PowerShell からは使用できません。

関連情報