Jump to content

Recommended Posts

Posted

Hi guys,

Will I be getting into a nightmare if I pursue a way to find which files a process is using (or open by it)?

From a quick googling I see it has to do with open handles and enumerating them?

Any help from AutoIt in terms of functions, even if API related?

Thanks and Cheers!

Posted

Fileinstall yes.

I would user Run instead as you can use it to capture the Stdout of Handle.exe (the text output) and process it using stdoutread.

Also note, the registry entry:

HKEY_CURRENT_USER\Software\Sysinternals\Handle\EulaAccepted

will keep handle.exe from popping up the EULA.

Also note that you're "not supposed" to redistribute sysinternals tools, so it should be for your "own uses"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...