2011. 10. 1. 07:28
Remove RT8187ClientUtility Hackintosh/Q&A2011. 10. 1. 07:28
#!/bin/sh
. /etc/rc.common
echo " "
echo "Please type the password of \"root\" to Uninstall ..."
FROM=`dirname "$0"`
echo "Uninstalling Script and Utility ..."
sudo killall -c Realtek\ WLAN\ Client\ Utility
sudo rm -rf /Library/StartupItems/RT8187ClientUtility
echo "Uninstalling UI..."
sudo rm -rf /Applications/Realtek\ USB\ WLAN\ Client\ Utility.app
echo "Removing Driver..."
sudo rm -rf /System/Library/Extensions/RTL8187Bt.kext
echo "Removing Pkg"
sudo rm -rf /Library/Receipts/RTL8187B.pkg
sudo rm -rf /Library/Receipts/UI.pkg
sudo rm -rf /Library/Receipts/StartUpItem.pkg
echo "Remove profiles"
cd ~
pwd| rm -rf Library/Preferences/RtProfilesList.plist
pwd| rm -rf Library/Preferences/RtProfilesListV2.plist
pwd| rm -rf Library/Preferences/Realtek\ WLAN\ Client\ Utility.plist
echo "Uninstall Complete."
'Hackintosh > Q&A' 카테고리의 다른 글
Nateon Crash in 10.7.3(build 11D36) (0) | 2011.12.22 |
---|---|
MDS Error: unable to create user DBs in /var/folders/.. (0) | 2011.10.01 |
rEfit Lion Issue (0) | 2011.09.23 |
공유기 DMZ 서버 설정하기 (1) | 2011.07.12 |
TeamViewer를 이용한 Mac, Windows 원격지원 설정 방법 (2) | 2011.02.01 |