Information
This service enables the use of keyboards, mice, gamepads, and other input devices to be used with the GameInput API.
The recommended state for this setting is: Disabled
Note: GameInput service runs as LocalSystem in its own process of GameInputSvc.exe and doesn't share its process with other services.
GameInput API pipes input from keyboards, mice, gamepads, and other game controllers via Direct Memory Access (DMA) to decrease latency for gaming performance. This DMA use increases the risk of input data (especially keystrokes) being captured by a malicious attacker.
Solution
To establish the recommended configuration, run the following PowerShell command:
Set-Service -Name GameInputSvc -StartupType Disabled
Impact:
Input devices will not be able to utilize the GameInput API.