Day: October 9, 2012
Locate installed patches on windows easy
If you ever come across a issue, where you need to locate, whether or not at KB articel from Microsoft is installed or not, it is as easy as entering a command prompt and type: c:\>wmic qfe | find “<number of the b articel, and only the number>” press enter c:\>wmic qfe | find “23456” Now, you could also take this a step further and do remote querying, this is done via the followingLearn More