Windows 11/10 用户可以作为管理员或标准(Standard)用户来操作系统。标准用户和管理员用户之间的主要区别在于他们的权限。虽然管理员(Administrator)帐户可让您访问机器上的所有内容,但标准帐户的限制更大。
如何在Windows中切换(Windows)帐户用户类型(Account User Type)
由于各种原因,您可能需要将用户帐户从Standard帐户更改为Admin并返回。(Admin)如果您想知道如何更改您的用户帐户类型,请阅读本指南到最后。
将标准(Change Standard)用户更改为管理员(Administrator)帐户
我们可以通过五种简单的方式更改用户帐户的帐户类型。我们将在本节中探讨以下方法:
- 从User Accounts更改Standard和Admin之间的用户帐户类型。
- 从Settings更改(Settings)Standard和Admin之间的用户帐户类型。
- 从控制面板更改(Control Panel)标准(Standard)和管理员(Admin)之间的用户帐户类型。
- 从Command Prompt在(Command Prompt)Standard和Admin之间更改用户帐户类型。
- 从PowerShell在(PowerShell)Standard和Admin之间更改用户帐户类型。
下面,我们将上述更改用户帐户类型的方法分解为简单的步骤。
1]从用户帐户更改(Change)标准(Standard)和管理员之间的(Admin)用户(User)帐户类型
用户(User) 帐户设置区域可能是在(Accounts)标准(Standard)用户和管理(Administrative)用户之间更改用户帐户类型的最简单位置。以下是如何使用用户(User) 帐户(Accounts)设置执行此操作。
右键单击 开始(Start)按钮并选择 运行(Run)。在“运行”对话框中,键入 netplwiz并按ENTER。选择要更改其类型的用户帐户,然后单击“ 属性(Properties)”选项。
切换到 “属性(Properties)”窗口中的“组成员身份(Group Membership)”选项卡。您可以在此处选择用户帐户类型或访问级别。选择(Pick)Standard user、 Administrator或 Other以 获得更多选项。
为两个打开的窗口点击 应用 (Apply )和 确定,然后重新启动计算机。(Ok)
2]从设置中(Settings)更改(Change)标准(Standard)和管理员(Admin)之间的用户帐户类型
在Windows 11中:
- 打开设置
- 点击打开账户设置
- 在右侧,选择家庭(Family)和其他用户
- 现在找到用户帐户并单击它
- 单击(Click)出现的更改(Change)帐户类型按钮
- 在弹出窗口中,更改帐户(Account)类型,然后单击确定。
在Windows 10中,您可以使用(Windows 10)Windows 键和 I(Windows Key, and I)组合键打开设置 。转到 帐户(Accounts)并选择 家庭和其他用户(Family & other users)。
在您的家人(Your family)或 其他用户(Other users)下找到您要修改的用户帐户 ,然后单击它。单击显示的 更改帐户类型(Change account type)按钮。
在下一个屏幕上,从下拉列表中选择您喜欢的用户帐户类型,然后单击下面的 确定(OK)按钮。
3]从控制面板(Control Panel)更改(Change)标准(Standard)和管理员(Admin)之间的用户帐户类型
从开始(Start)菜单中搜索 控制面板(Control Panel)并打开它。接下来,单击右上角的 View by选项并将其更改为 Category。单击 用户帐户(User Accounts)。如果您在选项下看到 更改帐户类型 (Change account type ),请选择该选项,或从下一个屏幕中选择它。
通过单击选择要更改的用户帐户,然后单击 更改帐户类型 (Change the account type )链接。
从出现的新选项中,选择 标准(Standard)或 管理员(Administrator)选项以设置其相应的用户帐户类型。最后,单击下面的 更改帐户类型(Change Account Type)按钮。成功更改帐户类型后,退出控制面板(Control Panel)并确保重新启动计算机。
4]从命令提示符(Command Prompt)更改(Change)标准(Standard)和管理员(Admin)之间的用户帐户类型
如果您习惯使用命令(Commands)并且不介意节省一两次额外的点击,那么这个和下一个方法适合您。在这里,我们将使用命令行函数更改用户帐户类型。
首先,以管理员身份运行(Administrator)命令提示符(Command Prompt)。按(Press)Windows键并搜索 Command Prompt。右键单击命令提示符(Command Prompt)并选择以管理员身份(Administrator)运行(Run)。
1.更改为标准(Standard)用户帐户
在命令提示符(Command Prompt)窗口中,以下命令将指定用户的帐户类型更改为标准。(Standard.)
net localgroup Administrators "ACCOUNT-NAME" /delete
注意: (NOTE: )将 ACCOUNT-NAME 替换为用户帐户的真实姓名。此外,Microsoft 帐户的帐户名称是其电子邮件地址的前五个字母。(Replace ACCOUNT-NAME with the real name of the user account. Also, the account name of a Microsoft account is the first five letters of its email address.)
2.更改为管理员帐户
使用提升的权限运行命令提示符(Command Prompt),键入以下命令并按 ENTER(ENTER)键:
net localgroup Administrators "ACCOUNT-NAME" /add
注意: (NOTE: )将 ACCOUNT-NAME 替换为用户帐户的真实姓名。此外,Microsoft 帐户的帐户名称是其电子邮件地址的前五个字母。(Replace ACCOUNT-NAME with the real name of the user account. Also, the account name of a Microsoft account is the first five letters of its email address.)
要确认用户帐户类型已更改,请运行此命令。运行它时,命令提示符(Command Prompt)会显示所选用户帐户的属性,包括用户帐户类型。
net user ACCOUNT-NAME
立即退出命令提示符(Command Prompt)并重新启动计算机。在下一次Windows启动时,您会注意到更改已生效。
提示:如果(TIP)更改帐户类型在 Windows中显示为灰色,请参阅此帖子。
5]从PowerShell更改(Change)标准(Standard)和管理员(Admin)之间的用户帐户类型
PowerShell只需几个步骤,例如命令提示符(Command Prompt)方法。您可以复制命令并粘贴到PowerShell窗口中以避免错误。
按 Windows key + X并从上下文菜单中选择 Windows PowerShell (Admin) 。
更改为标准用户
将以下命令行复制并粘贴到PowerShell窗口中:
Remove-LocalGroupMember -Group "Administrators" -Member "ACCOUNT-NAME"
注意: (NOTE: )将 ACCOUNT-NAME 替换为用户帐户的真实姓名。此外,Microsoft 帐户的帐户名称是其电子邮件地址的前五个字母。(Replace ACCOUNT-NAME with the real name of the user account. Also, the account name of a Microsoft account is the first five letters of its email address.)
2.将用户更改为管理员
(Open PowerShell)以管理员身份(Administrator)打开 PowerShell。在PowerShell中(PowerShell)输入(Enter)并运行以下命令:
Add-LocalGroupMember -Group "Administrators" -Member "ACCOUNT-NAME"
最后,您可以关闭命令提示符(Command Prompt)并重新启动计算机。您可以使用任何您认为最容易遵循的方法。
如果您仍然想了解更多类似的技巧,请阅读本指南关于删除内置管理员帐户(guide on deleting the inbuilt Administrator account)。
How to change a Standard User to Administrator Account & vice versa
Windows 11/10 users сan operate their system as Administrators or Standard users. The maіn difference between standard and admin users is their privileges. While Admіnistrator accounts give you access to everything on the machine, standard accounts are more restrictive.
How to switch Account User Type in Windows
You may need to change a user account from a Standard account to Admin and back for various reasons. If you’re wondering how to change your user account type, read this guide to the end.
Change Standard user to an Administrator account
We can change the account type of a user account in five easy ways. We’ll explore the following methods in this section:
- Change a user account type between Standard and Admin from User Accounts.
- Change a user account type between Standard and Admin from Settings.
- Change a user account type between Standard and Admin from Control Panel.
- Change a user account type between Standard and Admin from Command Prompt.
- Change a user account type between Standard and Admin from PowerShell.
Below, we have broken the above methods of changing user account types into straightforward steps.
1] Change a user account type between Standard and Admin from User Accounts
The User Accounts settings area is perhaps the easiest place from which to change user account types between Standard and Administrative users. Here is how to perform this operation using the User Accounts settings.
Right-click the Start button and select Run. In the Run dialog box, type netplwiz and press ENTER. Choose the user account whose type you want to change and click on the Properties option.
Switch to the Group Membership tab in the Properties window. This is where you select the user account type or access level. Pick either Standard user, Administrator, or Other for even more options.
Hit Apply and Ok for the two open windows and restart your computer.
2] Change a user account type between Standard and Admin from Settings
In Windows 11:
- Open Settings
- Click open Accounts settings
- On the right side, select Family and other users
- Now locate the user account and click on it
- Click on the Change account type button that appears
- In the popup, change the Account type and click OK.
In Windows 10, you can open Settings with the Windows Key, and I key combination. Go to Accounts and select Family & other users.
Find the user account you want to modify under Your family or Other users and click on it. Click on the Change account type button that’s revealed.
On the next screen, select your preferred user account type from the dropdown and click on the OK button below.
3] Change a user account type between Standard and Admin from the Control Panel
Search for Control Panel from the Start menu and open it. Next, click on the View by option at the top right and change it to Category. Click on User Accounts. If you see the Change account type under the option, select that, or choose it from the next screen.
Pick the user account that you want to change by clicking on it, and click on the Change the account type link.
From the new options that appear, choose either the Standard or Administrator options to set their corresponding user account type. Finally, click the Change Account Type button below. After successfully changing the account type, exit the Control Panel and be sure to restart your computer.
4] Change a user account type between Standard and Admin from Command Prompt
If you’re comfortable using Commands and don’t mind saving an extra click or two, then this and the next methods are for you. Here, we’re going to change the user account type using command-line functions.
First, run Command Prompt as an Administrator. Press the Windows key and search for Command Prompt. Right-click on Command Prompt and choose Run as an Administrator.
1. Change to a Standard user account
In the Command Prompt window, the following command changes the account type of the specified user to Standard.
net localgroup Administrators "ACCOUNT-NAME" /delete
NOTE: Replace ACCOUNT-NAME with the real name of the user account. Also, the account name of a Microsoft account is the first five letters of its email address.
2. Change to an Admin account
With the Command Prompt running with elevated privileges, type in the following command and hit the ENTER key:
net localgroup Administrators "ACCOUNT-NAME" /add
NOTE: Replace ACCOUNT-NAME with the real name of the user account. Also, the account name of a Microsoft account is the first five letters of its email address.
To confirm that the user account type has been changed, run this command. On running it, Command Prompt displays properties of the selected user account, including the user account types.
net user ACCOUNT-NAME
Exit Command Prompt now and reboot your computer. On the next Windows startup, you’ll notice the changes effected.
TIP: See this post if Change Account Type is greyed out in Windows.
5] Change a user account type between Standard and Admin from PowerShell
PowerShell works with few steps like the Command Prompt method. You can copy the commands and paste on the PowerShell window to avoid mistakes.
Press Windows key + X and select Windows PowerShell (Admin) from the context menu.
Change to Standard user
Copy and paste the following command line into the PowerShell window:
Remove-LocalGroupMember -Group "Administrators" -Member "ACCOUNT-NAME"
NOTE: Replace ACCOUNT-NAME with the real name of the user account. Also, the account name of a Microsoft account is the first five letters of its email address.
2. Change the user to an Administrator
Open PowerShell as an Administrator. Enter and run the command below in PowerShell:
Add-LocalGroupMember -Group "Administrators" -Member "ACCOUNT-NAME"
Finally, you can close Command Prompt and restart your machine. You can make use of any method you find easiest to follow.
If you still feel like learning more similar tips, read this guide on deleting the inbuilt Administrator account.