How to display Libraries folder on Windows 11
The Libraries folder in Windows 11 is hidden in the File Explorer interface, but you can easily show it again with just a few taps.
While Windows typically sets the first user on a PC as an administrator, there are many reasons and ways to change an administrator in Windows. Whether you're adding a new administrator-level user, promoting a standard user, or switching to a new administrator entirely, this guide provides six ways to change an administrator in Windows. Just pick your favorite method and get started.
Note : To prevent non-administrators from gaining unauthorized access, Windows requires that you make changes from an existing Administrator account.
1. Using Windows Settings
When you want to change administrators in Windows, the easiest way is to use Windows Settings.
1. Open Settings .
2. Select Accounts in the left pane.
3. Select Other users on the right. This option is called Family & other users in Windows 10.
4. Select the desired user from the list.
5. Click Change account type .
6. Select Administrator from the account type list and click OK to confirm.
You can easily downgrade the administrator account using the same method.
2. Change Administrator in Windows via Control Panel
If you prefer to change settings from Control Panel rather than Settings, follow these steps:
1. Go to Start and search for Control Panel , then click Open.
2. Select User Accounts.
3. If you want to change your own account type, select Change your account type . For other accounts, select Manage another account .
4. Select the account you want to change, then select Change the account type .
5. Select Administrator (or Standard if you are downgrading) and click Change Account Type .
3. Change Administrator in Windows using Command Prompt
If you don't mind typing a few commands, it's easy to change a Windows user account between Standard and Administrator. Let's start by changing the Standard user to Administrator.
1. Press Win + R , type cmd , then press Ctrl + Shift + Enter to open Command Prompt with admin rights .
2. Enter the following to change the user account type to administrator:
net localgroup Administrators "User Account" /add
Replace User Account with your user account name. For a Microsoft account, use the first five letters of the account email address. For example, for [email protected], your user account name would be “windo”. Remember, you can use Windows 11 without a Microsoft account.
3. Verify the change by typing:
net user "user name"
If you need to downgrade the administrator account, the process is similar:
1. Enter the following command, replacing User Account with the account name:
net localgroup Administrators "User Account" /delete
2. Verify the change with:
net user "user name"
4. Using PowerShell
If you prefer PowerShell , here's how to change administrator in Windows 10 and 11:
1. Press Win + X and select Terminal (Admin) . For Windows 10, select PowerShell.
2. Enter the following command at the command prompt, replacing user account with the account name:
Add-LocalGroupMember -Group "Administrators" -Member "User Account"
Just like Command Prompt, the username for a Microsoft account is the first five letters of the account's email address. You can also use:
-Member "MicrosoftAccount\emailaddress"
This elevates the Standard user to an Administrator. If you need to downgrade an account:
1. Open PowerShell and enter the following information, replacing User Account with the account name:
Remove-LocalGroupMember -Group "Administrators" -Member "User Account"
This will switch the account to a Standard user.
5. Using netplwiz
Another quick and easy way to change administrators in Windows is to use netplwiz. This method lists all users and you can switch back and forth between user types as needed.
1. Press Win + R to open Run .
2. Type netplwiz and click OK.
3. Select the desired user and click Properties.
4. Select the Group Membership tab and change the account type. Click Apply.
6. Change Administrator in Windows via Computer Management
This method only works on Pro versions of Windows 10 and 11. If you have a Home version, this option won't be available. Follow these steps to change accounts in Windows 10 and 11.
You can use the third party tool lusrmgmr to get similar results. This guide includes steps for both the Pro version of Windows and lusrmgmr. Screenshots are from lusrmgmr.
1. Open the Start menu and search for Computer Management . Select Run as administrator .
2. Expand System Tools > Local Users and Groups .
3. Select Users to open the list of users in the center pane.
4. Right click on the user and select Properties. Click Edit for lusrmgmr.
5. Select the Member Of tab and click Add. If using lusrmgmr, click the Group membership tab and select Add membership.
6. Select Advanced.
7. Select Find Now .
8. Select the Administrators group from the list. In lusrmgmr, the group list appears immediately. Select Administrators.
9. Click OK to confirm your selection. In lusrmgmr, select Select.
10. Click OK again to exit the window. You should then see both standard and administrator users listed.
You can also demote a user using the same process. However, you will be revoking the permission instead of adding it.
The Libraries folder in Windows 11 is hidden in the File Explorer interface, but you can easily show it again with just a few taps.
Are you getting a High Memory Usage Detected warning while browsing on Microsoft Edge? It means that some browser processes are using too much memory (RAM).
Follow these steps to set up speech recognition on your Windows laptop or PC.
In many cases, it is usually due to virus attacks that the hidden folders of the system cannot be displayed even after activating the “Show hidden files and folders” option in Folder Options. Some of the following methods will help to handle this problem.
Sometimes you still need to turn off the firewall to perform certain functions. The 3 ways to turn off the Win 10 firewall below will help you in such situations.
If you're looking for a quicker method, here's how to add a dedicated shutdown shortcut to your Windows 11 desktop or taskbar.
Windows 11 doesn't support the JPEG X image format by default, but you can install an add-on that does. Here's how to add JPEG XL support in Windows 11.
In the process of pinning applications, sometimes we encounter some errors such as not being able to pin the application to the Taskbar. Below are some ways to fix the error of not being able to pin the application to the Windows 11 Taskbar.
Windows BitLocker offers an easy-to-use solution for encrypting your hard drive. However, it also has its drawbacks, so it may not be a great choice for everyone.
This guide will show you how to overwrite (securely erase) deleted data on a drive so that it cannot be recovered or accessed in Windows 10 and Windows 11.
If you regularly use Copilot on Windows 11, there is a very simple way to quickly access Copilot, which is to add Copilot to the right-click menu.
Adding a printer to Windows 10 is simple, although the process for wired devices will be different than for wireless devices.
A new utility is being developed that will help remove the strict system requirements of Windows 11.
PC maintenance is essential for long-term, efficient performance. However, there are some mistakes you can make that can do more harm than good to your PC.
Smart App Control (SAC) is a security feature included in the Windows Security application that locks down the system, allowing only trusted applications to run.