{"id":918,"date":"2013-08-19T18:10:44","date_gmt":"2013-08-19T17:10:44","guid":{"rendered":"http:\/\/blogs.silicontechnix.com\/?p=918"},"modified":"2013-10-09T13:15:47","modified_gmt":"2013-10-09T12:15:47","slug":"copy-and-paste-is-not-working-on-my-remote-desktop-connection","status":"publish","type":"post","link":"https:\/\/blogs.silicontechnix.com\/?p=918","title":{"rendered":"Copy and Paste is not working on my Remote Desktop Connection"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>A very annoying occurrence that I sometimes suffer is when all of a sudden the copy and paste function stops working when I am connected to a remote machine. Turns out the problem is coming from a little process called rdpclip. Rdpclip (remote desktop clipboard) is responsible for managing a shared clipboard between your local host and the remote desktop (the process runs on the remote machine not your local host).<br \/>\nSo what do I do when clipboard stops working?<!--more--><\/p>\n<p>Luckily fixing the issue is pretty straightforward and involves a few simple steps.<\/p>\n<pre class=\"brush:bash\">Load up task manager (ctrl + altr + delete OR right click taskbar and select Task Manager)\r\n1) Go to the Processes Tab\r\n2) Select rdpclip.exe (if no process found skip to 4)\r\n3) Click End Process\r\n4) Go to the Application Tab\r\n5) Click New Process\r\n6) Type rdpclip\r\n7) Click Ok<\/pre>\n<p>There, copy and paste should now work normally again.<br \/>\nIt happens so often, this process is annoying! What do I do to fix it permanently?<\/p>\n<p>Unfortunately I don\u2019t know why rdpclip stops working nor how to fix it permanently; however, there is a way to make it easier if it happens often.<\/p>\n<p>Create a new batch file and call it whatever you want say, clipboard.bat.<br \/>\nWrite the following two commands on separate lines in the new bat file<\/p>\n<pre class=\"brush:bash\">Taskkill.exe \/im rdpclip.exe\r\nRdpclip.exe<\/pre>\n<p>Save the bat file and drag it into the toolbar quick launch section<\/p>\n<p>Now whenever your copy and paste operation fails to restore it, all you need to do is click this new batch file which will kill rdpclip and restart it. Still a workaround but at least it\u2019s a quick procedure.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; A very annoying occurrence that I sometimes suffer is when all of a sudden the copy and paste function stops working when I am connected to a remote machine. Turns out the problem is coming from a little process called rdpclip. Rdpclip (remote desktop clipboard) is responsible for managing a shared clipboard between your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_s2mail":"no","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[6],"tags":[],"class_list":["post-918","post","type-post","status-publish","format-standard","hentry","category-bookmark"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p12j6H-eO","_links":{"self":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts\/918","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=918"}],"version-history":[{"count":3,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts\/918\/revisions"}],"predecessor-version":[{"id":921,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts\/918\/revisions\/921"}],"wp:attachment":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}