diff --git a/MSEdgeRedirect.au3 b/MSEdgeRedirect.au3 index df14bd7..0e884bb 100644 --- a/MSEdgeRedirect.au3 +++ b/MSEdgeRedirect.au3 @@ -383,7 +383,7 @@ Func RunRemoval($bUpdate = False) $aPIDs = ProcessList("msedgeredirect.exe") For $iLoop = 1 To $aPIDs[0][0] Step 1 - If Not $aPIDs[$iLoop][1] = @AutoItPID Then ProcessClose($aPIDs[$iLoop][0]) + If Not $aPIDs[$iLoop][1] = @AutoItPID Then ProcessClose($aPIDs[$iLoop][1]) Next If IsAdmin() Then