COM/DCOM

Moderators: None (Apply to moderate this forum)
Number of threads: 177
Number of posts: 250

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
WMI dynamic mof file Posted by davje on 9 Mar 2009 at 5:15 PM
How do I change the WMI query back to dynamic? I used this query to change it to static so that I can manipulate the results. Now I want to change it back to dynamic so I get what ever is on the computer.

Thanks


class Win32_Processor
{
[key]
string Name;
uint32 NumberOfCores;
};
instance of Win32_Processor
{
Name = "AMD Athlon(tm) 64 X2 Dual Core Processor 4200+";
NumberOfCores = 222;
};



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.