diff --git a/RemoveAi.ps1 b/RemoveAi.ps1 index ee11868..d33321a 100644 --- a/RemoveAi.ps1 +++ b/RemoveAi.ps1 @@ -122,10 +122,12 @@ foreach ($Path in $packagesPath) { if ($path -like '*Photon*') { $command = "`$dlls = (Get-ChildItem -Path $Path -Filter *.dll).FullName; foreach(`$dll in `$dlls){Remove-item ""`$dll"" -force}" Run-Trusted -command $command + Start-Sleep 1 } else { $command = "Remove-item ""$Path"" -force -recurse" Run-Trusted -command $command + Start-Sleep 1 } }