| Current Path : C:/Windows/diagnostics/system/Keyboard/ |
| Current 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
{
}
}