A blog for technology, SEO tips, website development and open source programming.

How to Stop DS_Store File Creation on Shared Network Drives on macbook

0 3,212

Macbook creates a .DS_Store file in every folder you view in Finder. This file stores metadata about that folder’s contents as well as user customizations for things like view type and icon size. How to Stop DS_Store File Creation on Shared Network Drives on macbook




These .DS_Store files are hidden from you in macOS so they won’t clutter up your folder views. But in mixed-OS environments, the .DS_Store files can become a problem.


Follow me on Instagram

Stop DS_Store File Creation

To disable the creation of .ds_store files, launch the Terminal application from /Applications/Utilities/ and enter the following command string exactly:

defaults write com.apple.desktopservices DSDontWriteNetworkStores true

Enable DS_Store File Creation

defaults write com.apple.desktopservices DSDontWriteNetworkStores false

[alert type=white ]💥Deploy github project to Heroku with custom domain💥[/alert]

That’s it for now. 

If you liked this article, then please subscribe to my YouTube Channel for video tutorials.Paragraph

You can also find me on Twitter and Facebook.

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More