Hey everyone! I need some help with my Windows 11 computer. I'm trying to figure out how to remove my stepdad as an admin since he's no longer living with us and I really don't want him to have access to the system anymore. Any suggestions on how to do this? Thanks a lot!
2 Answers
One way to completely remove your stepdad as an admin is to use PowerShell. You can run this command: `Remove-LocalGroupMember -GroupName "Administrators" -Member "UserToRemove"`, just replace "UserToRemove" with his actual username. That should take care of it!
Another option is going through the Control Panel. Navigate to Users, and you should be able to manage the accounts there, though some people mentioned having issues with that depending on their system settings.
I tried that, but it said it couldn't remove him. Any other ideas?