Jump to content
5 posts in this topic

Recommended Posts

try this to show:

defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder

 

and this to hide:

defaults write com.apple.finder AppleShowAllFiles FALSE

killall Finder

 

 

OR

 

The attached file is an app unzip and put it under APPS:

It nice because it doesn't close any open windows when it changes!

 

 

 

I performed a 10.5.3 update last night.

Today I find all system files in root volumn("/") become visible. How to make these files invisible again.

 

This method doesn't work. ;)

 

sudo defaults write com.apple.finder AppleShowAllFiles -boolean no

sudo killall Finder

 

 

THX

×
×
  • Create New...