I created a hidden admin user and set the user id to 499 and ran the following command to hide the user from showing up in the accounts pane of system prefs:
defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool YES
The problem I’m having is I need the Guest Account to show up at the login screen but since the user id of the Guest Account is 201, it’s hidden because it’s under 500. It also does not show up under Parental Controls.
Is there a defaults write command that I can issue to get the Guest Account to show up at the login window but still keep the hidden admin account from showing up under the accounts pane of systems preferences and the login window?
Any help would be greatly appreciated.
Comments are closed