Created
March 16, 2023 15:14
-
-
Save ff6347/6f51d099450488cee8f71b222559c1c4 to your computer and use it in GitHub Desktop.
This file contains 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 | |
@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