Windows 10의 플래그를 사용하여 터미널에서 크롬 열기

Windows 10의 플래그를 사용하여 터미널에서 크롬 열기

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이 ​​아님).

관련 정보