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