Posted on 10-21-2020 01:56 AM
Hello,
is there a way to hide a pre-existing management account that I created when enabling the macOS user-initiated enrollment?
I've tried to rename the account name with _ in front of it (_accountname) as Apple hides automatically an account with underscore when created like this, but it doesn't work.
I assume there is another way but I'm not sure about.
Thank you
Posted on 10-21-2020 06:42 AM
Indeed. Try this. Works like a charm for us in Catalina:
dscl . create /Users/username IsHidden 1
chflags hidden /Users/username
Posted on 11-06-2020 12:33 AM
This worked! Thanks so much