Windows server 2003 and Windows XP – How to create windows user
Posted by aidas | Posted in Uncategorized | Posted on 17-05-2009
0
This post will show you how to create local user on your Windows machine. Lets say we want to create local user account named “testuser” with password “Passw0rd”.
1. SIMPLE WAY
Right click mouse on “My computer” and select “Manage” to open Computer Management window. Expand “Local users and groups”, right click on “Users” and select “New User…”
In “New User” window enter this information:
User name: testuser
Password: Passw0rd
Confirm password: Passw0rd
Disable “User must change password at next logon” option.
Click “Create” button and you are done.
2. ADVANCED WAY
To create local user account “testuser” open command line on your Windows computer and type:
net user testuser Passw0rd /ADD
Follow us on Twitter !








