Is there a way to display a webpage without any bars (taskbar, url bar etc)?
Asked
Active
Viewed 1.4k times
3 Answers
2
Is there a way to display a webpage without any bars (task bar, url bar etc)?
You can use use either full screen mode or kiosk mode.
Full screen mode
If Chrome is already running:
- Press F11 to toggle full screen mode.
To start Chrome in full screen mode:
From a
cmdshell, batch file or shortcut run the following command:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen www.google.comReplace
www.google.comas appropriate.Press F11 to exit full screen mode.
Kiosk mode
From a
cmdshell, batch file, or shortcut run the following command:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk www.google.comReplace
www.google.comas appropriate.Press alt+f4 or ctrl+w to exit chrome.
Pressing f11 has no effect in Kiosk mode.
DavidPostill
- 162,382
