Table of Contents
This tip is about the how To Switch Administrator On Your Windows PC. So read this free guide, How To Switch Administrator On Your Windows PC step by step. If you have query related to same article you may contact us.
How To Switch Administrator On Your Windows PC – Guide
Almost every application needs admin authorization to run correctly. If you use a computer from an account without administrator permission or access, some applications and games will not work and you will need to enter the administrator password in User Account Control feature (UAC) to run these programs as an administrator.
If a family member or friend is using your PC and you want to give their account administrator access so that they have full system access, you can easily change their account and convert it to an administrator account in Windows 11. The details here illustrate how to change the account type from Standard User to Administrator in Windows 11 using Settings, Control Panel, PowerShell, Command Prompt and some commands.
How can I change the administrator account in Windows 11?
1. Use the Settings app
- Click Start button on the taskbar.
- Select Settings.
- Now go to the Accounts section and choose Family & Other Users.
- Select the account you want to change to administrator and click Change Account Type.
- Set the account type to Administrator and click OK to save changes.
If the Settings app doesn’t work, you can fix the problem by using the command-line tool and running a few commands.
2. Use the control panel
- Click the Search icon on the taskbar.
- Type Control Panel and select Control Panel from the list of results.
- Now select Change Account Type.
- Choose the account you want to change.
- Now select Change Account Type.
- Choose Administrator and click Change Account Type.
3. Use the netplwiz command
- Press Windows key + R and type netplwiz. Press Enter.
- Double-click on the account you want to change.
- Navigate to the Group Members tab. Now select Administrator and click Apply and OK.
4. Use the lusrmgr command
- Press Windows key + R and type lusrmgr.msc. Press Enter.
- Select your user account and double click on it.
- Navigate to the Member Of tab and click Add.
- Enter Administrators in the input field and click Check Names. The input will now change if the name is good. Click OK.
- Select Users and click Remove. Now click Apply and OK to save the changes.
5. Use the Terminal
For PowerShell:
- Press Windows key + X and choose Terminal Windows (Admin) from the list.
- Run the following command to add the user account to the Administrator group: add-LocalGroupMember -Group “Administrators” -Member “WR_Test”
- Optional: To remove a user from the administrators group, use the following command: remove-LocalGroupMember -Group “Administrators” -Member “WR_Test”
For Command Prompt:
- Start Windows Terminal by pressing the Windows key + X and choosing Windows Terminal (Admin) from the list.
- Click the down arrow and select Command Prompt.
- When the command prompt window opens, run this command: net localgroup Administrators “WR_Test” / add
- Optional: To remove the account from the Administrators group, run this command: net localgroup Administrators “WR_Test” / delete
Final note
I hope you like the guide How To Switch Administrator On Your Windows PC. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.