Connect to Passwordless Administrator account through RDP

1

There is one account on my PC, "Administrator", without a password.

When I try to connect to it via RDP it says "Unable to log you on because of an account restriction". I think that is because the account doesn't have a password.

I don't need password for my account. Can I somehow get around this limitation?

GuitarFan

Posted 2014-12-05T18:40:19.623

Reputation: 35

Question was closed 2014-12-08T10:44:12.880

Answers

0

With this registry change you can disable the protection. After reboot you can use RDP even for accounts without password.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000000

I use it in a testing environment. I have not checked if this change causes additional security issues.

marsh-wiggle

Posted 2014-12-05T18:40:19.623

Reputation: 2 357

2

The only way to get around this is to set a password. Think security: once the computer is accessible by RDP, anybody on the internet could possibly access it, and without a password, this would just be a question of minutes untill your computer would get hacked.

Lorenz Meyer

Posted 2014-12-05T18:40:19.623

Reputation: 373