博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows10如何开启鼠标显示指针轨迹
阅读量:6431 次
发布时间:2019-06-23

本文共 1263 字,大约阅读时间需要 4 分钟。

最近3D VDI 用户反馈,Windows 10从v1803升级到v1809后,进入3D VDI后鼠标指针丢失,但是功能还是可以用的。又是一个蛋疼的问题。查了Citrix官网,已经是Citrix known issue了,而且在Windows 10 v1809上也很多其它的known issue。具体请参考Citrix官网:

目前Citrix官网说正在working with Microsoft解决这个问题,给出了一个workaround,具体信息见下:

Issue 7 - Issue Description

Mouse pointer is not visible within a v1809 HDX 3D pro session. All operations inside the session are to be performed by keyboard using shortcuts. This issue is seen with Citrix XenApp/XenDesktop 7.15 only. This issue is not seen with later versions of XenApp/XenDesktop.

[LCM-4951]

Problem Cause

A change in mouse functionality API's is causing this issue.

Solution

Citrix is working with Microsoft to resolve this issue. As a work around, users could enable mouse pointer trails by following below steps:

  1. Click Start and type 'mouse settings'.
  2. Click on 'Additional mouse options'.
  3. Click on 'Pointer Options' tab.
  4. Select the checkbox 'Display pointer trails'.
  5. Click Apply and Ok.

作为运维人员要么自己帮客户改,要么给客户一个文档,让客户自己改。但是应该还有option3:组策略更改这个配置,google了一下,确实有这个注册表键值。

注册表键值路径:HEY_CURRENT_USER\Control Panel\ Mouse

然后新建一个String Value,命名为:MouseTrails
Windows10如何开启鼠标显示指针轨迹
填写一个键值,键值范围是:1 ~ 7
1 – Minimum length trails.
4 – Medium length trails.
7 – Maximum length trails.

Windows10如何开启鼠标显示指针轨迹

如果想关闭显示指针轨迹,把这个值设置为0即可。

Windows10如何开启鼠标显示指针轨迹

转载于:https://blog.51cto.com/jiaszwx/2384140

你可能感兴趣的文章
控制台下的字符图像界面
查看>>
c++ 数组形参
查看>>
Memcache的安全
查看>>
KVM/Xen and libvirt: currentMemory, memory and ballooning
查看>>
metasploit 笔记
查看>>
ASP.NET中的COOKIE
查看>>
hdu 2845(最大不连续子序列)
查看>>
J2me的异常处理和多线程
查看>>
hdu 4214 Crash and Go(relians)
查看>>
flash版本更新导致shopex后台上传图片无效的问题
查看>>
选择、生成-EA与数据库的交互-by小雨
查看>>
低调 、隐忍、善良应是最应该修炼的
查看>>
RequireJS中的config
查看>>
内存数据库应用之NBA篮球图文直播室存储设计
查看>>
运行第一个module
查看>>
客户网页WIZnet无线解决方案 之 太阳能逆变器
查看>>
编译用户Orcle的package中访问其它Schema的表
查看>>
Webservice SOAP传输序列化总结
查看>>
迷你 MVVM框架avalon的使用教程
查看>>
有符号数和无符号数的区别
查看>>