I need to change the local admin password on a remote PC using a Remote Desktop Connection. I would normally do this by pressing ctrl+alt+del and selecting the change password option. But I can't send ctrl+alt+del using Remote Desktop since this "special" key series is always handled by the local client. How can I send ctrl+alt+del using Remote Desktop?

Note: This question is not about how to change the password. I am aware of other ways to change the password. I am specifically asking how to send ctrl+alt+del - not how to change the password without sending those characters.

link|improve this question
feedback

8 Answers

up vote 15 down vote accepted

CTRL-ALT-END is the prescribed way to do this.

Coding Horror has some other shortcuts.

link|improve this answer
feedback

In the RD help it says you must use CTRL + ALT + END, so that is the correct, official way.

link|improve this answer
4  
+1 for R'ing TFM. – mh. Aug 21 '09 at 18:25
+1 from me for the same reason. I actually did search the help for this answer, but did not find it. – T. Marshall Aug 21 '09 at 19:15
feedback

In newer versions of windows there is a link to "Windows Security" in the start menu that will get you to the same place.

Never tried ctl+alt+end - very sweet I'll have to stick that in the storage space with ctl+alt+ins for vmware :) I personally avoid using the mouse as much as possible - weird for a windows admin right?

link|improve this answer
Thanks -- this is just what I needed. Ctrl+Alt+End didn't work from my laptop (the End key is only available on the numeric keypad). – swref Mar 8 at 12:05
feedback

Just as I was posting the question, it occurred to me to try ctrl+alt+END instead. It worked in this case, but I don't know that it works in every case, so I will post the question for further enlightenment and for others to find.

link|improve this answer
feedback

Control - Alt - Insert or End can work but for visual clients like Windows RDP there is a Send CTRL-ALT-DEL button typically within the GUI.

link|improve this answer
The built-in RDP client (mstsc.exe) has no option to send special combos. VNC clients typically do, but that's a whole different kettle of fish. – Graeme Donaldson Aug 21 '09 at 18:04
feedback

If you just want to bring up Task Manager, you can get to it by right-clicking on the taskbar and chosing "Task Manager".

link|improve this answer
Thank you, but the question is, how to send ctrl+alt+del. It has nothing to do with task manager. – T. Marshall Aug 21 '09 at 18:24
np. I assumed this was the case anyway. Ty for clarifying original question. – RJFalconer Aug 25 '09 at 0:47
feedback

WHat if you're logged into through two mstsc/remote desktop connections? Ctl-alt-end is picked up by the first login, but I want it to go to the second. That is I mstsc to machine A, and from there mstsc to machine B. clt-alt-end send ctl-alt-del to A. both A and B windows are maximized.

link|improve this answer
As this is a new question, just ask it as a separate question. :-) – sleske Jun 7 '10 at 23:22
feedback

One option is to use the on-screen keyboard from within the first RDP session.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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