1
I was implementing a query to the WMI class "Win32_OperatingSystem" namespace with "root\CIMV2"
I tested my code in Windows 10, Windows 8.1, and Windows XP SP3 and everyone worked well.
However in the documentation page: https://msdn.microsoft.com/en-us/library/aa394239(v=vs.85).aspx says "Minimum supported client" can only be called from a Windows Vista or later.
Why it operated in Windows XP? what are the real minimum requirements?
Not an official resource but it says this class works in all the windows platforms. It works on my xp as well ;) – pun – 2015-08-02T17:24:10.483