Hi guys!
I need help with this command:
What I want to do is make the command automatic by making it to a batch file and work flawlessly... The problem is that after the "net user user *" command starts it will ask me to type a password. I don't want any password, I want it without one. Is there anyway I could make it 'press enter' so the account won't have a password?Code:@echo off Color 0a net user user * msg * User: 'user' has no password.


LinkBack URL
About LinkBacks





Reply With Quote

