When using a touch device on Windows 11, a small circle appears when your finger or stylus touches the screen. This small circle is the touch feedback mechanism in the operating system and is called a "touch indicator."
Some users may think that this small circle will distract them and feel that they cannot use it; but other users believe that this small circle is an indispensable visual aid when using the touch function.
No matter your preferences or usage habits, you can freely choose to enable or disable the touch indicator to customize your device experience.
1Use the Windows I
shortcut key to open "Settings".
2 Click "Accessibility" > "Mouse Pointer & Touch".
In the "Touch Indicator" option, you can use the switch to control its enabled status. Additionally, if you have touch indicators enabled, you also have the option to adjust the darkness and size of the circles. This setting can be checked or unchecked, but is not enabled by default.
Turn touch indicator on or off
1 Use the Windows R
shortcut key to open the "Run" dialog box and execute regedit
to open the registry editor.
2 Navigate to the following path:
HKEY_CURRENT_USERControl PanelCursors
3 Double-click the DWORD (32-bit) value named ContactVisualization
and set its hexadecimal value to:
0
means closed; 1
means on; 2
means turning on and making the circle appear deeper and larger. 4 Double-click the DWORD (32-bit) value named GestureVisualization
and set its value to:
0
means closed; 1f
means on. Turn touch indicator on or off via registry
The above is the detailed content of How to turn touch feedback circles (touch indicators) on or off in Windows 11. For more information, please follow other related articles on the PHP Chinese website!