Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Nov 19, 2020 11:57:10 AM
Sep 29, 2017 10:18:41 AM
It may be necessary to monitor I/O activity on a specific file or folder in Windows to:
Use Windows Sysinternals Process Monitor utility. (a.k.a. Procmon)
For example, download http://download.sysinternals.com/Files/ProcessMonitor.zip and extract procmon.exe to a directory in your PATH such as C:\Windows. Or copy it to a new directory named C:\Sysinternals and add that to your PATH. Or simply run procmon.exe by clicking here http://live.sysinternals.com/procmon.exe
To monitor a specific file or directory, set up a filter in Process Monitor as follows:
If you are diagnosing a problem such as "Access is denied", as soon as it occurs disable "Capture Events" and search back through the log to see what other process has accessed the file.
Select Find... from the Edit menu to search for a particular filename.
Note that you can save the log in various formats by selecting Save... from the File menu. Save the log in .PML format if you want to reopen it with Process Monitor.
For more information about Windows Sysinternals visit http://technet.microsoft.com/en-us/sysinternals/default.aspx