Bạn đang xem: Tạo tài khoản guest trên win 10
Bạn đang xem: Tạo tài khoản guest trên win 10

Open the Command Prompt as an administrator. Chrissy Montelli/Business Insider
3. The Command Prompt will then open on your computer screen. It appears as a large black box partially filled with code. Type the following code, exactly as it is (with "Friend" being replaced by the name you want to use for your new guest account), then press Enter:
net user Friend /add /active:yes

Add your guest user to the system. Chrissy Montelli/Business Insider
4. The next step is to create a password for the guest account. Since it"s meant to be for guests using your computer, there"s no need for an actual password. To bypass the password creation, type the following code and then press Enter twice:
net user Friend *
Xem thêm: 50+ Lời Chúc Cuối Tuần Vui Vẻ Tiếng Anh Hay Nhất, Những Lời Chúc Cuối Tuần Bằng Tiếng Anh Hay Nhất

Guest accounts work best without a password. Chrissy Montelli/Business Insider
5. Your next step is to remove your guest account from the "Users" list and add it to the "Guests" list. To remove the account from "Users," type the following code and press Enter:
net localgroup users Friend /delete
6. Next, add your guest account to "Guests" by typing the following code and pressing Enter:
net localgroup guests Friend /add

This will designate your new account as a "Guest." Chrissy Montelli/Business Insider
At this point, you can close the Command Prompt window.
To test if you were successful, sign out of your Windows account. Your new guest account should appear alongside your user account on the Windows sign-in screen.