本文出自Simmy的个人blog:西米在线
http://simmyonline.com/archives/475.html
用户在编辑share drive上的Excel文档时时常会收到这种错误。而实际情况经常是误报,用户没有在编辑,这可能是文件服务器同步的一个延时导致的。只能手工去断开连接。
1. Quote:
On the server, right-click on My Computer, then select Manage, expand Shared Folders, and click on Open Files. There you'll see a list of files on the server that are currently
1. Quote:
On the server, right-click on My Computer, then select Manage, expand Shared Folders, and click on Open Files. There you'll see a list of files on the server that are currently
opened by other computers on your network. That'll tell you the User who has the file open. You'll need to then click on Sessions to see what computer(s) that user is connecting from.
From there you could use taskkill to kill the program on the remote computer
2. Quote:
TASKKILL /S computername /U domain\username /IM EXCEL.EXE
本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/180928
,如需转载请自行联系原作者