Google-chrome – Running latest Chrome for Windows in kiosk mode

google-chromekiosk

I've tried these instructions to run Chrome in kiosk mode:

  1. Open up Chrome's settings.
  2. Under "Users" click "Add new user."
  3. Give the new profile a name and picture. Make sure "Create a desktop shortcut for this user" is checked. Click "Create."
  4. Right-click the newly-created shortcut and select "Properties."
  5. In the "Target" field, add "--kiosk" (no quotes) to the end.
  6. Click "Apply."

However, it doesn't seem to work for me; I still see tabs at the top of browser when I launch.

How can I launch Chrome in kiosk mode on Windows 8?

Best Answer

You should just add a starting page like this:

--kiosk "http://www.google.com"

if that doesn't work try this:

--chrome-frame  --kiosk "http://www.google.com"
Related Question