mirror of
https://github.com/Arvanaghi/CheckPlease
synced 2026-06-08 10:25:16 +00:00
3 lines
114 B
PowerShell
3 lines
114 B
PowerShell
if ((Get-WMIObject -Class Win32_Processor).NumberOfLogicalProcessors -ge $($args[0])) {
|
|
Write-Output "Proceed!"
|
|
} |