2014/03/01

OS X 10.9.2: 04-coreservice

# 04-coreservice.sh

#!/bin/bash
# OSX 10.9.2
# 04-coreservice.sh
#---------------------------------------------------------------------
# remove coreservice
#---------------------------------------------------------------------
home=$HOME
bk=$home/backup-coreservice
mkdir $bk

sudo mv /System/Library/CoreServices/Search.bundle $bk/
sudo mv /System/Library/CoreServices/RemoteManagement $bk/
sudo mv /System/Library/CoreServices/AppleFileServer.app $bk/
sudo mv /System/Library/CoreServices/Bluetooth*  $bk/
sudo mv /System/Library/CoreServices/InternetSharing.bundle $bk/
sudo mv /System/Library/CoreServices/Screen\ Sharing.app $bk/
sudo mv /System/Library/CoreServices/ODSAgent.app $bk/
sudo mv /System/Library/CoreServices/XsanManagerDaemon.bundle $bk/
sudo mv /System/Library/CoreServices/VoiceOver.app $bk/
sudo mv /System/Library/CoreServices/SocialPushAgent.app $bk/
sudo mv /System/Library/CoreServices/AirPlayUIAgent.app $bk/
sudo mv /System/Library/CoreServices/RFBEventHelper.bundle $bk/
sudo mv /System/Library/CoreServices/RawCamera* $bk


# 2014-03-03

$ sudo ./04-coreservice.sh


# 2014-03-04
コメントアウトを削除。

# 2014-03-07
# 公開日時の訂正
http://midorex.blogspot.com/2014/03/published-date.html

0 件のコメント: