defaults write com.apple.finder AppleShowAllFiles 1
Afterwards restart the Finder and all hidden or system files/folders should be visible. Now copy the "~/Library/Preferences/.GlobalPreferences.plist". Finally, enter this command to hide hidden/system files again and restart the Finder:
defaults write com.apple.finder AppleShowAllFiles 0
(better option, man killall)
No comments:
Post a Comment