Subscribe to Hacking Truths. Now, 14031 members!      RSS Feed Be Our Fan on Facebook Twitter SMS Alerts

Home » Hacking Tutorials, Hacking at School and College, Windows Hacking

Adding/Modifying User Accounts

3 September 2007 2 Comments Posted By Ashik
StumbleUpon.com
Share

Now that you have a command prompt, you can add a new user (ie yourself) like so

C:>net user username /ADD

where username is the name of your new account. And remember, try and make it look inconspicuous, then they’ll just think its a student who really is at school, when really, the person doesn’t EXIST! IF you wanna have a password, use this instead:

C:>net user username password /ADD

where password is the password you want to have. So for instance the above would create an account called ‘username’, with the password being ‘password’. The below would have a username of ‘JohnSmith’ and a password of ‘fruity’

C:>net user JohnSmith fruity /ADD

Right then, now that we can create accounts, let’s delete them:)

C:>net user JohnSmith /DELETE

This will delete poor liddle JohnSmith’s account. Awww. Do it to you enemies:P no only joking becuase they could have important work… well okay only if you REALLY hate them:)

Let’s give you admin priveleges:)

C:>net localgroup administrator JohnSmith /ADD

This will make JohnSmith an admin. Remember that some schools may not call their admins ‘adminstrator’ and so you need to find out the name of the local group they belong to.

You can list all the localgroups by typing

C:>net localgroup

Running .exe files you can’t usually run

In the command prompt, use cd (change directory) to go to where the file is, use DIR to get the name of it, and put a shortcut of it on to a floppy. Run the program off the floppy disk.

Well, I hope this article helped a bit. Please vote for me if you liked it:) Also, please don’t go round screwing up your school servers, they are providing them free to you to help your learning.

I will add more as I learn more and remember stuff (I think I’ve left some stuff out – this article could get very long…)

Popularity: 1% [?]


Enjoyed this article? Subscribe to Hacking Truths and get daily updates about new cool websites and programs in your email for free.


2 Comments »

  • Anonymous said:

    The problem is, and I don’t know which versions of windows this is for, maybe all of them, you can’t do any of that unless you have admin rights in the first place, making it pointless… is there any way to do it then, when you’re not an admin?

  • bosco said:

    sometimes you are not able to get the cmd instead you get the command prompt at C:\Documents and Settings\***\Start Menu\Programs\Accessories just type cmd.exe on the command prompt and ther u are with a cmd which makes you do a lot of things. the tutorial stated above is for WIN XP all versions. yeah when you are not an admin it sucks. maybe you can do this when you find ur administrator open his account. Gud luck to you all

Note : If you have any Query related to the above Article please Post it to the Support Forum.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.