Hack Windows Admin Password using command Prompt

Net User: Command Prompt
 
Windows command prompt utility Net User, can also be used to manipulate the user accounts in Windows. The commands are as follows:
 
  • To check the User Accounts: Net User
  • To Change the Password of User Account: Net User Username *
  • To Add a New User Account: Net User Username Password /add
  • To Delete a User Account: Net User Username /delete