In Windows 10 you may not able to enable the built in Guest account.
Follow these easy steps to add Guest account in Windows 10. You must be signed in as an administrator to add guest account.
- Click Start button, and click Command Prompt (Admin)
- Type the following and press enter to add a new account.
net user guestaccountname /add
- You may get reply as,
The command completed successfully.
- Type the following to remove this new guest account from Users group.
net localgroup Users guestaccountname /delete
- You may get reply as,
The command completed successfully.
- Type the following to add this Guest account to Guests group.
net localgroup Guests guestaccountname /add
- You will get reply as,
The command completed successfully.
- Now the Guest account is added. If you like you can set password too.