Is there a way to see which dll created a specifc .txt file in a specific location?

J M 41 Reputation points
2021-01-15T12:22:46.757+00:00

I'm new to SysInternals and I have a text file being created and I'm not sure which .exe or .dll is creating the .txt file.

  • Which SysInternal tool would be best for this?
  • If it's Procmon, how would I filter it to find it?
  • Does the process have to be actively writing the file for me to find it? It happens overnight and I wouldn't think it takes long to create, it's a very small file.

I'm not good at filtering Procmon. If I can research this while it's not actively writing the file, I would need to be able to filter for a time range as it happens overnight.

Thanks for your help!

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,163 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 85,366 Reputation points
    2021-01-15T13:01:41.537+00:00

    You can use ProcMon and add a filter with "Path"
    (with contains or is if you know the complete path)

    For example, to test, I added Path contains "tata" and it has been logged when I created a file "E:\Temp\tata.txt" with Notepad)


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.