Having no password on windows 7 log in physically, but with password through RDP

3

1

I am trying to make my main desktop be able to reboot right into the desktop without asking for a password, but I still want to be secure when I'm accessing it remotely. No one is ever going to physically touch my PC except me, but security is security dealing with Remote Desktop.

How can I enable RDP without having to type the password locally?

tommydrum

Posted 2014-02-19T01:25:18.197

Reputation: 178

Answers

5

In order to make RDP work you MUST have a password for that account's login.

But you can still accomplish both things you want. By doing this

  1. Press Win+R (Run)
  2. In the command prompt, type control userpasswords2, then press Enter.
  3. In the User Accounts dialog that appears, uncheck the box marked Users must enter a user name and password to use this computer.
  4. Click OK on the User Accounts window to complete the process.

enter image description here

From now on, when your PC starts up, Windows 7 will log on automatically.

Sickest

Posted 2014-02-19T01:25:18.197

Reputation: 2 569

Thank you a lot, I did as you said and hopefully it works. Again, thank you for the quick response :) testing now – tommydrum – 2014-02-19T01:40:53.450

2

reboot right into the desktop without asking for a password,

Windows can be configured to autologin to an account with a password. But this requires that you store the un-encrypted/un-hashed version of your password in the registry, so it is a bit of a security weakness. The values you set got at the following registry locations.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
DefaultUserName = 
DefaultPassword =

Ref:

Zoredache

Posted 2014-02-19T01:25:18.197

Reputation: 18 453

yea, well thank you for the quick response, but in that case I may stay clear on that.. Unless I find another way, which might be unlikely. – tommydrum – 2014-02-19T01:33:22.683

I was proven wrong, but thanks for a secondary method though :D – tommydrum – 2014-02-19T01:54:42.413