How Hackers bypass windows Login Screen

 Here is another simple way through which you can reset the password of any non-administrator accounts. The only requirement for this is that you need to have administrator privileges. 



Here is a step-by-step instruction to accomplish this task:


STEP 1:

Open the command prompt (Start -> Run -> type cmd -> Enter)


Now type

net user
and hit Enter


STEP 2:

Now the system will show you a list of user accounts on the computer. Say for example, you need to reset the password of the account by name John, then do as follows:


Type

net user John *
and hit Enter. 


Now, the system will ask you to enter the new password for the account. That’s it. Now you’ve successfully reset the password for John without knowing his old password.


So, in this way you can reset the password of any Windows account at times when you forget it so that you need not re-install your OS for any reason. I hope this helps.


NOTE :- 

1. If there is SPACE between user name use Quotation on both sides of user name .For ex:-  net user "JOHN CENA" *


2. Remember to Open cmd as Administrator .




0 Comments