This was not the case on any of my computers. I've never seen files become unhidden without user intervention.Thanks for the info on what these files are, but why did they become UN-hidden after the last I-tunes/Safari update?
This was not the case on any of my computers. I've never seen files become unhidden without user intervention.Thanks for the info on what these files are, but why did they become UN-hidden after the last I-tunes/Safari update?
This was not the case on any of my computers. I've never seen files become unhidden without user intervention.
Sorry to revive this, but I have a specific question, related to this.
I have the same problem as the original poster, except that I do not want to hide my hidden files. I want them to be visible in the finder etc. I just don't want to see two files on my desktop:
.DS_Store and .localized
I understand that since Desktop is a folder in my home folder, it will contain those two files and they'll show up in the Finder, but is there a way to hide these specific files from this particular folder (or from any folder), while leaving the other hidden files and folders visible?
Hey everyone,
I'm an experienced Mac user, in fact I'm an administrator and I have many reasons for displaying hidden files on my Mac. That being said, I don't need to see the .DS_Store file or the .localized file on my desktop. Is there any way to hide particular hidden files while displaying the rest?
Any suggestions would be greatly appreciated!
repeat
try
tell application "Finder"
do shell script "rm '/Users/YOUR_USER/Desktop/.DS_Store'"
end tell
end try
end repeat
1. with Apple Script editor create this script:
Code:repeat try tell application "Finder" do shell script "rm '/Users/YOUR_USER/Desktop/.DS_Store'" end tell end try end repeat
2. user your username in YOUR_USER
3. save as application & add to Login items (or) just start manually
its looping and trying to delete .DS_Store any time it is created
btw
file might appear slightly after its created but it will be removed if this script is runing
This is honestly junk advice and completely pointless. Why run a script everytime you logon when the file is going to get re-created?
Simply follow the steps as detailed by xUKHCx in Post #3 (Page 1) to hide hidden files and be done with it