How To Make A User An Administrator Windows 11 Cmd
Replace <username> with the actual username you want to make an administrator.
: To add a user, use the following command: how to make a user an administrator windows 11 cmd
"UserName" with the actual name of the account you want to change: cmd net localgroup Administrators "UserName" /add Use code with caution. Copied to clipboard (Keep the quotation marks if the username contains spaces.) 4. Verify the Change To ensure the user now has admin rights, type: cmd net localgroup Administrators Use code with caution. Copied to clipboard The username should now appear under the list of members for the Administrators group. Note: The user will need to Replace <username> with the actual username you want
net localgroup Administrators <username> /add how to make a user an administrator windows 11 cmd
