<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d7792685\x26blogName\x3dTech+Projects+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://mjh40a.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://mjh40a.blogspot.com/\x26vt\x3d707463917575799204', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, April 10, 2007

Restore your copy-paste functionality for remote desktop

I don't know about you but I'm always losing my copy-paste functionality between my Remote Desktop Connection and my desktop (always as in at least once a week). This is a pain in the ass from the testing perspective because I do a lot of copying and pasting. Over time I've discovered that the best way to repair this is to kill RDPClip.exe on the machine you've remoted into and then restart the thread:
  1. Open Task Manager, highlight RDPClip.exe and click the "End Process" button
  2. Click the "Applications" tab, click the "New Task" button, and type the text "RDPClip.exe"

This works for me 95% of the time :)