Skip to content

Instantly share code, notes, and snippets.

@adamberes
Created March 13, 2024 09:51
Show Gist options
  • Save adamberes/332f4184a54575e42c1e9dcdd067001d to your computer and use it in GitHub Desktop.
Save adamberes/332f4184a54575e42c1e9dcdd067001d to your computer and use it in GitHub Desktop.
Change Windows 11 password in the cmd line

I am logging in windows generally over the pin. So where is my password next line reset over cmd Line in Admin mode

net user accountname newpassword 
is the account name with space? then as following:
net user "account name" newpassword 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment