Latest Google Chrome update gets a Kiosk Mode

image Google has released another update for the Chrome, versions 4.0.245.0, aimed at dev version users, which brings a Kiosk Mode to the browser along with the usual bug fixes and stability improvements. Kiosk Mode in Chrome is inspired by the very same option in Internet Explorer, which hides the toolbar and status bar and runs the browser in a full screen mode.

Here’s how to active Kiosk Mode in Google Chrome

  • Make sure you are using the dev build of Google Chrome. If not, you can download if from here.
  • Right click on the shortcut for Google Chrome, go to properties and add this command line switch “—kiosk” as shown in the screenshot below:Google Chrome Properties
  • Launch Google Chrome using this shortcut, and it should open in full screen mode without any toolbar or status bar. To exit it, you’ll have to press “Alt + F4”.

Kiosk Mode currently works on only Windows and Linux and not OS X.

( To run Internet Explorer in Kiosk Mode, use the switch “-k” )

About the Author

Imran Hussain is the founder and editor of iThinkDifferent, which he launched in 2008 to cover Apple news, reviews, and how-to guides. He has spent over 15 years writing about iOS, macOS, and the wider Apple ecosystem, with a focus on hands-on guides - installing developer betas, troubleshooting, and walking through new features on his own devices. Based in Dubai, he also loves to cover photography, gaming, and the tech industry more broadly on his social media profiles.

3 comments

  1. “Right click on the shortcut for Google Chrome, go to properties and add this command line switch “—kisok” as shown in the screenshot below:”

    I do believe you mean “-kiosk”!

  2. Ok, proper solution:

    Create a shortcut to the following (enter your url in the quotes):

    “%localappdata%\Google\Chrome\Application\chrome.exe ” –user-data-dir=$(mktemp -d) –kiosk “your.url.here”

    This will create an entirely separate instance of Chrome with its own userdata, sessions etc. in full screen kiosk mode. This can be exited by Alt-F4 or Alt-Tab.

Leave a comment