3233 Pacific Coast Highway
Torrance, CA 90505
:start vlc --fullscreen --loop "C:\media" timeout /t 5 goto start | Feature | VLC Kiosk Mode | Dedicated Kiosk Software | |---------|----------------|---------------------------| | Cost | Free | Often $100+/year | | Playback reliability | High | High | | Interface locking | Moderate (can be bypassed with Alt+F4 if not blocked) | Strong | | Touch support | Basic (no custom UI) | Advanced | | Scheduling | No (requires external scheduler) | Yes |
--intf dummy (removes all UI controls) or on Windows use: vlc kioskea
@echo off taskkill /f /im vlc.exe timeout /t 2 start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" --fullscreen --loop --no-keyboard-events --no-mouse-events --qt-disable-hotkeys --no-qt-video-embed "D:\kiosk_playlist.m3u" exit :start vlc --fullscreen --loop "C:\media" timeout /t 5