
Secure your PC by creating a secure Guest Account
Open the command prompt as Administrator. Then use these commands:
net user Visitor /add /active:yes
net user Visitor *
[hit Enter twice to create a blank password]
net localgroup users Visitor /delete
net localgroup guests Visitor /add
That’s it!