Created
February 15, 2016 19:56
-
-
Save mneil/368eef352e2e6c748094 to your computer and use it in GitHub Desktop.
Kill chrome and open a new page in kiosk mode
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
taskkill /F /IM Chrome.exe /T | |
### Open a local index.html file in the same directory as this batch file | |
# start chrome --kiosk --profile-directory=Default --app="%~dp0/index.html" | |
### Open a website URL | |
start chrome --kiosk --profile-directory=Default --app="http://google.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
List of available flags