I have tried all the following and I just can't get Chrome to open in fullscreen with or without kiosk mode:
Run chrome in fullscreen mode on Windows
Which says simply to create a shortcut with the following as target:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -kiosk -fullscreen WEBSITE TO OPEN
I have tried with -- and -
I have tried creating a BAT file and using the following
start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk --fullscreen "WEBSITE TO OPEN"
What am i missing?