minor fix
This commit is contained in:
parent
c54f9bc520
commit
92d9ce9aa7
|
@ -741,7 +741,7 @@ $GetMeltdownStatusInformation = {
|
|||
$kvaShadowEnabled = $false
|
||||
$kvaShadowPcidEnabled = $false
|
||||
|
||||
$cpu = Get-WmiObject -Class Win32_Processor Select-Object -First 1 #Fix for the case of multiple objects returned
|
||||
$cpu = Get-WmiObject -Class Win32_Processor | Select-Object -First 1 #Fix for the case of multiple objects returned
|
||||
|
||||
if ($cpu.Manufacturer -eq "AuthenticAMD") {
|
||||
$kvaShadowRequired = $false
|
||||
|
|
Loading…
Reference in New Issue