What is the "findstr.exe" ? Variant 15753278

Our database contains 44 different files for filename findstr.exe but this page contains information about single file with specific attributes. If you want to see general information about the findstr.exe then visit General Information Page . You can also check most distributed file variants with name findstr.exe. This file belongs to product Microsoft® Windows® Operating System and was developed by company Microsoft Corporation. This file has description Find String (QGREP) Utility. Agregate rating is 5(5) stars - based on 1 reviews.This is executable file. You can find it running in Task Manager as the process findstr.exe.

findstr.exe Process
Product:
Microsoft® Windows® Operating System
Company:
Microsoft Corporation
Description:
Find String (QGREP) Utility
Version:
6.1.7600.16385
MD5:
bf1d9c361565020659b9715882adad89
SHA1:
b4db81f01aa11f4841004776f94f548e3c4d8b5e
SHA256:
375b7ec0425d24f58f6a634c42f4a23d0a6c1002cd83d6bee2be638cb9275242
Size:
70656
Directory:
C:\Windows\System32
Operating System:
Windows 7
Occurence:
Low oc0

System Explorer Community Antivirus Report

This file was checked and tolerated by following antivirus shields :
Antivirus NameLatest Toleration
Trend Micro OfficeScan Antivirus2015-03-31 12:59:06
Kaspersky Internet Security2014-08-22 09:41:15
Antivirus shields were enabled and have latest antivirus database.

Is the Process "findstr.exe" Safe or Threat ?

Loading Graph
100% of reviewed files are marked as Safe .
Our final rating for this file is Safe. Final rating is based on file reviews, discovered date, users occurence and antivirus scan results.

User Reviews of the "findstr.exe"

  • SAFErating from user MikeOne (Variant: 15753278)

    This utility is a genuine MS Windows part - Find String (QGREP) Utility. Any user of unix-like operating system will be aware of the GREP utility, this executable is the representation of similar functionality for MS Windows. This command searches for patterns of text in files using regular expressions.
    Syntax :
    findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [/offline] [/g:file] [/f:file] [/c:string] [/d:dirlist] [/a:ColorAttribute] [strings] [[Drive:][Path] FileName[...]]
    Findstr is capable of finding the exact text you are looking for in any ASCII file or files. However, sometimes you have only part of the information that you want to match, or you want to find a wider range of information. In such cases, findstr has the powerful capability to search for patterns of text using regular expressions.
    More information about this functionality can be found on http://technet.microsoft.com/en-us/library/bb490907.aspx