0

I have disabled graphic logon on my Windows 10 Pro PC so that users have to type in their username when logging on. This throws up an error when I try and log in on the guest account, though:

The sign in method you're trying to use isn't allowed. For more info, contact your network administrator.

It works on the default and administrator accounts perfectly well. How do I fix the guest account so they can login?

1 Answers1

0

Try logging in as the administrator and opening an elevated command prompt (right click on command prompt icon and select run as administrator). Then type:

net user guest /active:yes

Then see if it works.

If that doesn't help then check whether temporarily re-enabling graphic login makes the guest account work again?

bao7uo
  • 1,664
  • 11
  • 24