|
|
|
Completely uninstall Apple Remote Desktop Admin
#!/bin/sh #this will uninstall ARD admin and all it's components so you can reinstall for file in "/var/db/RemoteManagement" "/Library/Preferences/com.apple.RemoteDesktop.plist" "/Library/Application Support/Apple/Remote Desktop" "/Applications/Remote Desktop.app" "$HOME/Library/Preferences/com.apple.RemoteDesktop.plist" "$HOME/Library/Application Support/Remote Desktop" "$HOME/Applications/Remote Desktop.app" /System/Library/PreferencePanes/SharingPref.prefPane/Contents/Resources/RemoteDesktop.bundle ; do if [ -e "$file" ] then echo "rm -rf $file"; rm -rf "$file"; fi done
Completely uninstall Apple Remote Desktop Admin
Upon reading further into it, you can actually go as far to do this
Thanks for the more efficient scripting method. I sometimes do things the hard way, and I think I like your method better. |
SearchFrom our Sponsor...Latest Lion HintsWhat's New:Hints1 new Hints in the last 24 hoursComments last 2 days
Links last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2013 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Powered by Geeklog Created this page in 0.09 seconds |
|