IT Toolbox

Event ID 19 — Windows Update installation success

View my favorites

Windows Update indicates that an update has been successfully installed.

Source of event

Microsoft-Windows-WindowsUpdateClient — category Updates.

Possible causes

  • Cumulative update
  • Security corrective
  • Driver via Windows Update

Verifications to be carried out

  1. Identify the KB concerned
  2. Compare with the date of possible restart

Useful orders.

Get-WinEvent -FilterHashtable @{LogName='System'; Id=19} -MaxEvents 30

To be retained.

An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.

♡ 0