I'm trying to open a use this command from batch in a powershell script:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -kiosk http://praxistipps.chip.de/ --overscroll-history-navigation=0 --window-position=0,0
So I tried this but with no success:
Start-Process -FilePath "cmd.exe" -ArgumentList "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -kiosk http://praxistipps.chip.de/ --overscroll-history-navigation=0 --window-position=0,0
chromeviacmd(for whatever reason), you need to add/Cas its first argument…