Change password of users without knowing its current password in windows xp / 7 / 8 / 8.1 / 10 command prompt


Change password of users without knowing its current password in windows xp / 7 / 8 / 8.1 / 10 command prompt.


Hi.. Some times you may have chance to use windows in administrator rights without knowing it's password. At that time, you can reset that Administrator or any user password of that machine without knowing its current password in few seconds.

Command ;

net user - it will lists all users name that are exists in that machine.

net user <<username>> <<password>>



Note : You need administrator rights / elevated command prompt to run above command.

Comments