###################################################### ########## Kiosk Mode ############ ###################################################### # # Runs chrome and other apps in full-screen mode # on predefined screens # ---------------------------------------------------- $chromePath = 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe' $chromeArguments = '--new-window --disable-pinch --overscroll-history-navigation=0' # if Window not moved (especially on machine start) - try increasing the delay. $ChromeStartDelay = 3 Set-Location $PSScriptRoot . .\HelperFunctions.ps1 ping localhost # Kill all running instances &taskkill /im chrome* /F Chrome-Kiosk 'http://172.16.68.108:8080/#/' -MonitorNum 2 Chrome-Kiosk 'http://172.16.68.108:8080/#/3d-only' -MonitorNum 1 # Kill explorer &taskkill /f /im explorer.exe