Introduction
Change peoples windows accounts passwords without knowing their old one
Background
Just a command that will allow you to just change or add a password for any user on the computer your on. note: it will only change accounts on that individual accounts not network accounts
The code
run cmd.exe, command.com or windows powershell
Blocks of code should be set as style "Formatted" like this.
Code: cmd.exe
net user
net user (username) *
(the password you choose)
(the password you choose)
[enter]
References
Note: on some computer this may not work, because of user restrictions ill solve this problem in my next article

