在 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你从运行它默认终端或者 hyper,只是不是来自 powershell。