Display the file extensions in Finder

spiros

  • Administrator
  • Hero Member
  • *****
    • Posts: 856343
    • Gender:Male
  • point d’amour
Display the file extensions in Finder

Run in Terminal
Code: [Select]
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
Restart Finder
Code: [Select]
killall Finder
Restore default
Code: [Select]
defaults write NSGlobalDomain AppleShowAllExtensions -bool false


 

Search Tools