我有一臺(tái)主機(jī)已經(jīng)連續(xù)不關(guān)機(jī)幾個(gè)月之久,純做遠(yuǎn)程桌面使用。用的時(shí)候發(fā)現(xiàn),一開(kāi)始往往是沒(méi)問(wèn)題的,但是過(guò)了一周后就會(huì)出現(xiàn)剪貼板無(wú)法共享訪(fǎng)問(wèn)的問(wèn)題。癥狀就是純文本(注意不是文件)無(wú)法在機(jī)器A上復(fù)制而在機(jī)器B上粘貼,在它們內(nèi)部復(fù)制粘貼都是OK的。之前我實(shí)在束手無(wú)策,只能重啟遠(yuǎn)程主機(jī),重啟本地機(jī)是沒(méi)用的。我估計(jì)應(yīng)該有更好的辦法,只是苦于國(guó)內(nèi)也沒(méi)人討論這個(gè),當(dāng)然也可能是我的搜索技術(shù)太差。搜了一下英文網(wǎng)站,有幸找到一個(gè)解決方案,根據(jù)他說(shuō)的搗鼓一下,竟然解決了。
國(guó)外網(wǎng)站是這么說(shuō)的:
Copy and Paste is not working on my Remote Desktop Connection… what’s wrong?
Written by Emmanuel Carabott on October 26, 2009 – 3:06 pm13 Comments
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).
So what do I do when clipboard stops working?
Luckily fixing the issue is pretty straightforward and involves a few simple steps.
1. Load up task manager (right click taskbar and select Task Manager)
2. Go to the Processes Tab
3. Select rdpclip.exe
4. Click End Process
5. Go to the Application Tab
6. Click New Process
7. Type rdpclip
8. Click Ok
There, copy and paste should now work normally again.
It happens so often, this process is annoying! What do I do to fix it permanently?
Unfortunately I don’t know why rdpclip stops working nor how to fix it permanently; however, there is a way to make it easier if it happens often.
* 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
o Taskkill.exe /im rdpclip.exe
o Rdpclip.exe
o Save the bat file and drag it into the toolbar quick launch section
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’s a quick procedure.
稍作翻譯:
1:打開(kāi)任務(wù)管理器
2:找到結(jié)束進(jìn)程rdpclip,找不到可以不管。
3:手工新建任務(wù)里輸入rdpclip,運(yùn)行即可。