Touch Keyboard and Handwriting Registry Locations
This article provides an overview of the exact Windows Registry
locations used to configure the system-wide Touch Keyboard and
Handwriting Panel. By accessing the Windows Registry Editor
(regedit), administrators can manage the underlying service
configuration, enforce machine-wide Group Policies, and customize global
defaults for the touch input subsystem across Windows operating
systems.
1. Touch Keyboard and Handwriting Panel Service (TabletInputService)
The core background service that manages the Touch Keyboard and Handwriting Panel is the TabletInputService (Touch Keyboard and Handwriting Panel Service). Its system-wide startup behavior and driver configuration are located at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TabletInputService
Start(DWORD): Controls the startup type of the service.2= Automatic3= Manual (Default)4= Disabled
2. System-Wide Keyboard Defaults and Behavior
Global configuration parameters, legacy settings, and system-wide
behavioral defaults for the touch keyboard interface are stored under
the TabletTip key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TabletTip\1.7
Common system-wide values configured here include:
EnableDesktopModeAutoInvoke(DWORD): Controls whether the touch keyboard automatically invokes when a text input field is tapped in desktop mode without a physical keyboard attached (1to enable,0to disable).TouchKeyboardDoNotCloseOnDismiss(DWORD): Dictates whether the interface minimizes or stays persistently loaded in the background.
3. Machine-Wide Group Policy Enforcements
When settings are deployed across an entire machine via Group Policy,
the corresponding registry entries are created in the system-wide
Policies hive:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TabletPC
Key security and usability policies include:
DisableInkFeedback(DWORD): Set to1to disable visual ink feedback system-wide.PreventHandwritingDataSharing(DWORD): Set to1to prevent handwriting recognition data from being shared for machine learning improvements.DisableFlicks(DWORD): Set to1to disable navigational touch and pen flicks.
4. Modern Input and Handwriting Subsystem Settings
In modern versions of Windows (Windows 10 and Windows 11), system-wide handwriting recognition and advanced text input pipeline parameters are stored within the core Input subsystem key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Input\Settings
This key manages machine-level handwriting model paths, hardware-accelerated text input processing, and input device interaction defaults.