If you create a remote desktop .rdp file (with stored credentials etc) and drag it to the taskbar in Windows 7, it doesn't behave as expected when you click it.

Clicking the pinned shortcut on the taskbar simply opens the remote desktop dialog box, instead of immediately connecting like a similar shortcut on the desktop would do quite happily.

How can I get the same shortcut pinned to my taskbar so I only have to click it once to connect?

link|improve this question

feedback

3 Answers

up vote 4 down vote accepted

You can create a shortcut on, e.g., the desktop (right-click the desktop, select "New > Shortcut"), with the following command line:

%windir%\system32\mstsc.exe "C:\Path\To\My\RDF File.RDP"

If you pin this shortcut to the taskbar, remote desktop should directly launch the connection.

link|improve this answer
feedback

If you right click on the pinned icon, it will show you a list of recent connections. It should account for saved credentials and such as well.

link|improve this answer
feedback

If you liked the old Quick Launch area, you can use the Free Launch Bar (after installing, it is enabled/disabled by right-clicking the taskbar>Toobars):

http://www.freelaunchbar.com/

You can then set up as many RDP icons as you want more easily. You will see in this picture, I have 4. This is a picture of Windows 7.

enter image description here

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.