Powershell script to start Chrome and more

前端 未结 2 1287
星月不相逢
星月不相逢 2021-01-15 22:06

I need a script that will start Google Chrome and then send a signal for it to go into full screen mode (usually done by hitting f11).

Chrome is installed to the def

2条回答
  •  遥遥无期
    2021-01-15 22:09

    These types of questions are frowned upon due to you not stating what you have tried and you are just asking for a solution. However since this is simple I couldn't resist. Start-Process {Your full path to chrome.exe}\chrome.exe -ArgumentList '--start-maximized'

提交回复
热议问题