J
Josip Medved
When I invoke System.Managment in following manner:
moSearch = New System.Managment.ManagmentObjectSearcher("SELECT * FROM
Win32_BIOS")
moReturn = moSearch.Get
I get result after few seconds on most of machines (P3 is the weakest). Is
there any
way to speed up this? It is frustrating when you need to query few
objects...
moSearch = New System.Managment.ManagmentObjectSearcher("SELECT * FROM
Win32_BIOS")
moReturn = moSearch.Get
I get result after few seconds on most of machines (P3 is the weakest). Is
there any
way to speed up this? It is frustrating when you need to query few
objects...