Created
January 24, 2018 15:50
-
-
Save jamct/9dfcf05d9457028de647084b1a271fab to your computer and use it in GitHub Desktop.
PowerShell-Scripts for digital signage
This file contains hidden or 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
& "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" |
This file contains hidden or 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
&"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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.