2014/03/01

OS X 10.9.2: unload-daemon

# 03-2-unload-daemon.sh

<pre>
#!/bin/bash
# OS X 10.9.2
#
# aosnotifyd -- Find My Mac daemon
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.AOSNotificationOSX.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.locationd.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.cmio.AVCAssistant.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.cmio.VDCAssistant.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.iCloudStats.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.wwand.plist

# /usr/libexec/rpcsvchos
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.msrpc.netlogon.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.msrpc.srvsvc.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.msrpc.wkssvc.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.msrpc.mdssvc.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.msrpc.lsarpc.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/org.cups.cupsd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.netbiosd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.AirPlayXPCHelper.plist

# blued
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.blued.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.bluetoothaudiod.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.IOBluetoothUSBDFU.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.rpcbind.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/org.postfix.master.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump_symbolicator.plist

# metadata
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.index.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.spindump.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.scan.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.RemoteDesktop.PrivilegeProxy.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.racoon.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.lockd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.nfsd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.nfsconf.plist
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.nis.ypbind.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mbicloudsetupd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.gssd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.findmymac.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.findmymacmessenger.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.cmio.IIDCVideoAssistant.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.bnepd.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.afpfs_checkafp.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.afpfs_afpLoad.plist

# Apple Push Notification service daemon
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.apsd.plist
# awacsd -- Apple Wide Area Connectivity Service daemon
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.awacsd.plist

# share service
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.webdavfs_load_kext.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mdmclient.daemon.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.cmio.AppleCameraAssistant.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.revisiond.plist

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.smb.preferences.plist

0 件のコメント: