Skip to content

Commit

Permalink
Adjust Metadata Files descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Oct 18, 2015
1 parent 2f8eaea commit 2a4959d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,13 @@ defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2
### Metadata Files

#### Disable Creation of Metadata Files on Network Volumes
Disables creation of .DS_Store and ._filename files.
Avoids creation of `.DS_Store` and AppleDouble files.
```bash
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
```

#### Disable Creation of Metadata Files on USB Volumes
Disables creation of .DS_Store and ._filename files.
Avoids creation of `.DS_Store` and AppleDouble files.
```bash
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
```
Expand Down

0 comments on commit 2a4959d

Please sign in to comment.