See [how to create a guest account in Windows 10](https://www.howtogeek.com/280527/how-to-create-a-guest-account-in-windows-10/).
net user Visitor /add /active:yes
net localgroup users Visitor /delete
net localgroup guests Visitor /addCaution: /delete removes Visitor from the Users group.
Updated:
2026 Aug 19

