|
-
Sep 24th, 2008, 04:01 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] wmi-registry
\root\cimv2
Do you know if the above wmi path is looking at the registry?
if so, please let me know where in the registry I can find it.
Thanks.
-
Sep 24th, 2008, 04:13 AM
#2
Re: wmi-registry
WMI has nothing to do with the Registry specifially. That's a namespace. CIMV2 stands for Common Information Model version 2. Just as the .NET Framework uses namespaces to organise types into areas of common functionality, so too does WMI.
-
Sep 24th, 2008, 04:15 AM
#3
Thread Starter
Fanatic Member
Re: wmi-registry
Is there a way to dig into where the wmi is looking?
I am using select * from win32_printers.
I am wondering if I can drill down into the folder or anything where this information is being retrieved.
Thanks
-
Sep 24th, 2008, 04:17 AM
#4
Re: wmi-registry
What? It's not related to registry. Its a default namespace in WMI.
EDIT: Ohh... quite late.
-
Sep 24th, 2008, 09:24 AM
#5
Re: [RESOLVED] wmi-registry
I don't really understand what you're getting at. What exactly is it that you want to achieve? Do you just want to see what WMI classes are available? If so then they're all listed and explained on MSDN.
http://msdn.microsoft.com/en-us/libr...54(VS.85).aspx
-
Sep 24th, 2008, 10:50 AM
#6
Fanatic Member
Re: [RESOLVED] wmi-registry
i think he means whether where WMI is retreiving the data from, so he can do it himself, without using WMI.
-
Sep 24th, 2008, 11:00 AM
#7
Thread Starter
Fanatic Member
Re: [RESOLVED] wmi-registry
Thanks guys,
I was just wondering if I can somehow figure out why I get access denied on the 64 bit machines and not others.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|