Forum posts for ielowutil.exe

How to filter between junk exe files and workable exe files

i got all the exe files now but the thing is x.x its giving me all the exes and now i have to filter between executable which run the required app and all junk executables.
like in internet explorer folder i have

C:Program FilesInternet Explorerieinstal.exe

C:Program FilesInternet Explorerielowutil.exe

C:Program FilesInternet Exploreriexplorer.exe

but i jst want iexplorer.exe file and for me all others are junk is there any way to filter between these?

List path = new List();
List realPaths = new List();

try
{
path.AddRange(Directory.GetFiles(@'C:Program Files', '*.exe', SearchOption.AllDirectories));
path.AddRange(Directory.GetFiles(@'C:Program Files (x86)', '*.exe', SearchOption.AllDirectories));
foreach (string item in path)
{
string[] parse = item.Split('\');
if (parse.Contains('Common Files')
|| parse.Contains('IIS') || parse.Contains('Microsoft Help Viewer')
|| parse.Contains('Microsoft SQL Server') || parse.Contains('Microsoft SQL Server Compact Edition')
|| parse.Contains('Microsoft Sync Framework') || parse.Contains('Microsoft Synchronization Services')
|| parse.Contains('Microsoft Visual Studio 9.0') || parse.Contains('Microsoft.NET') || parse.Contains('MSBuild')
|| parse.Contains('Reference Assemblies') || parse.Contains('Windows Defender') || parse.Contains('Windows NT')
|| parse.Contains('HTML Help Workshop') || parse.Contains('Microsoft Analysis Services') || parse.Contains('Microsoft ASP.NET')
|| parse.Contains('Microsoft F#') || parse.Contains('Microsoft Games for Windows - LIVE') || parse.Contains('Microsoft SDKs')
|| parse.Contains('Microsoft Silverlight') || parse.Contains('Microsoft Visual Studio 8') || parse.Contains('Microsoft XNA')
|| parse.Contains('Mozilla Maintenance Service'))
{
continue;

}
else
{
realPaths.Add(item);

}

}
foreach (string item in realPaths)
{
Console.WriteLine(item+' ');
}

View complete forum thread with replies

Other posts related to ielowutil.exe

See Related Forum Messages: Follow the Links Below to View Complete Thread

IE Protected Mode + SSL Login = No cookie for non-SSL pages
How to filter between junk exe files and workable exe files

What is the carbon footprint of your coffee?

Is it low? Is it high? Can this things really kill the planet Earth? Maybe the answer will surprise you. Maybe not.