find string in file windows
findstr /spin /c:"string" [files]
The parameters have the following meanings:
S = recursive Subfolders
P = skip non-Printable characters
I = case Insensitive
N = print line Numbers
And the string to search for is the bit you put in quotes after /c: