To find the history of Windows Updates, open PowerShell as Administrator and type the command:
get-hotfix
get-wmiobject win32_quickfixengineering
This command returns only the updates supplied by Component Based Servicing (CBS). These updates are not listed in the registry. Updates supplied by Microsoft Windows Installer (MSI) or the Windows update site (https://update.microsoft.com) are not returned by Win32_QuickFixEngineering.
