Die eigentliche Idee stammt von hier und dabei herausgekommen ist dieses Skript (Vor dem Ausführen als AppleScript Bundle oder Programm speichern, da es sonst zu Schwierigkeiten mit den Speicherpfad kommt.): –17.09.2011 hubionmac.com — Prefs-Save-Restore_v1: Saves and Restores an app’s preferences, Library Folder, Application Support Folder using a tar archive — inspired by http://macscripter.net/viewtopic.php?id=37052 — STORE THIS […]
Kennwort-Abfrage nach Standby switchen
Manchmal möchte man eine Kennwort-Abfrage nach dem Ruhezustand und manchmal eben nicht. Um das schnell umzuschalten: — hubionmac.com 04.02.2011 — script that toggles “require password after standby / screensaver”-checkbox — Status is reported via dialog or growl if installed — links: http://hintsforums.macworld.com/showthread.php?p=591189 — http://www.macosxautomation.com/applescript/features/system-prefs.html — http://growl.info/documentation/applescript-support.php tell application “System Events” tell security preferences if (get […]
Defaults write: diskutil für extra Optionen
Für ein paar extra Features im Diskutil, sofern man damit etwas anzufangen weiß: defaults write com.apple.DiskUtility advanced-image-options 1
FrontRow per default auf einem anderen Bildschirm
defaults write com.apple.frontrow FrontRowUsePreferredDisplayID <<displayID>> Die Display ID bekommt man soweit ich es bisher weiss recht schnell durch Ausprobieren der Display IDs aus (~/Library/Preferences/com.apple.preference.displays….plist) heraus. Bei sah es dann am Ende so aus: defaults write com.apple.frontrow FrontRowUsePreferredDisplayID 69673024 (danach nur noch FronRow neustarten)