Posted on 03-16-2018 09:25 AM
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
Posted on 03-21-2018 11:48 AM
Show scroll bars will be in the .GlobalPreferences.plist
<key>AppleShowScrollBars</key>
<string>Always</string>
defaults write com.apple.finder ShowPathbar -bool true