Websites for sale:
Used Cars for Sale - $175 and Car Sale.
If interested drop me a line at ken@kensfi.com. Thanks!
Have questions about Toronto? Check my latest project: Ask about Toronto!
How to change user accounts using MS DOS commands
Using MS DOS commands you can create new users account, delete them, change the passwords or add a new user to a group. You can even add or delete an administrator account using MS DOS commands.
The MS DOS commands are listed below:
net user – displaying all users accounts
net user HERE_THE_NAME /add – to add a new user
net user HERE_THE_NAME * – change / add a password
net user HERE_THE_NAME /delete – to delete an account
net localgroup – displaying the local groups
net localgroup power users – display all users belongs to this group
net localgroup power users HERE_THE_NAME /add – adding a user into the power users group

Every time when the command is ok after you press ENTER there will appear a new line telling you: “The command completed successfully”
Have fun! :)
If you enjoyed this post, make sure you subscribe to my RSS feed!Related Posts
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
Please read before commenting:
I don't tolerate spam comments. Be human and polite. If you are signing as "Computer repairing", "iPhone store" or other kind of bullshits you'll be marked as spam.
USE YOUR NAME! Thanks!


Hi … Iwant to add a new user to administrator group using dos commands with the .bat file. Can anybody help me plz….
real command for renaming or deleting user accounts are:
del user (username)
ren user (username)
Amazing!, It Works! Why did not anyone teach me before?. Sure you can do a lot more linux style.
Easy to understand … and it reaches the score!
Very good job, thanks a lot!