如何在没有管理员权限的情况下在 Windows XP 上复制锁定的文件(设备或资源繁忙错误)
有什么方法可以在没有管理员权限的情况下在 Windows XP 计算机上复制锁定的文件吗? 我使用了 unloker 工具,它很棒,但需要管理员权限才能安装和运行。 如何用 perl/shell/c c++ 等编程语言来完成它? 或者是否存在一些解决方法。
Is there is any way I can copy locked files on windows xp machine without having admin rights?
I used unloker tool its great but needs admin rights to install and run.
how it could be done in some programming language like perl/shell/c c++ etc.
or if there exists some workaround for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个, http://www.howtogeek.com/howto/windows-vista/backupcopy-files-that-are-in-use-or-locked-in-windows/
它应该可以帮助您解决问题。
Try this, http://www.howtogeek.com/howto/windows-vista/backupcopy-files-that-are-in-use-or-locked-in-windows/
It should help you solve your problem.
不,没有管理员权限你就不能这样做
No, you can't do it without admin rights
您需要使用备份 API,并且需要备份权限才能使用它。搜索 MSDN。
You need to use the backup API, and you need backup privileges to use it. Search MSDN.