You need to unhide library folder first -> because it is a folder hidden by Apple, it is flagged, so open the Terminal and command would be:after that you will see Library folder and inside /Users/<Username>/Library/Preferences you can find com.apple.desktop.plist and remove it!Code:chflags nohidden /Users/<Username>/Library
I also had the same problem. System Preferences loading taking ages and this solution worked for me:
- Open Finder
- Go > Go to Folder
- Type ~/library/preferences, click Go.
- Removed com.apple.desktop.plist
- No need to restart. Reopen System Preferences, and it worked like a charm!
Thanks!!