How can locked files be monitored on a WIN 2000 server - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T02:25:43Z http://stackoverflow.com/feeds/question/631015 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/631015/how-can-locked-files-be-monitored-on-a-win-2000-server 0 How can locked files be monitored on a WIN 2000 server adilei 2009-03-10T16:12:07Z 2009-03-22T21:54:42Z <p>Hi,</p> <p>I'm interested to know what would be the best way to monitor locked files/open file handles on a win 2000 server. I am interested in a general system report that could show locked files or handles over time (over the course of one night, for example) without having to specify which processes are to be monitored specifically.</p> <p>Thanks, Adi</p> http://stackoverflow.com/questions/631015/how-can-locked-files-be-monitored-on-a-win-2000-server/631049#631049 0 Answer by Boden for How can locked files be monitored on a WIN 2000 server Boden 2009-03-10T16:17:40Z 2009-03-10T16:17:40Z <p><a href="http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-c47c5a693683.aspx" rel="nofollow">Sysinternals</a> are a Windows administrator's best friend. Perhaps you could write something that wraps the <a href="http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx" rel="nofollow">Handle</a> program.</p> http://stackoverflow.com/questions/631015/how-can-locked-files-be-monitored-on-a-win-2000-server/671676#671676 0 Answer by adilei for How can locked files be monitored on a WIN 2000 server adilei 2009-03-22T21:54:42Z 2009-03-22T21:54:42Z <p>Well,</p> <p>After some research it seems that the best sysinternals tool for this purpose would be <a href="http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx" rel="nofollow">File Monitor</a>. While wrapping the Handle programme (as suggested here) could work, File Monitor provides a fully customizable GUI for that purpose.</p> <p>File Monitor is replaced by <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx" rel="nofollow">Process Monitor</a> for OS versions later than WIN2000 SP4, but since I was having to monitor an earlier version, File Monitor was definitely the way to go.</p>