DED9

How To Create A Guest Account In Windows 11

If You Want To Share Your Computer With Someone Securely, You Must Create A Guest Account With Limited Access. This article will teach you how to create a guest account On Windows 11.

The guest account in older versions of Windows allowed users to create a minimal environment so that different people could use it safely to run programs or access the Internet. Still, an account called Guest, created with one click on older Windows, is no longer directly available on Windows 10 and 11.

However, creating a limited user account with guest account features in Windows 11 using settings, Computer Management, command line, and even PowerShell commands is still possible. In this tutorial, you will learn how to create a temporary guest account on PCs running Windows 11.

Create a guest account using the settings

To create a guest account in Windows 11, you must do the following steps:

Creating a Windows 11 guest account

After completing the above steps, a restricted account will be created. The last thing you must do is log out and log in to your guest account.

Although making a standard account (instead of an administrator) with more limited authority is always possible, the computer can be available to the guest user. Still, to apply precisely the conditions of a guest account in the created account, you can go one step further and Set the Guest account group or Guest to have more restrictions.

However, since changing user groups from within the settings is impossible, you must use the Computer Management program or command line.

Add an account to the guest user group.

It is To add an account to the guest group via Computer Management, and the following steps must be performed:

After completing the steps, we will place the newly created account in the guest accounts group.

Create a guest account using Computer Management

To set up a guest account through Computer Management:

After completing these steps, you create an account with special user permissions.

Create a guest account using the command line

To set up and create a guest account in Windows 11, use the command line:

Net user Visitor /add /active: yes

net user Visitor *

Net localgroup users Visitor /delete

nNetlocalgroup guests Visitor /add

After completing the steps, the account will appear on the login page.

Create a guest account using PowerShell.

Use these steps to create a guest account with PowerShell commands in Windows 11:

$GuestPassword = Read-Host -AsSecureString

New-LocalUser “Visitor” -Password $GuestPassword

Add-LocalGroupMember -Group “Guests” -Member “Visitor”

After completing the steps, PowerShell will make a guest account to share with a Windows 11 PC.

These steps temporarily set up an account to share the device with a guest user. If someone wants to use your machine regularly, you recommend creating a standard charge for each User using a Microsoft or offline version.

Exit mobile version