mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
287 B
9 lines
287 B
@ECHO OFF
|
|
ECHO If this is the only output, the sapi5.inf file does not contain any
|
|
ECHO obvious SR-related entries.
|
|
grep -i sreng sapi5.inf
|
|
grep -i WINNT sapi5.inf
|
|
grep -i Msasr sapi5.inf
|
|
grep -i itn sapi5.inf | grep -v -i spitnprocessor
|
|
grep Windows sapi5.inf
|
|
grep ERROR sapi5.inf
|