The Administrator is a type of windows account. It can perform more advanced tasks such as command execution, global settings changes, and app installation. The Administrator account has full and unrestricted access to your computer.
You need administrative permission to work correctly if you have many apps and games on your computer. This type of account can create new users, change an account password, install new software, remove users, and access system files. This guide will talk about changing from a normal user to an Administrator in Windows 10 or Windows 11.
9 Ways to Get Administrator Privileges on Windows 11 and 10
- Change a user to Administrator via Settings.
- Change a user to Administrator via User Account.
- Change a user to Administrator via the control Panel.
- Change a user to Administrator via the Iusrmgr command.
- Change a user to Administrator via Terminal.
- Change a user to Administrator via Computer Management.
- Change a user to Administrator via netplzwiz.
- Change a user to Administrator via using CMD.
- Change a user to Administrator via PowerShell.
Method 1: Change a user to Administrator via Settings
- Press the Start button click the Settings option on your Start menu or Click the Window + I key to open Settings
- In the sidebar, click on the “Account” option and press the “Family & other users” option.
- Expand the user and select the “Change account type”. For Windows 10 users, click the person’s name and then see “Change account type”.
- Select “Administrator” from the list and press “OK”.
- That’s it; you will get Administrator Privileges.
Method 2: Change a user to Administrator via User Account
In this method, we will change a user to the Administrator by using a user account. Follow the given method step by step.
- On your keyboard, press Windows + R to open the Run dialogue. In the dialogue, type netplwiz to the textbox and click the OK button.
- You can see all the user accounts on your computer under the Users; click the target account and then select the Properties.
- Now, go to the group membership tab, select the Administrator, and click the Apply and OK button to save the changes.
Method 3: Change a user to Administrator via the control Panel
This third method is straightforward. You can easily get Administrator Privileges by the control panel. Follow the given below instruction.
- In the search menu bar, type “Control Panel” and search. Click on the top result.
- In the control panel search bar, search “User Account” and click the “User Account” heading.
- Click on the “Manage another account” option. In this step, you will have to provide an administrator credential. Press the “Change your account type” and apply the password if you want to know how to make yourself an administrator in Windows 11.
- If you want to change to an administrator, then select the user account
- Press the “Change the account type”, select “Administrator”, and then Press “Change Account Type”.
Method 4: Change a user to Administrator via the Iusrmgr command
- To change a user to the Administrator by the Iusrmgr command, press the Windows +R key in the Run dialogue type Iusrmgr.msc and then press the enter button.
- Select the user account and double-click on it.
- Click on the “Member Of” option and then click on add button
- In the ‘Enter the object name input field’, enter Administrator and click on the Check names. Now, click on the OK button
- In the last step, select Users and click on the Remove button. To save changes, click Apply and OK.
Method 5: Change a user to Administrator via Terminal
For Command Prompt
- Press Windows + X keys on your keyboard to open the Windows Terminal. After that, select the Windows Terminal (Admin) option from the list
- On the top side, click on the down arrow and then select Command Prompt
- Now, a Command Prompt window open then you Run the given below command:
net localgroup Administrators "WR_Test" /add
- This step is Optional to remove an account from the Administrator’s group, then run this command:
net localgroup Administrators "WR_Test" /delete
For PowerShell
- Press Windows + X keys and select Windows Terminal (Admin) from the list
- If you want to add the user account to the Administrator’s group, then Run the following given below command:
add-LocalGroupmember -Group “Administrators” -Member “WR_Test”
- This section for optional to remove a user from the administrator group, then run this command:
remove-Localgroupmember -Group “Administrators” -member “WR_Test”
Method 6: Change a user to Administrator via Computer Management
This method is the advanced way for some users to make a user an administrator in Windows 11 or Windows 10 with the Computer Management tool. So, follow the given step carefully.
- In the search bar of your Windows computer, type “Computer Management” and then click on the top result.
- Now, open the “Local User and group” in the sidebar, and in the second bar, double-click on the “Users.”
- Double click the user name which you want to make an admin
- Open the “Member Of” option and then click on the “Add” button
- In the blank field, type “Administrators”, then press the OK button
- Now, check the “Administrators” that the user is currently a member and then click OK
Method 7: Change a user to Administrator via using netplzwiz
- To make a user an administrator in Windows 11 or 10 by netplzwix, then press Windows + R keys on your keyboard
- In the Run dialogue, type “netplwix“, then click OK
- Select the user name which one you want to modify and click “properties.”
- In this step, tick the “Administrator” option and then press the OK button
Method 8: Change a user to Administrator via using CMD
If you don’t want to remember the UI, then this step is only for you. The net localgroup command helps you to change an account’s permission easily. So follow the given steps.
- Open your search bar and search “Command Prompt”, then press the “Run as administrator” on the right-hand side. Run the command prompt as an administrator to make this change, so obtain your admin’s permission
- Now, type the change Administrator command and then press Enter button
- Replacing “User” with the full username of the account type given the following command in your CMD Window
net localgroup administrators "User" /add
Method 9: Change a user to Administrator via PowerShell
In the last method, we can use a PowerShell command to get Administrator Privileges. Follow the given below carefully because this step is a little bit harder.
- In the Windows search bar, type PowerShell and search. Click on the Run as Administrator on the right side to open the PowerShell as an admin.
- In the PowerShell window, copy and paste this given below command
Add-LocalGroupMember -Group “Administrators” -Member “User”
- If you want to give the administrator permission, you only replace the “User” with the full name of the user account.
We hope you can now change from a user to Administrator in Windows 11 or Windows 10; if you have further questions regarding the process, comment in the comment section.
Leave a Reply