The domain/default pair of (kCFPreferencesAnyApplication, CGFontRenderingFontSmoothingDisabled) does not exist
copied the line into terminal and got the above...
Great thanks. So I guess this command should put this setting back to default
defaults delete -g CGFontRenderingFontSmoothingDisabled
Since running that results the same message as yours.
This command is also said to revert to original setting
defaults write -g CGFontRenderingFontSmoothingDisabled -bool True
But running it reports this value as 1.
So not really sure what is going on there as I tested changing this value originally using command
defaults write -g CGFontRenderingFontSmoothingDisabled -bool False
Where it says 0 when reading what value it reports with read command.
However I'm not quite sure it restored back to how it was before playing with this command...
Looks a bit like grayscale anti-aliasing stays on what ever I do.
Anyone else played with this setting?