Skip to content

Instantly share code, notes, and snippets.

@jamct
Created January 24, 2018 15:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamct/9dfcf05d9457028de647084b1a271fab to your computer and use it in GitHub Desktop.
Save jamct/9dfcf05d9457028de647084b1a271fab to your computer and use it in GitHub Desktop.
PowerShell-Scripts for digital signage
& "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --no-default-browser-check --no-first-run --disable-infobars --disable-session-crashed-bubble --kiosk https://heise.de --overscroll-history-navigation=0 --user-data-dir=c:/screen1
& "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --no-default-browser-check --no-first-run --disable-infobars --disable-session-crashed-bubble --kiosk https://ct.de --overscroll-history-navigation=0 --window-position=1920,0 --user-data-dir=c:/screen2
Add-Type -AssemblyName System.Windows.Forms
[Windows.Forms.Cursor]::Position = "100000,100000"
&"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --no-default-browser-check --no-first-run --disable-infobars--disable-session-crashed-bubble --overscroll-history-navigation=0 --kiosk https://heise.de --user-data-dir=c:/screen1
@jamct
Copy link
Author

jamct commented Jan 24, 2018

PowerShell-Snippets to chrome instances in full screen (without mouse cursor on screen).
chrome_kiosk_multiple.ps1 opens multiple windows. Adjust display size for positioning second screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment