I need the wmic command to find updates of 3rd party applications in windows machine. ****i have tried c:\windows\system 32> wmic product get /format but i didnt find any updates.****
Asked
Active
Viewed 129 times
1 Answers
0
I don't think there is a general way to find updates on windows
if you run
wmic product get name, urlupdateinfo
you might get some links (not all programs include this field)but this gives general urls which might help a user find updates not something you can check programatically.

Roman A. Taycher
- 28
- 9