Infolink

Tuesday, November 23, 2010

How to Add user accounts using command Prompt

Everyone Know the way to add or delete the user account using the old USER ACCOUNTS windows. But lets try a new way using Command Prompt.

• The simplest way of adding a new account is typing following command:

“net user /ADD” in RUN or in command Prompt that you can find in C:/Windows/System32

• The simples way of deleting any account is typing following command:

“net user /DELETE”

• The simplest way of adding a password to account is typing following command:
“net user /ADD”

• The Simplest way of adding a Administrator Privilege account.

“net localgroup administrators /ADD”

No comments:

Post a Comment