当前位置:网站首页>Remote desktop copy paste exception

Remote desktop copy paste exception

2022-06-24 10:55:00 shawyang

There is a problem with remote desktop copy and paste ( Locally replicated , Right click on the remote desktop to paste , But it was found that the paste was gray ) ① restart rdpclip.exe The ECS opens the task manager → Process or details → find rdpclip.exe → Right click to end the process tree → Log out of remote session → Re remote

② It's restarted rdpclip.exe It doesn't work

restart rdpclip.exe Not yet , It is possible that remote clipping is disabled , fDisableClip Be set to 1 了 , Change to 0 That's all right. , No need to log out of the session

Solution :

Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' fDisableClip

Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' fDisableClip 0

③ Third party software interference

Encountered a special situation , One called wetool Software for , Trojan horse with virus (C:\ProgramData\Synaptics\Synaptics.exe This will cause the system to slow down or even the disk to be full , You don't know what file is taking up space , You can't analyze the disk space occupation with all kinds of software ),wetool Remote copy paste exception when the number of handles is abnormally high ( Single wetool The number of handles to the process is abnormally high , Or all wetool The sum of process handles is abnormally high ), The phenomenon is very strange , The normal copy and paste of the local computer will not work , But at this time, if you turn on the server's 2 One session , Copy and paste is normal . Microsoft has been consulted about this matter , The third-party software is basically useless , Unless the software manufacturer is willing to check ( unsolvable , The manufacturer has taken the software off the shelf ).

原网站

版权声明
本文为[shawyang]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/06/20210615213508788Y.html