As this problem is Intel only, avoid to anyone else

main
LeDragoX 4 years ago committed by Plínio Larrubia
parent da41b1d26f
commit 602c1cd0dd
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -552,7 +552,7 @@ function TweaksForSecurity {
}
if ($CPU.contains("Intel")) {
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\QualityCompat" -Name "cadca5fe-87d3-4b96-b7fb-a231484277cc" -Type DWord -Value 0
} elseif ($CPU.contains("AMD")) {
} else {
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\QualityCompat" -Name "cadca5fe-87d3-4b96-b7fb-a231484277cc" -Type DWord -Value 1
}

Loading…
Cancel
Save