Change the default save location from iCloud to On My Mac

Aug 20, '12 07:30:00AM

Contributed by: Anonymous

The default save location for TextEdit (and other apps that can store documents on iCloud) is iCloud. It takes a few clicks if you want to expand the save dialog and save a file locally. There is no way to change this in the GUI, but if you run the following command in Terminal, this will set the default save location to On My Mac for all iCloud-compatible apps:

 defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false 
To change this back to the default, run this command:
 defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool true 

Comments (11)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20120820003211714