Your using the latest version of Windows and trying to find a way to add new user accounts at the welcome screen. How to add them using command prompt is difficult.
Steps
1. Open the command prompt as "administrator".
2. type net(space)user(space)[username](space)[password](space)/add
3. Thats it! Command Successfully!
Command Prompt is a command line interpreter software available in Windows Operating Systems use to execute commands using syntax patterns. Above is a sample command that you can manually input or automate tasks by using scripts or scripting tools.
0 Comments:
Post a Comment