mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-14 19:35:03 +02:00
Update check-cpu.ps1
This commit is contained in:
@ -51,10 +51,10 @@ try {
|
||||
$Temp = "no temp"
|
||||
} elseif ($Celsius -gt 50) {
|
||||
$Temp = "$($Celsius)°C"
|
||||
$Status = "⚠"
|
||||
$Status = "⚠️"
|
||||
} elseif ($Celsius -lt 0) {
|
||||
$Temp = "$($Celsius)°C"
|
||||
$Status = "⚠"
|
||||
$Status = "⚠️"
|
||||
} else {
|
||||
$Temp = "$($Celsius)°C"
|
||||
}
|
||||
|
Reference in New Issue
Block a user