我撰写了一份文字,最终删除了所有相关档案,删除了自己的内容,从而自行销毁了这些档案,然后,它本应删除其中的夹。
我尝试了关闭视窗探测器的若干办法,通过积极程序进行搜索,并杀害任何相关过程,但尽管能够自行销毁文字,仍不能成功删除。
Set-Location -Path $PSScriptRoot
Remove-Item -Path $PSScriptRootMobile -Force -Recurse
Remove-Item -Path $PSScriptRootNoMobile -Force -Recurse
Remove-Item -Path $MyInvocation.MyCommand.Source -Force -Recurse
Set-Location ..
Remove-Item $foldername -Force -Recurse
The last line throws an error that "The process cannot access the file...because it is being used by another process".
任何想法?