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. In This Article, We Will Teach You How To Create A Guest Account In 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 are still possible. In this tutorial, you will learn the steps of creating 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 create. The last thing you need to do is log out and log in to your guest account.

Although it is always possible to make a standard account (instead of an administrator) with more limited authority, 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 it is impossible to change user groups from within the settings, 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 perform:

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

Create a guest account using Computer Management

To set up a guest account through Computer Management:

After completing these steps, you will 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 using the command line:

net user Visitor /add /active:yes

net user Visitor *

net localgroup users Visitor /delete

net localgroup 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 are used to 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