Configuration profiles - finder prefs

al786
New Contributor III

Looking to use configuration profiles under “app configuration” to edit user Plists to enforce:

Tap to click
Show scroll bars
Show Path
- what Plist controls all of these? Was thinking of pasting into BBEDIT and trying to make a config profile

All in finder. As a backup I Tried using composer to capture it as a .pkg but it didn’t see any changes

1 REPLY 1

Cornoir
Contributor II

Show scroll bars will be in the .GlobalPreferences.plist
<key>AppleShowScrollBars</key>
<string>Always</string>

Finder: show path bar

defaults write com.apple.finder ShowPathbar -bool true