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 default location.
An example of what I have tried is:
Start-Process -FilePath "C:\Program Files(x86)\Google\Chrome\Application\chrome"
This simple string is not even working for me.