Monday, 10 November 2014

** CHANGE WINDOWS USER PASSWORDS FROM COMMAND PROMPT**


Here it is an intesting technique to change the password of any user from cmd without knowing the user password.
let me tell u :


  • open CMD
  • type " net user " in cmd and enter.
  • Suppose u want change the password for the user 'xyz'. At first type cmd and hit enter.
  • Now enter net user xyz * 
  • enter key ,then u will be asked to enter a new password  for the user .Put your password and press the enter key ,then retype the password again for confirmation .
 NOTE THAT THE PASSWORD U ENTER IS INVISIBLE TO U .SO BE ALERT  WHILE  ENTERING THE PASSWORD........... 


                                     ANOTHER WAY


  • Go to cmd
  • type net user
  • find administrator name of which you want to change their password
  • type net user administrator name and then press *
  • it will ask what you want to change his or her password.simply type the password  you desire.

No comments:

Post a Comment