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

后端 未结 6 668
抹茶落季
抹茶落季 2020-12-16 07:17

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

6条回答
  •  温柔的废话
    2020-12-16 08:02

    In order for the target path:

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk WEBSITE TO OPEN
    

    to work, you need to quit all chrome processes, including background process. You can actually disallow chrome to run in background.

    Related question

    But, there is an alternative to using the above approach.

    • Add the kiosk app(extension) to your chrome.
    • In the kiosk app settings, give the URL and other details as appropriate(You can launch the app from webstore after adding it to chrome).
    • From the extensions window of chrome, click on details of Kiosk extension and click on create app shortcuts button.
    • Use the shortcuts created to enter chrome in kiosk mode.

提交回复
热议问题