Skip to content

Instantly share code, notes, and snippets.

@diyfr
Last active December 11, 2019 09:03
Show Gist options
  • Save diyfr/1ef38dd179611189f43b8b559b60a0ed to your computer and use it in GitHub Desktop.
Save diyfr/1ef38dd179611189f43b8b559b60a0ed to your computer and use it in GitHub Desktop.
Chrome Kiosk
@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