Skip to content

Commit

Permalink
Update Invoke-WinutilGPU.ps1
Browse files Browse the repository at this point in the history
fixed low performance on intel hd
  • Loading branch information
YusufKhalifadev committed Aug 20, 2024
1 parent 2748767 commit 4ffa1e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion functions/private/Invoke-WinUtilGPU.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -18,4 +20,4 @@ function Invoke-WinUtilGPU {
}
}
return $true
}
}

0 comments on commit 4ffa1e5

Please sign in to comment.