Rename bios_check.ps1 to Win_Bios_Check.ps1

This commit is contained in:
silversword411 2021-03-26 10:17:44 -04:00 committed by GitHub
parent 598d79a502
commit 1c9c5232fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ Try {
Catch {
Write-Host "Script Check Failed"
Exit 1001
}
}