Make 1 Million Dollars $$$
Sat, 13 Aug 2005 19:52:23 +0200
Dear Internet Friend,
I made over 1Million Dollars my first year with thys system.
If you are at all serious about making money online, this will be the most important letter you've ever lucked onto. Here's why:
I made over $1600 my very first month marketing Online.
I generated over 137,000 Hits to my ...
|
Memory leak in ManagementObject.Get()
10 Aug 2005 15:57:02 -0700
Hi,
I'm trying to write an application which will collect stats on the
system on a regular basis using WMI, but I'm having problems with the
application taking more and more memory. I've done some investigation
into it and it appears to the be when I call the Get method. Under the
hood it carries out some c ...
|
Service as process
Mon, 08 Aug 2005 07:48:49 GMT
Hello,
I'm looking for a way to identify a running process from which service it is
started. All seems working well so far. I am using a simpel wmi call to
enumerate all running processes and all installed services. I then compare
the 'Pathname' property from the service against the 'Commandline' property
o ...
|
Trouble with tutorial on event log viewing
5 Aug 2005 23:14:12 -0700
Hi
I'm trying to run the event log part of this tutorial:
http://www.c-sharpcorner.com/Code/2004/March/WMIEventDetecting.asp
I'm not sure where to place this statement:
MyWMIWatcher _watcher = new MyWMIWatcher();
The article doesn't seem to specify, wherever I put it, I get an error
like: The type ...
|
Need documentation for accessing event logs using WMI and .NET
5 Aug 2005 18:11:13 -0700
I'm not able to find much on msdn on this. If anyone can send any
tutorials I would appreciate it Thanks!
D
...
|
Problems with Rename Method of Win32_Computer System
5 Aug 2005 10:27:19 -0700
Everytime I call mComputerSystem.GetMethodParameters("Rename") I get an
exception thrown "Invalid method Parameters(s)"
As far I as I can tell from MSDN documentation Rename should be a
proper parameter to pass to this function. Any help with this would be
great!
Here is the code I am using:
private v ...
|
System.Management.ManagementException
2 Aug 2005 23:38:57 -0700
Dear Group
I wonder whether anyone has some information on the cause for this
error? I've created a class for Win32_DISKDRIVE with mgmtclassgen
Win32_BIOS /L VB, added the file to my VB.NET project and tried calling
a property with the following code in a button_click event:
Dim PCBios As New ROOT.CIMV2 ...
|
|
|
WMI and Alternatives - A fundamental question
2 Aug 2005 17:44:14 -0700
Dear Group
I'm using VB.NET and after much reading through posts and the WMI
documentation there's no doubt that System.Mnagement is a nice thing.
HOWEVER, I need your advice as I'm still confused. My application is
supposed to run on systems from Win9X to XP. From reading, I got the
impression that the ...
|
Active Directory Users in Page Load Event?
Mon, 1 Aug 2005 15:42:13 -0400
Is it possible to have a list box in an ASP.NET page and display a list of
ActiveDirectory users in it from the Page Load event?
This active directory and WMI stuff is driving me nuts... I can't figure
out how to get anything to work. If someone could provide 2 simple examples
for me, I would be gratefu ...
|
Access Denied on remote 2003 Server after reboot (not always)
1 Aug 2005 09:20:02 -0700
Hi,
I'm hoping that someone may be able to help me this one as my colleague
and I are tearing our hair out, and can't find anything on the net to
solve it.
Our problem is as follows. We have an application which does various
WMI queries to remote machines (e.g. CPU Usage, disk space). This is
done at use ...
|