FILE: C:\Windows\diagnostics\system\Keyboard\CL_Telemetry.ps1

--
Add-Type -Path "KeyboardDiagnostic.dll" function ReportDiagnosis { try { [Microsoft.Windows.Desktop.TextInput.KeyboardDiagnostic.Logging]::ReportDiagnosis() } catch { } }
--