meta données pour cette page
  •  

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
demarrer_osx_en_mode_kiosque [2016/02/11 15:32] Alexandre Castonguaydemarrer_osx_en_mode_kiosque [2016/02/11 15:46] Alexandre Castonguay
Ligne 5: Ligne 5:
 https://gist.github.com/dankeezer/9696910 https://gist.github.com/dankeezer/9696910
  
 +Créer un fichier dans applescript : 
  
-# here’s the code+<sxh js>
  
 do shell script "open '/Applications/Google Chrome.app' le-fichier-ou-page-web" do shell script "open '/Applications/Google Chrome.app' le-fichier-ou-page-web"
Ligne 20: Ligne 21:
 # Save # Save
  
 +## Shut off Apple System Updates
 +# System Preferences > App Store
 +# Uncheck “Automatically check for updates”
  
 +## Also: shut off Bluetooth and remove any paired devices
 +
 +## Setup screen sharing if you need to access a mounted unit (probable).
 +
 +## Possible hang-ups:
 +# 1. Teamviewer seems to fuck the whole thing up so Remote screenshare is something to think about.
 +# 2. I don't think you can remove Chrome autoupdates. I think you can "silence" them.
 +
 +</sxh>