Friday, January 20, 2006

rm -rf ~/Library/InputManagers

Bill Bumgarner shows how to prevent applications from automatically installing Smart Crash Reporter (and other input managers).

1 Comment RSS · Twitter

This is what I’m using right now to protect both folders from input managers like Leap-A:

sudo chown root {~,}/Library/InputManagers
sudo chmod a-rwx {~,}/Library/InputManagers

Leave a Comment