25.1 C
Texas

How to create and use an administrator account in Windows 10.

Hello, how are you? As time goes by, Windows 10 has improved its stability and performance. With the introduction of successive updates, the system has increased its performance. However, it is inevitable that problems arise at the level of users and applications. One of the best options to solve these problems is to enable and use an administrator account. Since having high privileges guarantees to be able to modify the system to solve issues. Having an account with administrator privileges in Windows 10 implies having many benefits such as:

  • Total control over the equipment
  • Ability to install and uninstall programs
  • Change Passwords
  • Create and modify users
  • Edition of system values, such as registry and files

When we install Windows 10, a local user account is generated associated with a Microsoft account. This account is used to work comfortably with the system, but does not have privileges to deeply modify the system. It also generates a Super Administrator account with high privileges to completely modify the system. For security reasons, this account is hidden by default. However, it is useful to be able to enable and access it. For that reason, let’s see how to create and enable Administrator accounts in Windows 10.

Create an Administrator account using Windows Settings.

It is possible to create the administrator account using Windows Settings. With this intention, please press the Win+I combination. Once there, go to the Accounts section.

Windows Settings>Accounts
Windows Settings>Accounts

Next, in the left column select the option other users. Then select Add someone else to this PC

Adding a new user
Adding a new user
- Advertisement -

Please note that this user must be local, i.e. not associated with a Microsoft account. With this in mind please select the option Add a user without a Microsoft account

Add a new user without Microsoft account
Add a new user without Microsoft account

Now add the Administrator account name and password. In addition, it indicates security questions in case of forgetting the password. Press Next to continue.

Introducing credentials and security questions for the new user.
Introducing credentials and security questions for the new user.

As mentioned, the new account is local. What we will do is elevate your privileges to Administrator. To do this, click on the new account and click on change account type.

Changing the local account to administrator
Changing the local account to administrator

In the next window please select administrator to change the account privileges. Press OK to continue.

Changing Account Privileges
Changing Account Privileges

In the next window, you can see how the account type has changed.

Successfully created an administrator account.

Create an Administrator account using Command Prompt.

To create an administrator account using the CMD, you need to run it as an administrator. With this intention, please type CMD in the search bar, and then run as administrator.

Running Command Prompt as administrator.
Running Command Prompt as administrator.

To create the user please type the following command in the CMD.

 net user (new user) (password) /add 

Replace new user with the name of the user you want to add. And replace password with your preferred password. In this case, OsradarAdmin and Newpassword13#

Adding a new user and password
Adding a new user and password

Next, add this user to the group of administrators. To do this, add the following command into the Command Prompt.

 net localgroup Administrators Osradar_Admin /add 
Adding the new user to the Administrators group
Adding the new user to the Administrators group

Add administrator account using the Microsoft Management Console

Administrators can also be added using the Microsoft Management Console. For the purpose of open it, please press the Win+R combination en type lusrmgr.msc. In the displayed console please right click on the user folder and select new user.

Adding a new user in the Management Console
Adding a new user in the Management Console

In the next window add the credentials of the new user. In addition, enter the password and your preferences. Press Create and Close to finish the process.

Adding username and password.
Adding username and password.

Back to the previous window, double click on the Users folder and you will see that the new user has been created. Please right-click on the name and select Properties.

Opening new user properties
Opening new user properties

In the following window click on the tab: Member of. And then press add

Adding the user to another group.
Adding the user to another group.

In the displayed window enter the term Administrators and click on Check names.

Adding the user to the group of administrators.
Adding the user to the group of administrators.

Back to the previous window, we can see how the account is already within the group of administrators.

The new account added to the group of administrators
The new account added to the group of administrators

Enabling the super administrator account.

This account is activated from Windows Vista. It is hidden by default for security reasons. This account has many more privileges than the administrator user account. It is similar to the root account in Linux. Enabling this account has the advantage of having total control over the system, in addition to being able to use Command Prompt and Windows Powershell without any restrictions. Since they will be run directly as administrators. To activate it, please open a CMD as an administrator and type this command. remember to replace the password with the password of your choice.

 Net user administrator (password) /active:yes 
Adding administrator Account by CMD
Adding administrator Account by CMD

Enabling hidden Administrator account by the Mircosoft Management Console

We can also enable this user in the user management console we previously used. To do this please type lusrmgr.msc in the run box.

Microsoft Management Console
Microsoft Management Console

Then double click on the administrator account. You can see that it is disabled by default. Please uncheck the box corresponding to Account is disabled. Then double click on the administrator account. You can see that it is disabled by default. Please uncheck the box corresponding to Account is disabled. Click on Apply and then on OK to save the change. This will allow you to enable the administrator account in Windows 10.

Enabling the administrator account.
Enabling the administrator account.

Enabling the super administrator account using Local Security Policy.

Another option that Windows offers to enable the hidden Administrator account is to use the Local Security Policy. In order to do so, please type secpol.msc in the run box. Please follow the following path: Security Settings>Local Policies>Security Options. Then select the policy: Accounts: Administrator account status. Double click on it and change its state from disabled to enabled.

Changing the status of the administrator account.
Changing the status of the administrator account.

Enabling the Administrator account on the Windows 10 startup screen

Since we have successfully enabled the super administrator account, all that remains is to add it to the Windows 10 startup screen. This way we can use it at any startup of the operating system. To do this, you only need to enter the registry editor by typing Regedit in the Run box. Please follow the path below to edit the registration key:

 HKEY_LOCAL_MACHINE/Software/Microsoft/WindowsNT/CurrentVersion/Winlogon/UserDefaults 

Once there, please click on any blank space to the right and select New / DWORD Value (32 bits).

Adding new value
Adding new value

Add as value name: Administrator

Adding the new administrator value.
Adding the new administrator value.

Then close the registry editor and restart the computer, you can see that the Administrator account is available to start the session in Windows. Finally, we have seen multiple ways to enable the Administrator account in Windows 10. Please keep in mind that this gives total control over the system, so I recommend that only you handle it. Now you can make any changes to the system without adding additional account data. This is all for now, before saying goodbye I invite you to review our tutorial on MongoDB in Windows 10.

- Advertisement -
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

LEAVE A REPLY

Please enter your comment!
Please enter your name here



Latest article