L
Lalit
Hi,
how can we get registry settings of a computer within local network using
WMI?
Lalit
how can we get registry settings of a computer within local network using
WMI?
Lalit
Nicholas Paldino said:Lalit,
I don't know that you can get actual registry values through WMI. The
only class I see for this is the Win32_Registry class, which gives
information about the registry as a whole.
If you want to get actual values, you can call the static
OpenRemoteBaseKey method on the RegistryKey class in the Microsoft.Win32
namespace to get the RegistryKey on a remote machine.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Lalit said:Hi,
how can we get registry settings of a computer within local network using
WMI?
Lalit
Lalit said:Thanks for the reply, I got a code from code project to read registry
values
using WMI.
I stunk on one more problem now. I was able to get version number of com
dll but I want to get version of .Net dll and for .Net dlls it return NULL
in Version property.
Any Idea?
Lalit