To change the administrator on Windows 10, follow these steps:
| Workable Solutions | Step-by-step Troubleshooting |
|---|---|
| 1. Using Windows Settings | To change the administrator account via Windows Settings, follow these steps: go to the Start menu and click on the "Settings" icon, then click on "Accounts", followed by "Family & other people" or "Other people" depending on your Windows version, and finally click on "Add someone else to this PC" to add a new user account with administrator privileges. You can also edit the existing administrator account by clicking on it and selecting "Change account type" to change its privileges. Be sure to enter the correct password for the administrator account to make changes.Full steps |
| 2. Using Command Prompt | To quickly change the role of an account to standard, you can use the method of... (please continue the sentence).Full steps |
| 3. PowerShell/Windows Terminal | Right-To open the Windows Terminal (admin), click on the Windows button on your keyboard, then click on "Windows Terminal" from the menu, and select "Admin" from the dropdown options. This will open the Windows Terminal with administrator privileges, allowing you to run commands and perform actions that require elevated permissions.Full steps |
Windows OS Microsoft Windows has a hierarchical structure of users, with the administrator being the highest position, granting access to all features and allowing modifications to the operating system. This position enables the user to control and customize Windows to their liking, much like a business hierarchy where different roles have varying levels of authority and responsibility.
Selecting the administrator is critical and significant, as it can also help prevent a regular user from making modifications that could negatively impact performance and security.
To change an administrator account to a standard account, go to Settings, then Accounts, then Family & other people, then select the account you want to change, then click on the "Change account type" button, then select "Standard account" from the dropdown menu. This will change the administrator account to a standard account, removing its administrative privileges. Alternatively, you can also use the built-in Windows tool, "lusrmgr.msc" (Local Users and Groups), to change the account type.
When changing the administrator account, remember to update the password, ensure the new account has the correct permissions, and verify that the old account is disabled or deleted to prevent unauthorized access. Additionally, make sure to test the new account to ensure it functions correctly and has the necessary access to perform tasks.
To change the administrator on a Windows 10 computer, you can use one of three methods. You can create a new user account and make it an administrator, add an existing user account as an administrator, or remove the current administrator and add a new one. In the first method, go to Settings, then Accounts, and click on "Family & other people" to create a new user account.
This is how you change the administrator account via Windows Settings:
Step 1. Press the Windows key + I to open Settings.
Step 2. Click on "Accounts" on the left pane.
Step 3. Click on "Family & other users" from the right side.
Step 4. After selecting the account owner's name under Family & other users, choose Change account type. You should see Local account underneath the name.
Step 5. Switch to the standard account, and apply the changes.
If you want to copy some files but don't have the necessary permissions, there's a solution to help you copy and backup files without needing admin rights.
If you find this post helpful, it's nice to share it with others who may have the same issue.
To quickly change the role of an account to standard using Command Prompt, follow these steps: Open Command Prompt as an administrator. Type the command "net localgroup administrators username" and press Enter.
Step 1. To open the Run Prompt with admin privileges, press Win + R, type "cmd", and then press Shift + Enter. This will open the Command Prompt with administrator permissions.
Step 2. Type the following command, and press the Enter key.
net localgroup Administrators "NAME"/delete
Note: The user account name can be checked by going to the Users account folder, where the actual user account name is displayed.
Step 3. The role of the user changed as expected when checked with the Windows interface.
Step 1. Right-click on the Windows button, and click on Windows Terminal (admin) to open the Windows Terminal with administrator privileges.
Step 2. Since Windows Terminal supports PowerShell commands, you can execute the command `Get-ChildItem -Path "C:\Program Files\Microsoft Office" | Select-Object -ExpandProperty "Name"` to list the names of all files in the specified directory.
Remove-LocalGroupMember -Group "Administrators" -Member "NAME"
Step 3. Cross-check if the role has changed.
It's a good idea to have a backup administrator account in case you need to make changes or troubleshoot issues in the future. This way, you won't be left without access to your accounts. Keep the username and password for this account private, so only you know them, and no one else can access your account. This will ensure you have control over your accounts and can make any necessary changes or fixes.
An administrator account allows for changes to other user accounts, hardware and software installation, access to all files, and security settings modification. However, it cannot be used if the password is lost or access is restricted, or if admin credentials were revoked unintentionally.
To change a user account from Admin to Standard in Windows, go to Account settings, select the user account, and change the role from Admin to Standard user. This requires an admin account to make the change.
Be cautious when granting administrator privileges to other users, as they can change anything on your PC, including sensitive data.