Si vous créez un remote desktop .rdp fichier (avec stored credentials etc) and drag it vers le taskbar in Windows 7, it ne behave as expected when you click it.
Clicking the pinned raccourci sur le taskbar simply opens the remote desktop dialog box, à la place of immediately connecting like a similar raccourci sur le desktop would do quite happily.
**Comment puis-je get the same raccourci pinned to my taskbar so I seulement have to click it once to connect?**
Comment pin a remote desktop connexion vers le taskbar?
Re: Comment pin a remote desktop connexion vers le taskbar?
Vous pouvez créez un raccourci on, e.g., le bureau (clic droit le bureau, sélectionner "Nouveau > Shortcut"), avec the following ligne de commande:
```
%windir%\system32\mstsc.exe "C:\Path\To\My\RDF File.RDP"
```
Si vous pin this raccourci vers le taskbar, remote desktop should directly launch the connection.
```
%windir%\system32\mstsc.exe "C:\Path\To\My\RDF File.RDP"
```
Si vous pin this raccourci vers le taskbar, remote desktop should directly launch the connection.