"Coreinfo v4.0" produces null-bytes on std-out, that is not searchable in commandline.
("Coreinfo v3.52" works like charm, system is Win10 Rel 22H2 x64 )
Example (works not with Coreinfo v4.0):
Coreinfo.exe -ACCEPTEULA -version 2>&1 | find /i "Coreinfo"
Output in Coreinfo v4.0:
- not output found by "find" or "findstr", because of null-bytes in content on std-out -
Output in Coreinfo v3.52:
Coreinfo v3.52 - Dump information on system CPU and memory topology
Usage: coreinfo [-c][-f][-g][-l][-n][-s][-m][-v]
Note: Coreinfo must be executed on a system without a hypervisor running for
Coreinfo.exe -ACCEPTEULA -f 2>&1 | find /i "SSE4"
Output in Coreinfo v4.0:
- not output found by "find" or "findstr", because of null-bytes in content on std-out -
Output in Coreinfo v3.52:
SSE4a * Supports Streaming SIMDR Extensions 4a
SSE4.1 * Supports Streaming SIMD Extensions 4.1
SSE4.2 * Supports Streaming SIMD Extensions 4.2
Best regards ...
"Coreinfo v4.0" produces null-bytes on std-out, that is not searchable in commandline.
("Coreinfo v3.52" works like charm, system is Win10 Rel 22H2 x64 )
Example (works not with Coreinfo v4.0):
Coreinfo.exe -ACCEPTEULA -version 2>&1 | find /i "Coreinfo"
Output in Coreinfo v4.0:
- not output found by "find" or "findstr", because of null-bytes in content on std-out -Output in Coreinfo v3.52:
Coreinfo.exe -ACCEPTEULA -f 2>&1 | find /i "SSE4"
Output in Coreinfo v4.0:
- not output found by "find" or "findstr", because of null-bytes in content on std-out -Output in Coreinfo v3.52:
Best regards ...