Question creating window service which writes system information to a text file

rahesh

New member
Joined
Jun 5, 2008
Messages
3
Programming Experience
1-3
Hi all,

Anybody please guide me how to create a window service which writes the system informations ( CPU usage,Memory usage,CPU temperature,Motherboard temperature,CPU fan speed,number of TCP/IP connections) to a text file during regular interval (say on every hour).

I am trying to do it using vb.net.

I have searched google about this but find nothing.:(

Thanks in advance

Rahesh
 
Try this

Download WMICodeCreator. This will not only do what you need but if you change the output language it writes the code for you.

Ty
 
Back
Top