http://technet.microsoft.com/en-us/library/bb490961.aspx
Today I found a useful windows system tool openfiles.It querys displays or disconnect files opened by network users.
Why we need this tool?
For a long time,we encounter a problem - when delete a file from website,it returns failed.other process was access that file.with this tool,we know who was using that file and disconnect the user when needed.An advantage of this tool is to query from a remote computer.
Here is the command to query the opened share file from a remote computer
openfiles.exe /query /s 192.168.1.110 /v /fo csv
disconnect
openfiles.exe /disconnect /id 1
本文介绍了一款实用的Windows系统工具——OpenFiles。该工具能够帮助用户查询、显示及断开网络用户打开的文件。当删除网站上的文件遇到失败时,此工具尤其有用,因为它能找出正在使用文件的进程或用户,并允许管理员从远程计算机断开这些连接。
5282

被折叠的 条评论
为什么被折叠?



