I have been frustrated by the sorting in Finder, and tried to default sort, but it did not work in all folders.
I searched around on apple forums, and found that many wrote that you had to delete .DS_Store files, so I finally tried this (although I usually stay away from the terminal). Seemed like most people thought this would work. But after I did this, (almost) all of my programs disappeared, but it do not seem like the hard disk changed the storage available (as if the programs are still in there) space after it happened. When I check out the storage information, it is changing the storage used in documents and system, back and forth? A bit odd..
Anyone who has experienced this or have any tips? Most likely I must install all the programs over again, but it still seems that the programs are on the hard drive.
Here is the command:
sudo find / name .DS_Store -delete; killall finder
I searched around on apple forums, and found that many wrote that you had to delete .DS_Store files, so I finally tried this (although I usually stay away from the terminal). Seemed like most people thought this would work. But after I did this, (almost) all of my programs disappeared, but it do not seem like the hard disk changed the storage available (as if the programs are still in there) space after it happened. When I check out the storage information, it is changing the storage used in documents and system, back and forth? A bit odd..
Anyone who has experienced this or have any tips? Most likely I must install all the programs over again, but it still seems that the programs are on the hard drive.
Here is the command:
sudo find / name .DS_Store -delete; killall finder