Issue
I want to know if it is possible to create a user account with a notepad?
Solution
Code:
command.com
- Go to File->Save As->CMD.bat
Save as All Files to Desktop
- Open CMD on your desktop
- Type in:
Code:
net user <acc name> <pass> /add
and hit enter
Example:
net user newuser imthebest /add
Published by
aakai1056.
Latest update on June 11, 2010 at 08:56 AM by aakai1056.