当前位置:网站首页>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 ).
边栏推荐
- 2008R2 precautions for configuring L2TP pre shared key VPN
- Five methods of JS array summation
- What is the knowledge map? What does it do
- [IEEE publication] 2022 International Conference on service robots (iwosr 2022)
- Which map navigation is easy to use and accurate?
- 88.合并有序数组
- Centripetalnet: more reasonable corner matching, improved cornernet | CVPR 2020 in many aspects
- Canvas pipe animation JS special effect
- Simple pricelist style code
- What is the bin file for? How to open the file correctly
猜你喜欢
Multithreaded applications - improve efficiency
机械臂速成小指南(零):指南主要内容及分析方法
JMeter interface test tool foundation - badboy tool
2022 the most complete and detailed JMeter interface test tutorial and detailed interface test process in the whole network - JMeter test plan component (thread < user >)
Cool interactive animation JS special effects implemented by p5.js
88. merge ordered arrays
Differences among cookies, session, localstorage and sessionstorage
26. delete duplicates of ordered array
[resource sharing] 2022 International Conference on Environmental Engineering and Biotechnology (coeeb 2022)
Petit guide de construction rapide du bras mécanique (II): application du bras mécanique
随机推荐
Today's sleep quality record 76 points
数组怎么转对象,对象怎么转数组
88.合并有序数组
Pycharm shortcut keys
Canvas falling ball gravity JS special effect animation
The nodejs service global timeout callback failed to get process Domain problem
解决DBeaver SQL Client 连接phoenix查询超时
How to convert an array to an object, and how to convert an object to an array
Mongodb index operation
[IEEE publication] 2022 International Conference on industrial automation, robotics and Control Engineering (iarce 2022)
【IEEE】自然语言处理与信息检索国际会议(ECNLPIR 2022)
[energy reports] International Conference on energy and environmental engineering in 2022 (cfeee 2022)
程序员大部分时间不是写代码,而是。。。
栈题目:函数的独占时间
JMeter interface test tool foundation - badboy tool
24. image mosaic operation
SQL Server about like operator (including the problem of field data automatically filling in spaces)
Stack Title: fractions in parentheses
[IEEE] International Conference on naturallanguageprocessing and information retrieval (ecnlpir 2022)
js中对象合并的4种方式,对象合并的4种方法