Skip to main content

How to disable a password in windows using cmd

Lets say you need to stop a PC from requiring a password.

  • Start cmd, if you are not sure how, use other tutorials i have done.
  • Type wmic useraccount set passwordrequired=false
  • Press the 'ENTER' key 


Comments