Setup Steps:
- Start
Automator.app - Select
Application - Click
Show libraryin the toolbar (if hidden) - Add
Run shell script(from theActions/Utilities) - Paste the script into the script window
- Test run
- Save somewhere (for example you can make an
Applicationsfolder in your HOME, you will get anyour_name.app) - Go to
System Preferences->Accounts->Login items - Add this app
- Try reboot
Kiosk Mode Script
|
1 |
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --kiosk --app=http://example.com |
Fullscreen Mode Script
|
1 |
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --start-fullscreen --app=http://example.com |