Documents Folder

Soldato
Joined
22 Sep 2006
Posts
16,080
Location
Chelmsford, Essex
For some reason after every reboot my documents folder goes into a right mess of folders all over the place, I set it to arrange by name and all's well until the next reboot :confused:

Couldn't find anything on google as to why this may be but does anyone know of a way or organising folders in a way that it keeps the settings rather than defaulting to being in a mess following every reboot?
 
Try organising then open terminal and type:

killall Finder

Reopen finder and see if its organised then reboot.
 
Oddly enough after doing that the documents folder opens on it's own all messed up again :confused:

Didn't bother doing the reboot
 
Something is stopping it from remembering its last saved state. Try this.

Open terminal and type: (This will show hidden files in finder)
defaults write com.apple.finder AppleShowAllFiles TRUE

then type:
killall Finder

Open finder now delete the .DS_Store file in the documents folder. Re organise, change directory.

Terminal:
killall Finder

You can then re enable hidden files if you prefer by typing:
defaults write com.apple.finder AppleShowAllFiles FALSE & killall Finder
 
Back
Top Bottom