壁紙設定を開くApplescript
ビットコインは大丈夫なのか?というわけで、壁紙設定を開くApplescriptです。
tell application "Finder"
open document file "DesktopScreenEffectsPref.prefPane" of folder "PreferencePanes" of folder "Library" of folder "System" of startup disk
end tell
赤字部分を以下のものにすると別の設定が開きます。
Bluetooth.prefPane:Bluetooth設定
Sound.prefPane:サウンド設定
2014/2/27