Update Finder setting to hide filename extensions
Changed setting to hide filename extensions in Finder.
This commit is contained in:
@@ -120,8 +120,8 @@ defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true
|
||||
# Finder: show hidden files by default
|
||||
# defaults write com.apple.finder AppleShowAllFiles -bool true
|
||||
|
||||
# Finder: show all filename extensions
|
||||
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
|
||||
# Finder: show all filename extensions (Set to True to enable)
|
||||
defaults write NSGlobalDomain AppleShowAllExtensions -bool false
|
||||
|
||||
# Finder: show status bar
|
||||
defaults write com.apple.finder ShowStatusBar -bool true
|
||||
|
||||
Reference in New Issue
Block a user