And here is a quickie to get all bundle ID's for all prefspanes in
Catalina: for aPane in /System/Library/PreferencePanes/* do echo -n
`basename "$aPane"`:; defaults read "$aPane/Contents/Info"
CFBundleIdentifier done
Did dome initial testing: defaults write
/Library/Preferences/com.apple.systempreferences.plist
DisabledPreferencePanes -array-add
"com.apple.preferences.AppleIDPrefPane" Apple ID tab still shows there
but Sign In-button does not do anything.So it wo...