Accounts Add Guest Account in Windows 11


  • Staff
user_banner.png

This tutorial will show you how to add a guest account to your Windows 11 or Windows 10 PC.

Having different accounts on a shared PC lets multiple people use the same device, all while giving everyone their own sign-in info, plus access to their own files, browser favorites, and desktop settings.

A guest account is a restricted local account for users you don't want to have a permanent account on your PC. It allows people (visitors) to use your PC without having access to your personal files. Users signed in to the guest account can't install apps, can't open Microsoft Store apps, can't install hardware, and can't open Settings.

You can no longer use the built-in Guest account in Windows. As a workaround, we can add a local account with any name other than "Guest" that is only a member of the Guests group as a guest account instead. You can use this method to add more than one guest account if wanted. When you are done with a guest account, you can either delete the guest account, temporarily disable the guest account until needed next, or leave it for another guest to use.

References:


You must be signed in as an administrator to add a guest account.



Contents



EXAMPLE: Guest account (ex: "Visitor") on Sign-in screen

Guest_account_on_sign-in_screen.jpg





Option One

Add a Guest Account using Command


1 Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.

2 Type the command below into Windows Terminal (Admin), and press Enter to add a new local account. (see screenshot below)

net user Username /add

Substitute Username in the command above with the actual name (ex: "Visitor") you want for this guest account. You will not be able to use the name Guest.

For example: net user Visitor /add


Guest_account_command-1.png

3 Type the command below into Windows Terminal (Admin), and press Enter to remove this new local account (ex: "Visitor") from the Users group. (see screenshot below)

net localgroup Users Username /delete

Substitute Username in the command above with the actual name (ex: "Visitor") of this guest account from step 2.

For example: net localgroup Users Visitor /delete


Guest_account_command-2.png

4 Type the command below into Windows Terminal (Admin), and press Enter to add this new local account (ex: "Visitor") to the Guests group. (see screenshot below)

net localgroup Guests Username /add

Substitute Username in the command above with the actual name (ex: "Visitor") of this guest account from step 2.

For example: net localgroup Guests Visitor /add


Guest_account_command-3.png

5 You can add a password to this guest account if wanted.

6 You can now close Windows Terminal (Admin) if you like.

7 The "C:\Users\(user-name)" profile folder for this guest account will be created the first time the account is signed in to.




Option Two

Add a Guest Account in Local Users and Groups


Local Users and Groups is only available in the Windows 10/11 Pro, Enterprise, and Education editions.


1 Open Local Users and Groups (lusrmgr.msc).

2 Click/tap on the Users folder in the left pane to open it, click/tap on More Actions in the right [B}Actions[/B] pane, and click/tap on New User. (see screenshot below)

Guest_account_lusrmgr-1.png

3 Perform the following actions: (see screenshot below)
  1. Type in a user name (ex: "Visitor") you want for the new guest account
  2. Type an optional Description (ex: "Guest account 1") you want for this account.

    You can add a password if wanted.

  3. Uncheck User must change password at next logon.
  4. Click/tap on Create.
Guest_account_lusrmgr-2.png

4 Click/tap on Close. (see screenshot below)

Guest_account_lusrmgr-3.png

5 Double click/tap on the new account Name (ex: "Visitor") in the middle pane of Local Users and Groups. (see screenshot below)

Guest_account_lusrmgr-4.png

6 Perform the following actions: (see screenshot below)
  1. Click/tap on the Member Of tab.
  2. Select Users.
  3. Click/tap on Remove to remove this account from being a member of the "Users" group.
Guest_account_lusrmgr-5.png

7 Click/tap on Add. (see screenshot below)

Guest_account_lusrmgr-6.png

8 Type Guests in the "Enter the object names to select" box, and click/tap on OK. (see screenshot below)

Guest_account_lusrmgr-7.png

9 Click/tap on OK to add this account as a member of the "Guests" group. (see screenshot below)

Guest_account_lusrmgr-8.png

10 You can now close Local Users and Groups if you like.

11 The "C:\Users\(user-name)" profile folder for this guest account will be created the first time the account is signed in to.


That's it,
Shawn Brink


 

Attachments

  • user.png
    user.png
    7.2 KB · Views: 90
Last edited:

Latest Support Threads

Back
Top Bottom