How Can We Add A Multi-User To Windows 11? (Explained)

How Can We Add A Multi-User To Windows 11? (Explained)

Using Settings, Command Prompt, and PowerShell, you can still create a local account in Windows 11. Here’s how you can do it.

You can avoid using the Microsoft account by creating a local account in Windows 11. However, your settings and files will only be viewable locally on the device, providing a more private and secure overall experience.

In most cases, configuring a device with a Microsoft account provides additional benefits, such as seamless integration with various services and the ability to sync files and settings between devices.

However, if you believe that the cloud-powered account type is not for you, you can create a local account that does not connect to Microsoft services using the Settings app, Command Prompt, and PowerShell. This will allow you to work without relying on the cloud.

With the help of this guide, you will discover how to create a local account on Windows 11 using one of three distinct methods.

  • Create a local account in Windows 11 using Command Prompt
  • Create a local account in Windows 11 using Settings
  • Create a local account in Windows 11 using PowerShell.

Create a Local Account in Windows 11 Using the Command Prompt.

If you are comfortable entering commands, using Command Prompt to create and manage an account is faster than other methods.

To create a local standard or administrator account in Windows 11, use the Command Prompt and perform the following steps:

  1. Open the Start button.
  1. Search for Command Prompt, right-click the first result, and select the Run as administrator option from the context menu.
  1. To make a new account, enter the following command and press the Enter key:
  1. add net user USERNAME PASSWORD
  1. create the command to type up a local account.
  1. Make the USERNAME and PASSWORD parameters in the command to the username and password you intend to use for the newly created user account.
  1. Formalized paraphrase (Optional) To add the newly created account to the “Administrators” group, enter the following command and press Enter:
  1. Go to USER-ACCOUNT /add if you are a member of the net localgroup administrators.
  1. In the command, make the USER-ACCOUNT variable with the user account name you want to add to the administrators’ group.

Signing out will allow you to see the newly created user account, which will be in the bottom-left corner of the screen. This will enable you to put the new adjustments to the test. Then, select the newly created user account and sign in.

How Can We Add A Multi-User To Windows 11? (Explained)
How Can We Add A Multi-User To Windows 11? (Explained)

Using the Settings Menu in Windows 11 To Create a Local Account.

You can create a local account in the Settings app by doing the following:

  1. Open Windows 11 and click Start.
  1. Search for “Settings,” then click the first result to open the application.
  1. Select the Accounts tab.
  1. Navigate to the Family & Other Users page on the right side of the screen.
  1. In the “Other users” section, click the Add account button.
  1. create a new account.
  1. select the option that says you don’t have access to this person’s sign-in information.
  1. Ignore the invitation to use my Microsoft account.
  1. Click the button after selecting the option to add a user who does not have a Microsoft account.
  1.  Windows 11’s option for a local account
  1.  Create a local account in Windows 11 by entering a given name and password.

    12. data on the local Windows 11 account

  1. Determine the answers to the security questions that will be used to gain access to the account if the password is forgotten.
  1. From the menu, select the Next option.
  1. (Optional) Select the newly created account and click the Change account type option.
  1. Change the type of account you have.
  1. Navigate to the “Account Type” pull-down menu and select the Administrator option from the list.
  1. make the Standard title Administrator.
  1. Select the OK option and click it.

After you have finished the processes, the new account will appear on Windows 11. The new user should be able to log in as either an ordinary user or an administrator, depending on the account type settings.

How Can We Add A Multi-User To Windows 11 (Explained)
How Can We Add A Multi-User To Windows 11 (Explained)

Create a Local Account On Windows 11 Using PowerShell

You can create an account using PowerShell even if you do not have a Microsoft account by following these steps:

  1. Open the Start button.
  1. Search for PowerShell, right-click the most relevant result, and then select the option to Run as administrator.
  1. After typing the following command, press the Enter key to temporarily save the password as a string in the “$Password” variable:
  1. Change the $Password variable to Read-Host.-AsSecureString.
  1. In Windows 11, press the Enter key after entering the password for the new account.
  1. To create the new account, type the following command into the PowerShell prompt and press the Enter key:
  1. Run the New-LocalUser command with the following parameters to create a new local user: -FullName “USER-FULL-NAME” -Description “DESCRIPTION” -Password $Password
  1. Create a PowerShell account
  1. Replace NEW-ACCOUNT-NAME in the command with the account name, and change USER-ENTIRE-NAME to the user’s full name. Also, replace the text DESCRIPTION with the account description you want to use.
  1. After typing the following command and pressing Enter, you will be able to add the Windows 11 account to the appropriate user group:
  1. run the command Add-LocalGroupMember with the parameters “Administrators” for the group and “NEW-ACCOUNT-NAME” for the member.
  1. Using PowerShell to change the type of account
  1. Replace the account name in the command with the desired account name. As a result of the command that was just executed, which adds the new account to the group of Administrators, the user now has full access to the device. If you only want the user to have access to specific resources, add the user account to the Users group and assign it the “Standard User” role.

After you complete the steps, the new local account will be available on Windows 11 with administrative privileges and full access to everything.

Summary

In Windows 11, you can still set up a local account even if you don’t wish to use the services provided by Microsoft. This implies that your settings and files can only be viewed locally on the device itself and cannot be accessed from any other location. Utilizing the Settings program in Windows 11, you will be able to set up a local account for yourself.

The new user should be able to log in to Windows 11 as either an ordinary user or an administrator once the new account has been created. The new account will appear on Windows 11. After selecting the option to add a user who does not currently have a Microsoft account, you will be prompted to click the “Add account.”

PowerShell is a tool that can be used at the command line that will allow you to create a Microsoft account even if you do not already have one. With Windows 11, a new local account with administrative privileges will be introduced. Privileges and full access to all resources. The command Add-LocalGroupMember adds the new account to the group of Administrators.

Conclusion

Hope this post helps you and if you have questions about anything concerning this topic, please leave them in the comment section below. Please use the social buttons to share this post with others. Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *