Update Finder setting to hide filename extensions

Changed setting to hide filename extensions in Finder.
This commit is contained in:
Billy-George Price-Sprackland
2026-04-01 04:07:23 +01:00
committed by GitHub
parent 2cb223c702
commit 7de44bfbcb
Vendored
+2 -2
View File
@@ -120,8 +120,8 @@ defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true
# Finder: show hidden files by default # Finder: show hidden files by default
# defaults write com.apple.finder AppleShowAllFiles -bool true # defaults write com.apple.finder AppleShowAllFiles -bool true
# Finder: show all filename extensions # Finder: show all filename extensions (Set to True to enable)
defaults write NSGlobalDomain AppleShowAllExtensions -bool true defaults write NSGlobalDomain AppleShowAllExtensions -bool false
# Finder: show status bar # Finder: show status bar
defaults write com.apple.finder ShowStatusBar -bool true defaults write com.apple.finder ShowStatusBar -bool true