Neruda
11-15-2008, 01:44 AM
I tried to GTFA but could not find a solution to this anywhere and I guess there is no solution (http://discussions.apple.com/thread.jspa?threadID=1383211&tstart=3629). Is there any way to lock the items that appear on the Finder's sidebar?
We put a network folder in the sidebar for students to submit their work and kids keep removing it.
I tried the following command in the Terminal to look at the Finder's defaults, and the only setting there was SidebarWidth:
defaults read com.apple.Finder >> ~/Desktop/finderdefaults.doc
The dock's contents can be locked so that items cannot be moved or removed by typing
defaults write com.apple.Dock contents-immutable -bool yes;killall Dock
If only the following would work (but then, would this stop the finder from loading additional network volumes?):
defaults write com.apple.Finder sidebar-immutable -bool yes
or
defaults write com.apple.Finder contents-immutable -bool yes
We put a network folder in the sidebar for students to submit their work and kids keep removing it.
I tried the following command in the Terminal to look at the Finder's defaults, and the only setting there was SidebarWidth:
defaults read com.apple.Finder >> ~/Desktop/finderdefaults.doc
The dock's contents can be locked so that items cannot be moved or removed by typing
defaults write com.apple.Dock contents-immutable -bool yes;killall Dock
If only the following would work (but then, would this stop the finder from loading additional network volumes?):
defaults write com.apple.Finder sidebar-immutable -bool yes
or
defaults write com.apple.Finder contents-immutable -bool yes