1

i want to be notified when when user trys to open a file from the explorer.

How could this be done? I tired hooking some winapi in the explorer.exe with no hope.

I also want to intercept this call and cancel it.

Joe
  • 31
  • 2

1 Answers1

0

You might want to have a look at a similar question: Intercept windows open file

Also for the people asking why someone would want to do this or immediately jump to malware conclusions. There are a number of legitimate uses for this. Especially if you are creating a B2B product that deals with automation or control over a customer's PC environment.

Sir Rogers
  • 345
  • 1
  • 3
  • 10