App preference files are files that store the rules or parameters that tell your apps how they should work. They usually have the .plist extension and are associated with a specific app’s bundle identifier. App preference files are typically stored in two locations on a Mac: the user library and the system library. The user library is located at -/Library/Preferences and contains the preference files for the current user. The system library is located at /Library/Preferences and contains the preference files for all users. These locations are different from the root library, which is located at /System/Library/Preferences and contains the preference files for the operating system and its components. You can access these locations by using the Finder, the Terminal, or the defaults command line utility. You can also edit, delete, or reset the preference files using various methods, but you should be careful not to damage or corrupt them, as they may affect the functionality of your apps. References:
Where are the application preference files location on Mac
What are Mac system preferences files, and how do I fix them?
How to change the default apps used to open files in macOS
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit