Fixing the issue is pretty straightforward and involves a few simple steps.
- Load up task manager (right click taskbar and select Task Manager)
- Go to the Processes Tab
- Select rdpclip.exe
- Click End Process
- Go to the Application Tab
- Click New Process
- Type rdpclip
- Click Ok
There, copy and paste should now work normally again.
To fix it permanently
- Create a new bat file and call it whatever you want say, clipboard.bat.
- Write the following two commands on separate lines in the new bat file
- Taskkill.exe /im rdpclip.exe
- Rdpclip.exe
- Save the bat file and drag it into the toolbar quick launch section
No comments:
Post a Comment