Windows 10 上的默认鼠标设置是什么?我特别想知道垂直滚动的行数,但这实际上是在询问所有这些设置。如果有重置这些设置的好方法(我希望如此)那就太好了。
Google 上的所有内容似乎仅描述了如何更改设置,而不是默认设置是什么或如何重置它们。
答案1
首先,我假设制造商可以(有时确实会)覆盖默认设置。
话虽如此,在我检查过的运行 Windows 10 的三个未改变(默认设置)的系统上,设置如下:
老鼠
Primary Button: Left
Mouse Wheel Scrolls: Multiple lines at a time (as opposed to a screen at a time)
How many lines to scroll: 3
Inactive window scroll: On
这些是 Windows 10 中字面上的“设置”区域中的所有设置。在控制面板下,您可以访问更多鼠标设置,例如,我为 Microsoft 的 Comfort Optical Mouse 3000 下载了一个特定驱动程序。您还会发现设置分为按钮、指针、指针选项、滚轮、硬件等选项卡,并且任何设备特定驱动程序也应在此处由选项卡表示。
纽扣
Configuration: Right-handed
Double Click Speed: . . . . . . | . . . . (5th notch from the right)
Click Lock: Off
指针
Scheme: (None)
Enable pointer shadow: Off
指针选项
Pointer Speed: . . . . . | . . . . . (Dead center notch)
Enhance pointer precision: On
Snap To: Off
Display pointer trails: Off
Hide pointer while typing: On
Show pointer location on CTRL: Off
车轮
Vertical Scrolling: 3 lines
Horizontal Scrolling: 3 characters (if you have a device supporting horizontal scrolling)
硬件设置和驱动程序选项卡完全取决于您使用的设备(鼠标)和下载的驱动程序。
答案2
默认值
- 垂直滚动为 3
- 水平滚动是 3
注册表文件
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WheelScrollChars"="3"
"WheelScrollLines"="3"
答案3
我最近重新安装了 Windows 10,并记得从注册表中导出所有默认设置:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Mouse]
"ActiveWindowTracking"=dword:00000000
"Beep"="No"
"DoubleClickHeight"="4"
"DoubleClickSpeed"="500"
"DoubleClickWidth"="4"
"ExtendedSounds"="No"
"MouseHoverHeight"="4"
"MouseHoverTime"="400"
"MouseHoverWidth"="4"
"MouseSensitivity"="10"
"MouseSpeed"="1"
"MouseThreshold1"="6"
"MouseThreshold2"="10"
"MouseTrails"="0"
"SmoothMouseXCurve"=hex:00,00,00,00,00,00,00,00,15,6e,00,00,00,00,00,00,00,40,\
01,00,00,00,00,00,29,dc,03,00,00,00,00,00,00,00,28,00,00,00,00,00
"SmoothMouseYCurve"=hex:00,00,00,00,00,00,00,00,fd,11,01,00,00,00,00,00,00,24,\
04,00,00,00,00,00,00,fc,12,00,00,00,00,00,00,c0,bb,01,00,00,00,00
"SnapToDefaultButton"="0"
"SwapMouseButtons"="0"
您可以将其保存到.reg
文件中以进行导入,或者只是通过手动更改您想要的regedit
。