11 - How To Create An Admin Account On Windows
net user administrator /active:yes To set a password:
net user AdminName * /add (Enter a password when prompted) how to create an admin account on windows 11
Then make it admin:
net localgroup administrators AdminName /add In an admin Command Prompt : net user administrator /active:yes To set a password: