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: net user net user (username) * (the password you choose) (the password you choose) [enter] Do not add syntax colorizing to your code snippets. Our scripts will colorize your code automatically if you specify the language name. References Note: on some computer this may not work, because of user restrictions ill solve this problem in my next article