In a previous tip we introduced the command openfiles which lists and disconnects files that were opened remotely on your machine.
Openfiles can also track open files on your local machine. You pay for it with a lower overall system performance because the system now tracks all open files. To enable tracking local files, run this command with local admin privileges:
Openfiles /local ON
Then, restart your machine. Now, openfiles also lists local files.
To return to system default and stop monitoring local files, change the setting back to OFF:
Openfiles /local OFF
Again, a restart is needed. Openfiles /local returns your current mode.