
在 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
我發現我的命令是目前中頻你從預設終端或 hyper,只是不是來自 powershell。