geo*_*ory 6 windows-7 file-management file-permissions
我知道关于此的类似帖子,但他们还没有解决我的问题。我有一个.iso以前用 MagicDisc 挂载的安装文件,但现在无法删除。我当然已经卸载了文件并关闭了 MagicDisc。我还以安全模式重新启动,尝试使用管理员权限删除,尝试通过命令行删除,但没有任何效果。非常感谢有关如何停用此弹性文件的建议。
在资源管理器中,错误消息是:

通过命令行,错误是:
PS C:\users\Robin\Downloads> del .\ArcGIS_Desktop_101_129026.iso
del : Cannot remove item C:\users\Robin\Downloads\ArcGIS_Desktop_101_129026.iso: The process cannot access the file
'C:\users\Robin\Downloads\ArcGIS_Desktop_101_129026.iso' because it is being used by another process.
At line:1 char:1
+ del .\ArcGIS_Desktop_101_129026.iso
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\users\Robin\..._101_129026.iso:FileInfo) [Remove-Item], IOException
+ FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\users\Robin\Downloads> del *.iso
del : Cannot remove item C:\users\Robin\Downloads\ArcGIS_Desktop_101_129026.iso: The process cannot access the file
'C:\users\Robin\Downloads\ArcGIS_Desktop_101_129026.iso' because it is being used by another process.
At line:1 char:1
+ del *.iso
+ ~~~~~~~~~
+ CategoryInfo : WriteError: (C:\users\Robin\..._101_129026.iso:FileInfo) [Remove-Item], IOException
+ FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\users\Robin\Downloads>
Run Code Online (Sandbox Code Playgroud)
附录

由于该文件正被系统进程 (ID=4) 使用,因此您无法杀死它以释放锁。
从您选择的 Live CD(例如 ubuntu)启动,并挂载您的硬盘。删除文件,然后重新启动到Windows。
| 归档时间: |
|
| 查看次数: |
21287 次 |
| 最近记录: |