5 Ways to Create a Local User Account on Windows 11

5 Ways to Create a Local User Account on Windows 11
5 Ways to Create a Local User Account on Windows 11

5 Ways to Create a Local User Account on Windows 11

Learn how to create a local user account on Windows 11 with these simple methods, perfect for offline use or better privacy.

1. Using the Settings App

  1. Press Windows + I to open the Settings app.
  2. Navigate to Accounts > Family & other users.
  3. Click Add account under "Other users."
  4. Select I don’t have this person’s sign-in information.
  5. Click Add a user without a Microsoft account.
  6. Enter a username and password, then click Next to complete the process.

2. Using Control Panel

  1. Press Windows + R, type control, and press Enter.
  2. Go to User Accounts > Manage another account.
  3. Click Add a new user in PC settings.
  4. Follow the steps in the Settings app to add a local account.

3. Using Command Prompt

  1. Press Windows + S, type cmd, and select Run as administrator.
  2. Type the following command and press Enter:
    net user Username Password /add
  3. Replace Username with the desired account name and Password with a secure password.
  4. You will see a confirmation message if the account is created successfully.

4. Using PowerShell

  1. Press Windows + X and select Windows Terminal (Admin).
  2. Type the following command and press Enter:
    New-LocalUser -Name "Username" -Password (ConvertTo-SecureString "Password" -AsPlainText -Force) -FullName "User's Full Name" -Description "Account Description"
  3. Replace the placeholders with your desired details.
  4. Assign the account to a group using:
    Add-LocalGroupMember -Group "Users" -Member "Username"

5. During Windows Setup

  1. When installing Windows 11, disconnect your device from the internet.
  2. On the account creation screen, select Offline account.
  3. Follow the prompts to create a local account with a username and password.

© 2024 zaginfotech. All rights reserved.

For more tutorials, visit our tech blog.

Next Post Previous Post
No Comment
Add Comment
comment url