On *nix system, we can use the command "time" to measure a command execution time. How do I do this on Windows? Fortunately there is a Powershell command "Measure-Command" for this. PS C:> Measure-Command {certutil -hashfile .\tmuninst.ini | Out-Host}SHA1 hash of file .\tmuninst.ini:7c 85 c2 94 73 8d 25 3e 12 8b eb 7a 1d … Continue reading Timing a command on Windows?
Day: February 20, 2020