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
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
Set-Service -Name GameInputSvc -StartupType Disabled
Impact:
Input devices will not be able to utilize the GameInput API.