mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-19 03:01:15 +01:00
Update check-cpu.ps1
This commit is contained in:
parent
bd6024eb1d
commit
60cab826d7
@ -53,7 +53,7 @@ try {
|
||||
$DeviceID = $Details.DeviceID
|
||||
$Speed = "$($Details.MaxClockSpeed)MHz"
|
||||
$Socket = $Details.SocketDesignation
|
||||
"Status CPU $CPUName ($DeviceID, $Speed, socket $Socket, $Temp)"
|
||||
"$Status CPU $CPUName ($DeviceID, $Speed, socket $Socket, $Temp)"
|
||||
}
|
||||
exit 0 # success
|
||||
} catch {
|
||||
|
Loading…
Reference in New Issue
Block a user