Show Hidden Files in Mac Finder by Default
Published: Oct 11, 2019
Updated: May 3, 2021
Updated: May 3, 2021
Show Finder the light.
A one-time thing #
- Press
Command
-Shift
-.
to toggle hidden files when in Finder
Make it permanent #
-
Set the default
defaults write com.apple.finder AppleShowAllFiles YES
-
Confirm that the default is set
defaults read com.apple.finder AppleShowAllFiles
-
Hold
Option
key, right-click Finder, then click Relaunch to pick up the new default
Revert it #
-
In the
write
command above, replaceYES
withNO
defaults write com.apple.finder AppleShowAllFiles NO