.DS_STORE: Avoiding broadcast on network

Last update on February 18, 2009 08:13 AM by deri58
Published by deri58

.DS_STORE: Avoiding broadcast on network







When using Mac and you share data with IBM-PC and you send each file with hidden file, DS_Store can become irritating.

Here, we will show you how to create these files on the networks:


Launch the Terminal (in Applications / Utilities)
Type the following command:

"Defaults write com.apple.desktopservices DSDontWriteNetworkStores true"
Confirm and restart your computer.

To retrieve this setting, retype the command, replacing "true" by "false".
As the first command creates the file name "com.apple.desktopservices.plist" in the Preferences folder of your directory, you can edit with Property List Editor and change the value.

You run the command after you logged in for each account if you wish that every user of the computer to use this.
You can also copy your com.apple.desktopservices.plist in each directory / Preferences for each account.
Best answers for « .DS_STORE: Avoiding broadcast on network » in :
Creating a local area network Show Why set up a local area network? When you have several computers, it can be convenient to connect them to each other to create a local area network (LAN). Setting up such a network costs very little, contrary to what people may think. Here are a...
Creating an ad hoc WiFi network Show Presentation of the ad hoc WiFi network If you have two or more computers equipped with wireless adapters (WiFi cards), it is possible to easily connect them in a network by setting up a so-called "ad hoc" network, that is, a computer-to-computer...
[VMWare] The different modes of VMWare network Show[VMWare] The different modes of VMWare network If you create a virtual machine using VMWare, 3 types of connectivity are provided: Host-only, NAT or Bridged. You can't use NAT and Bridged modes if you do not have the following...
[Windows XP] Repairing the network connection using command line Show[Windows XP] Repairing the network connection using command lines Under Windows XP there is a small feature allowing you to repair a network connection. Go to the Network Connections options in Control panel (Control Panel / Network...
Introduction to network bridge ShowIntroduction to network bridge What is a bridge? XP network bridge: between a wired network and a WiFi network What is a bridge? A bridge has a foot in each network and acts on the link layer (level 2). It is able to pass frames from...
NAT- Network address translation, port forwarding and port trigg ShowThe principle of NAT Network address translation or NAT was developed in order to respond to the shortage of IP addresses with IPv4 protocol (in time the IPv6 protocol will respond to this problem). In fact, in IPv4 addressing the number of...
Creating an ad hoc WiFi network ShowPresentation of the ad hoc WiFi network If you have two or more computers equipped with wireless adapters (WiFi cards), it is possible to easily connect them in a network by setting up a so-called "ad hoc" network, that is, a computer-to-computer...
Windows networking ShowNetworking in Windows 2000/XP To configure each computer, simply go to the control panel, then double-click "network connections" and right-click "local area connection", then choose properties! The local area connection window displays the...