Many people create user accounts using useraccounts option present in controlpanel.............right
but do u know that we can create user accounts using command prompt? many noobs dont know this trick
so am making this tutorial for them.
To create an account using dos
follow these steps
1. goto run dialogue box or use this shortcut "windows key+r"
2.Type cmd and press enter
3.Now type c:\net user to see the list of accounts present in ur system.
4.Now create a user account that doesnt exist using
c:\net user batman xxx /add and press enter
command actually creates an account named batman with password xxx and /add
adds the user batman to the current users
5. Now u can confirm that whether this account has been added or not by issuing
c:\net user command again .which in turn displays list of user accounts present in ur system
Now comes the interesting part.............................................
let us consider a scenario in which u wanna create an account or user who can access the account
only in da specified days in a week and in da specified time then wat would u do ..................
confused ok let me tell u how u can do that easily
for example take da batman account that we hav created.I want to make restrictions on batman account such that he can access my system from "monday to sunday" and in between the timings
"10am to 1pm " because after 1pm i want another user to login this computer to learn his lessons.
to accomplish the above task
c:\net user batman /time: M-SU,10am-1pm
congrats you hav successfully created a customised user account
but do u know that we can create user accounts using command prompt? many noobs dont know this trick
so am making this tutorial for them.
To create an account using dos
follow these steps
1. goto run dialogue box or use this shortcut "windows key+r"
2.Type cmd and press enter
3.Now type c:\net user to see the list of accounts present in ur system.
4.Now create a user account that doesnt exist using
c:\net user batman xxx /add and press enter
command actually creates an account named batman with password xxx and /add
adds the user batman to the current users
5. Now u can confirm that whether this account has been added or not by issuing
c:\net user command again .which in turn displays list of user accounts present in ur system
Now comes the interesting part.............................................
let us consider a scenario in which u wanna create an account or user who can access the account
only in da specified days in a week and in da specified time then wat would u do ..................
confused ok let me tell u how u can do that easily
for example take da batman account that we hav created.I want to make restrictions on batman account such that he can access my system from "monday to sunday" and in between the timings
"10am to 1pm " because after 1pm i want another user to login this computer to learn his lessons.
to accomplish the above task
c:\net user batman /time: M-SU,10am-1pm
congrats you hav successfully created a customised user account