在Windows上强制删除文件

前端之家收集整理的这篇文章主要介绍了在Windows上强制删除文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
通常在我的开发工作站(我是管理员和唯一用户)上,我无法通过删除文件夹来删除文件 – 尽管已经递归获取了树的所有权.我假设这是由于文件被另一个进程锁定.

我有哪些(可编写脚本)选项可以帮助到这里?@H_403_2@

评论:我也应该说我是2008 x64.@H_403_2@

您可以使用 LockHunter查看哪个进程阻止删除文件.它是Windows的免费软件工具(32位和64位版本可用),它集成到Windows资源管理器上下文菜单中.

It is a free tool to delete files
blocked by something you do not know.
LockHunter is useful for fighting
against malware,and other programs
that are blocking files without a
reason. Unlike other similar tools it
deletes files into the recycle bin so
you may restore them if deleted by
mistake.@H_403_2@

LockHunter Screenshot http://lockhunter.com/images/mainScreenshot.png@H_403_2@

原文链接:https://www.f2er.com/windows/369342.html

猜你在找的Windows相关文章