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