Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
546 B

  1. Provider Phase
  2. [1] Open CIMV2 namespace.
  3. [2] Execute some simple queries from providers for Win32_Process, Win32_LogicalDisk. Write independent code to get the process list and disk list and verify that the instances that come back are correct.
  4. [3] Enumerate all the Win32_ classes.
  5. [4] Execute queries of select * from for all of these, one at a time.
  6. [5] Execute "associators of {Win32_ComputerSystem = <current machine name>"
  7. [6] Close the connection to CIMV2
  8. [7] Rerun [1]-[6] from several threads in parallel.