zoukankan      html  css  js  c++  java
  • 使用远程桌面鼠标移动缓慢问题的解决

    今天试用了一下远程桌面,原来也用过,但是不像这一次,在远程桌面中鼠标移动非常慢,不知道是怎么搞的,我用的可是局域网,相当于双机直连,应该不存在网速的问题。后来查了一下,原来这是xp的一个bug,原文如下(有中文的,但是那是用机器翻译的,还不如直接读原文。)

    SYMPTOMS

    < type="text/javascript">loadTOCNode(1, 'symptoms'); If you use Microsoft Remote Desktop Connection (version 5.1 or later of the Terminal Services client) to connect to a server that is running Terminal Services, you may notice that the movement of the mouse pointer is not smooth. The mouse pointer may move with a jerky motion. This problem is most noticeable when you use a painting program such as Microsoft Paint or the drawing tools in a Microsoft Office program.

    CAUSE

    < type="text/javascript">loadTOCNode(1, 'cause'); This problem occurs because the update interval for mouse movement in Remote Desktop Connection cannot be adjusted. Before you install this hotfix, you must first create a new registry key on the computer that is running Remote Desktop Connection. Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. Follow these steps, and then quit Registry Editor:
    1. Click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following key in the registry:
    HKEY_CURENT_USER\Software\Microsoft\Terminal Server Client
    3. On the Edit menu, point to New, and then click DWORD value.
    4. Type Min Send Interval, and then press ENTER.
    5. On the Edit menu, click Modify.
    6. Type 10, and then click OK.
  • 相关阅读:
    SetThreadAffinityMask设置线程亲缘性
    Delphi 获取北京时间(通过百度和timedate网站)
    delphi 实现微信开发
    翻书的效果:FMX.TSwipeTransitionEffect Animation
    [每日一题] OCP1z0-047 :2013-07-15 drop column
    Delphi获取当前系统时间(使用API函数GetSystemTime)
    Delphi代码中嵌入ASM代码
    Delphi Jpg和Gif转Bmp
    Delphi RichEdit的内容保存为图片
    Delphi 实现任务栏多窗口图标显示
  • 原文地址:https://www.cnblogs.com/swordzj/p/2034727.html
Copyright © 2011-2022 走看看