Update check_SHA256_windows.ps1

This commit is contained in:
KASR 2023-04-24 16:41:27 +02:00 committed by GitHub
parent 86fc970126
commit 2e335c4c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ foreach ($line in $hashLines) {
}
else {
$validChecksum = ""
$fileMissing = "X"
$fileMissing = ""
}
}
else {
@ -66,4 +66,4 @@ $results | Format-Table `
-Property @{Expression={$_.filename}; Label="filename"; Alignment="left"}, `
@{Expression={$_."valid checksum"}; Label="valid checksum"; Alignment="center"}, `
@{Expression={$_."file missing"}; Label="file missing"; Alignment="center"} `
-AutoSize
-AutoSize