To open the latest IEXPLORE (keep it but not close it) and then turn off all the old IEXPLORES (PID_BY handler identification code)

Because there is a two-factor authentication problem on the web page, I need a program to open the latest IEXPLORE (keep it but not close it) and then turn off all the old IEXPLORES (PID_BY handler identification code). Can any experts provide examples? Thank you very much.

@291

please check this…this will kill all iexplorer processes except the latest one

allprocesses.Where(function(x) x.ProcessName.ToLower.Contains("iexplore")).OrderByDescending(function(x) x.StartTime).Skip(1)

Hope this helps

cheers

Hi @291 ,
Have you check list process before
regards