I'm running Windows 7 and would like to use Remote Desktop Connection to connect to my home computer. As such I want to enable password security for Remote Desktop Connection, but I do not want to have to enter a password to log into my computer if I'm physically at my computer. Is there any way to do this?

I am an administrator user, and I want to have the same icons and configuration regardless of if I log in remotely or locally but I want only the remote connection to require a password. I read about being able to do something similar by adding another user account, but is there any way to do it so that the same icons and settings take affect regardless of how I log in?

link|improve this question

29% accept rate
3  
You're just lazy... Type in a password. – Fosco Jul 9 '10 at 19:12
Default passwords: Change them or Chuck Norris might. – Tom Wijsman Jul 9 '10 at 21:02
feedback

migrated from stackoverflow.com Jul 9 '10 at 19:12

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 3 down vote accepted

You can set a password for your account, then set autologin.

To set up autologin, type control userpasswords2 into the run box (accessed by pressing WinKey + R). Then, uncheck the box for "users must enter a username and password to use this computer." When you click OK, it will prompt you for the username and password to login to by default. Now when you start up your computer, it will automatically login to that account, but when you access the system remotely it will always prompt for your password.

control panel

link|improve this answer
feedback

I believe if you enable the AutoAdminLogon feature, although your account will log on automatically, you will still be prompted to authenticate when you remote in.

After you remote in, however, the computer will be locked and you'll have to enter a password when you return.

link|improve this answer
Sweet, if it only prompts me after i remote desktop in that's relatively minor i will try it when i get a chance. Thanks. – Coder Jul 9 '10 at 19:42
If it works, please accept my answer. I could use the points! :-) – Avalanchis Jul 9 '10 at 20:02
feedback

You could try setting up a VNC server with a password, as VNC authentication can be set up independently of Windows authentication. That wouldn't be remote desktop in the RDP/mstsc sense, but the functionality is similar.

I have TightVNC set up in a similar fashion.

link|improve this answer
Thanks for the suggestion, this is actually what i was using for a long time, the only problem is it's pretty laggy sometimes and doesn't refresh properly for some situations in Win 7. – Coder Aug 4 '10 at 11:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.