Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening Chrome browser in full window or kiosk mode on windows 7 [closed]

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?

like image 892
James Avatar asked Dec 07 '22 21:12

James


1 Answers

for anyone here that want to open a new chrome window without url bar it is not called kiosk mode, it is called app mode. and the command to append to your chrome path is:

--app=https://google.com
like image 87
Danny Z Avatar answered May 23 '23 00:05

Danny Z