Posted on 11-01-2022 04:09 AM
A copy-pasta function to output all vendor preference keys
While implementing feedback from Søren Theilgaard, we needed an easy way to output every key / value pair from any vendor’s preference files, in either the user or system domain.
# readPreferenceKeys "vendor name" "domain [ system | user]"
readPreferenceKeys "apple" "system"
readPreferenceKeys "apple" "user"
11-01-2022 10:33 AM - edited 11-01-2022 10:33 AM
@dan-snelson My personal favorite tool for examining all of the settings in a preference domain is @arminBriegel 's PrefsTool which will tell you the source for each setting. Armin's repo for the tool hasn't been updated for Python 3 so here's my Gist of it updated to run with a MacAdmins Python 3 install: prefs3.py