Watching connections to your computer

  • Thread starter Thread starter paul
  • Start date Start date
P

paul

Watching connections to your computer.

Can some one tell where to start.

I want to write some code to be alerted when
some one connect to my computer and browses/copies/changes
files or directories. I know you can see them using
Windows Mangement services, but I want some real time monitoring.
 
Thanks Cor, but its not quite what I wanted. maybe I need to
re-phrase/clarify the question.

The FileSystemWatcher raises events on a file system when a file is
Created, Deleted, Renamed or Changed.

What I want the same as the Windows System manager shows.
when another user connects to your machine and browses your
directories. An other example is when you turn the computer off and
it pops up the message box saying one one is still connected. I want
to catch the connection event.


Many thanks.
 
Back
Top