sonyboy.dk

Tools, tip, tricks and other stuff I might come up with

Archive for the ‘terminal’ tag

How to prevent .DS_Store file creation over network connections

without comments

Note: This will affect the user’s interactions with SMB/CIFS, AFP, NFS, and WebDAV servers.

  1. Open Terminal
  2. Execute this command
    defaults write com.apple.desktopservices DSDontWriteNetworkStores true
  3. Either restart the computer or log out and back in to the user account

If you want to prevent .DS_Store file creation for other users on the same computer, log in to each user account and perform the steps above—or distribute a copy of the newly modified com.apple.desktopservices.plist file to the ~/Library/Preferences folder of other user accounts.

Written by Sonyboy

May 5th, 2010 at 1:32 pm

Posted in Mac

Tagged with , , , , , , , ,