MobileUserSync
home folder syncing & backup client/server tool
Version: 2.0b2
nice...
Feedback Type: Usage Tip
Contributed by: cyberfly Saturday, April 09 2005 @ 04:02 AM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: NO
but how to deinstall the peace of software?
nice... - sklauminzer
Removing the MobileUserSync.app form /Applications will disable the entire process, but it will leave the logout.hook script the calling script LOMobiUserSync.hook script. While these do nothing is the application is not present you can remove all traces by issueing the follwing commands in terminal.app:# this will remove the logout hook preference from the system
sudo defaults delete com.apple.loginwindow
# these remove the calling scripts.
sudo rm /etc/logout.hook
sudo rm /etc/hooks/masterlogout.hook
sudo rm /etc/hooks/LOMobileUserSync.hook
Reply to This
Monday, April 11 2005 @ 09:40 AM PDT