Update check-battery.ps1, check-bios.ps1, check-gpu.ps1, and

check-smart-devices.ps1
This commit is contained in:
Markus Fleschutz
2022-12-19 17:53:25 +01:00
parent 46186820ca
commit 86463af566
4 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ try {
$RefreshRate = $Details.CurrentRefreshRate
$DriverVersion = $Details.DriverVersion
$Status = $Details.Status
"GPU $($Model) ($(Bytes2String $RAMSize) RAM, $($ResWidth)x$($ResHeight) pixels, $BitsPerPixel bit, $RefreshRate Hz, driver $DriverVersion, status $Status)"
"$Model GPU ($(Bytes2String $RAMSize) RAM, $($ResWidth)x$($ResHeight) pixels, $BitsPerPixel bit, $RefreshRate Hz, driver $DriverVersion, status $Status)"
}
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"