mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-28 08:38:38 +01:00
Update check-cpu.ps1
This commit is contained in:
parent
dae684616c
commit
3415dbb31b
@ -55,7 +55,7 @@ try {
|
||||
$Arch = ""
|
||||
}
|
||||
if ([System.Environment]::Is64BitOperatingSystem) { $Bits = "64-bit" } else { $Bits = "32-bit" }
|
||||
$CPUName = "$Arch CPU $Bits"
|
||||
$CPUName = "$Arch $Bits CPU"
|
||||
$DeviceID = ""
|
||||
$Speed = ""
|
||||
$Socket = ""
|
||||
|
Loading…
Reference in New Issue
Block a user