Goal : Create a script to hide hidden files to be delivered by a policy
Attempt: Created a text files and entered the following
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Renamed to .sh
Does not seem to take. What am I missing?