Search code examples
c#command-linedoswmicqfe

Get list of full installed updates in PC


I tried to get list of full installed updates in my pc using following command.

wmic qfe list

But I got only windows updates,

Can you tell how to get list of full updates?

like

contorl panel -> Installed Updates

Code will in c# or Command line.


Solution

  • Try this below link help with you:
    https://social.msdn.microsoft.com/Forums/en-US/bece1e5d-0d5a-44c2-85c8-a23633d69388/how-to-retrieve-windows-installed-updates-through-resigtry-using-c?forum=csharplanguage