79596468

Date: 2025-04-28 12:32:06
Score: 0.5
Natty:
Report link

The solution can be to remove line "CertUtil:" from output.

(for /f "skip=1 tokens=1" %a in ('certutil -hashfile "path\to\your\file" MD5') do @echo %a & goto :done) ^| findstr /R "^[^:]*$"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: asat