Wednesday, May 21, 2014

How to make yourself an admin

If you want to become an admin on a computer then just type the following code into notepad and save it as Admin.bat  The only reason you have to put the pause is to check if the access is denied and so you don't have to keep trying to get a screenshot of it.

net localgroup administrators USERNAME /add
pause

If you want to delete yourself or a friend from admin then type in this code.

net localgroup administrators USERNAME /delete
pause

If your access for admin is denied it will show up like this is the red circle.


No comments:

Post a Comment