Skip to content

Instantly share code, notes, and snippets.

@ff6347
Created March 16, 2023 15:14
Show Gist options
  • Save ff6347/6f51d099450488cee8f71b222559c1c4 to your computer and use it in GitHub Desktop.
Save ff6347/6f51d099450488cee8f71b222559c1c4 to your computer and use it in GitHub Desktop.
@echo off
@REM Set this to your weburl
set URL=https://kutt.it/clab-aus-mt-01
echo "To leave the kiosk mode you need to hit ALT + F4 or STRG + W"
echo "Countdown to application launch..."
timeout /t 10
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --chrome --new-window --kiosk URLURL% --no-user-gesture-required --overscroll-history-navigation=0 --enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment