FAMLog
Mac OS X LeopardでBluetoothデーモンを無効にする
July 30, 2008
Mac OS X LeopardでBluetoothデーモンを無効にするには、ターミナルで次のように入力します。
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.blued.plist
(実際には1行で入力します)
元の状態に戻す場合には、次のように入力します。
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.blued.plist
(実際には1行で入力します)
なお、上記の方法はMac OS X v10.4 Tigerでは使用できません。