관리 메뉴

감사합니다.

Powershell - Chrome 브라우저 실행 본문

Microsoft/Powershell

Powershell - Chrome 브라우저 실행

springjunny 2019. 10. 5. 07:35

chrome 브라우저를 실행할 때 특정 주소를 미리 입력하여 실행할 수 있다.

 

Start-Process -FilePath Chrome -ArgumentList 172.16.10.11

Start-Process -FilePath Chrome -ArgumentList google.com

 

foreach 사용하여 반복 작업에서 벗어나자.