Monday, 29 March 2010

The simple (and geeky) way to create local accounts & Groups

Create Local User

Open CMD

net user (username) (password) /add

Enter

To create Local Group

Open CMD

net local group (groupname) /add

Enter

Its as simple at that!

No comments:

Post a Comment