Control file executions

  • Thread starter Thread starter ipramod
  • Start date Start date
I

ipramod

Hi,

I want to monitor what all files are executed on the client machine
remotely. Can I control the execution of lets say internet explorer
from the server? If yes, can you please provide some links/steps to do
that.

Thanks,
PI
 
I don't think so. In order to do this, you would have to have code
embedded in the kernel to do this, as there are many ways to execute a file.
At best, you could have an agent installed on the machine, which will
monitor when new processes start up (although this is probably costly, as it
is to my knowledge a polling operation).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top