find . -name com.apple.Google.plist
find . -name *.Yahoo.plist
rm -rf ./Library/LaunchAgents/com.apple.Google.plist
rm -rf ./Library/LaunchAgents/com.apple.Yahoo.plist
重启MAC。
至此:
问题解决。
find . -name com.apple.Google.plist
find . -name *.Yahoo.plist
rm -rf ./Library/LaunchAgents/com.apple.Google.plist
rm -rf ./Library/LaunchAgents/com.apple.Yahoo.plist
重启MAC。
至此:
问题解决。