diff --git a/windows/src/desktop/kmshell/main/initprog.pas b/windows/src/desktop/kmshell/main/initprog.pas index 7df17dbbbd..1b9f4cc9d4 100644 --- a/windows/src/desktop/kmshell/main/initprog.pas +++ b/windows/src/desktop/kmshell/main/initprog.pas @@ -358,7 +358,7 @@ begin if MessageDlg('Some keyboard profiles have been damaged. Correct these now?', mtConfirmation, mbOkCancel, 0) = mrOk then begin WaitForElevatedConfiguration(0, '-repair', True); - TKeyboardTIPCheck.ReEnablePostRepair; + // TKeyboardTIPCheck.ReEnablePostRepair; //possible future mitigation idea, see #4893. end; end; *)