minor fix

This commit is contained in:
vrdse 2018-01-06 15:37:11 +01:00
parent c54f9bc520
commit 92d9ce9aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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