mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
Update Invoke-WinutilGPU.ps1
fixed low performance on intel hd
This commit is contained in:
parent
2748767a47
commit
4ffa1e5b02
@ -7,7 +7,9 @@ function Invoke-WinUtilGPU {
|
||||
"*NVIDIA GeForce*Laptop*",
|
||||
"*NVIDIA GeForce*GT*",
|
||||
"*AMD Radeon(TM)*",
|
||||
"*Intel(R) HD Graphics*",
|
||||
"*UHD*"
|
||||
|
||||
)
|
||||
|
||||
foreach ($gpu in $gpuInfo) {
|
||||
@ -18,4 +20,4 @@ function Invoke-WinUtilGPU {
|
||||
}
|
||||
}
|
||||
return $true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user