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

    我的办公电脑上新建了一个账 户,管理员权限,一直没用过远程桌面。今天在别人机器连接到我的电脑,突然发现鼠标移动很慢很慢,Google了一下,只有一个帖子说的好,可惜是英文 的,没中文的。结果不太满人意,。不过大体上也能看懂。主要的是以下红色的字体。因为是修改注册表,有一定的风险性。微软说不负责,那我也不敢负责了,呵呵。。。

    我的解决方法是:打开一个Excel表,然后点击一下单元格就好多了~~~

    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

     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.    【注:16进制】

     

    转自:http://blog.csdn.net/guyawansong/article/details/4228525

  • 相关阅读:
    linux命令: mount
    梳理一下uboot是如何从nandflash挂载文件系统的
    MDK的优化应用
    面向对象设计思想:面向对象设计的基本原则
    问题
    nodejs安装不了和npm安装不了的解决方法
    []: secureCRT连接ubuntu问题- The remote system refused the connection
    字符设备驱动[深入]:linux cdev详解
    使用MDK将STM32的标准库编译成lib使用
    liteos任务(二)
  • 原文地址:https://www.cnblogs.com/xiangniu/p/2253100.html
Copyright © 2011-2022 走看看