Last active
December 11, 2019 09:03
-
-
Save diyfr/1ef38dd179611189f43b8b559b60a0ed to your computer and use it in GitHub Desktop.
Chrome Kiosk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
taskkill /F /IM explorer.exe | |
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --chrome --kiosk http://localhost/home --incognito --disable-pinch --no-user-gesture-required --overscroll-history-navigation=0 | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment