Mac OS X

Script to Clear the SideBar Prefs

Here’s a quick little script you can push out to a system having SideBar issues, to clear the prefs.  Alternately you can throw the rm command itself into ARD as a support mechanism…

#!/bin/bash

rm ~/Library/Preferences/com.apple.sidebarlists.plist

exit 0