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
  1. Open "Termial"
  2. Run command "sudo dscl . delete /Users/<hidden user's short name>"
  3. You are done

Comments

Popular posts from this blog

Scala Learning: Finding Square Root

Problem Solving: Implement an algorithm to delete a node in the middle of a single linked list, given only access to that node