1、打开运行界面;
2、输入命令openfiles /query | findstr /i “xxxx”--xxxx是文件名称,即可以看到正在打开文档的使用者
3、如果对方不在,可以在共享服务器端使用下面命令强行关闭客户端打开的文件 openfiles /disconnect /ID 118784
*************************************************************************************
若要断开所有打开的文件( ID 26843578)openfiles /disconnect /id 26843578
若要断开用户 hiropln 访问的所有打开的文件和目录openfiles /disconnect /a hiropln
若要将所有打开的文件和目录与 读/写模式 断开连接openfiles /disconnect /o read/write
若要将目录与打开的文件名 * C:\testshare 断开连接 * ,而不考虑访问它的用户openfiles /disconnect /a * /op c:\testshare\
要断开用户 hiropln 正在访问的远程计算机 srvmain 上所有打开的文件的连接openfiles /disconnect /s srvmain /u maindom\hiropln /id *