Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

There is a strange problem i'm seeing when using remote desktop. I have passwords stored in notepad (yes, I realize i have passwords stored in notepad). When I copy/paste the password from notepad to RDP login, the login fails. When I type the password, the login works.

I am not getting any spaces or extra charactors when copying (verified by using a hex editor). The password is exactly as I type it (not replacing 1 for I or anything like that).

After I have successfully logged in, I can logout and then paste the password from notepad and it will work. I don't know how long before it will stop working again, but I've run into this many times.

Any ideas? I've also had this happen when logging into sharepoint.

  • Windows 7, lastest updates
  • AD Domain (there are no policies)
share|improve this question

migrated from stackoverflow.com Aug 5 '11 at 13:21

3 Answers

up vote 2 down vote accepted

I have a simple work-around for this and it is to use the shortcuts of Ctrl+C (Copy) Ctrl+V (paste) instead of the right-click menu.

Don't ask me why this works, but it does. :)

share|improve this answer
Actually I've found this to be the case. It doesn't like certain types of pasting. – DustinDavis Jul 4 '12 at 18:09
That is unbelievably bizarre. Can anyone shed light on why this happens? – Justin Morgan Jan 23 at 20:28

I had a similar issue. I was using Windows 7 on my workstation, and the issue was occuring with both Windows 2008 and Windows 2003 servers. I appeared to be pasting no extra characters - for an 8 character password, 8 circles appeared.

When logging in to a Windows 2003 server, after the login failed, I'd see 13 circles. However, if I intentionally typed an incorrect 8 character password, I'd see 8 circles. Clearly the password I thought I was sending was not being sent.

I used a third-party app (Ditto, in this case) to do a "Plain text paste". This login was successful. So somehow, extra data is being pasted. I'm living with this workaround, for now. I'm not sure if this is the case for you, but trying a "plain text paste" may help.

share|improve this answer
1  
didn't think notepad was anything but plain text. I'll give it a try. – DustinDavis Aug 4 '11 at 20:17

It may be the disappearing Password text behind the textbox. If you type in gobbledygook, select it, then mouse-paste, it still works. You just can't mouse-paste into an empty text box.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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