Deleting a hidden user in MAC
If you have a normal user and want to delete, you can go to
System Preference => User Groups => Unlock Pan => Select User to Remove => Click "-" (minus) Button
But if user is hidden, the easiest way is to do it with command line. Here is the process
- Open "Termial"
- Run command "sudo dscl . delete /Users/<hidden user's short name>"
- You are done
Comments
Post a Comment