Dec 06, '05 05:47:00AM • Contributed by: mikepak
You just need to run this command...
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
...under a single account, then copy the created plist to /Library/Prefrences. Here's an example of how to do it step by step. Open up Terminal and type the following (the $ is just the prompt; don't type that):
$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true
$ cp Library/Prefrences/com.apple.desktopservices.plist \
/Library/Prefrences/.
$ sudo chmod 777 /Library/Prefrences/com.apple.desktopservices.plist
Then reboot, and you should be done.
