????

Your IP : 216.73.216.152


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