-Use CMD (command prompt)
-Enter CMD codes
-Change User Passwords
&
-See what users/computers are using your net connection.
So lets get started...first you will need a computer running CMD
normally windows is the best choice. EVERY WINDOWS OPERATING SYSTEM (xp, 2000, vista)
HAS CMD! you will also need a web connection.
Dont forget to visit the site!
http://www.wix.com/SimpleCircuits/Simple-Circuits
Remove these ads by
Signing UpStep 1Find CMD
| « Previous Step | Download PDFView All Steps | Next Step » |










































net user
echo.
echo Type the user name you want to change the password for.
set /p user=User:
echo.
echo.
net user %user% *
pause
put this into a batch and run and it will change without questions.
set /p user=Enter the username:
set /p pass=Enter the password:
net user %user% *%pass%
but i see what you were going for, in yours, they are prompted twice for the password for insurance.