Windows: Clipboard not working

Hi,

when have opened a Remote Desktop Connection it sometimes happened that the clipboard stops working.

When you closing and reestablish the Remote Desktop Connection the clipboard functionally comes back.

But its also possible without closing the RDP Session:

Kill and restart the Rdpclip.exe Process in your RDP Session on the Remote Computer.

PS C:\> (Get-WmiObject -Query "select * from  Win32_Process where name='RDPClip.exe'"|?{$_.GetOwner().User -eq $ENV:USERNAME}).Terminate()
PS C:\> rdpclip.exe

Michael

Leave a Reply