💻 Software
Which files are opened by a specific application?
Fresh7 days ago
Mar 15, 202690388 viewsConfidence Score0%
0%
Problem
Is there a way to list all files that are currently opened by a specific process in Windows? I mean files that got have an , but never got an by a specific process. I tried to use Sysinternals Process Monitor, but I couldn't figure out how to list the current opened files – but only when the openin…
Error Output
fopen
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Which files are opened by a specific application?
Low Risk
Check out Process Explorer from Sysinternals. To see the open files for a process, select a process from the list, select the View->Lower Panel View->Handles menu option. All of the handles of type "File" are the open files. Also, a great way to fin…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix