From 889ec8f57d73d3224f65a8770791f0b33044aa71 Mon Sep 17 00:00:00 2001 From: YusufKhalifadev Date: Thu, 29 Aug 2024 04:11:00 +0300 Subject: [PATCH] Update Invoke-WinutilGPU.ps1 (#2594) fixed low performance on intel hd --- functions/private/Invoke-WinUtilGPU.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/private/Invoke-WinUtilGPU.ps1 b/functions/private/Invoke-WinUtilGPU.ps1 index 926f2794..2bcbb01b 100644 --- a/functions/private/Invoke-WinUtilGPU.ps1 +++ b/functions/private/Invoke-WinUtilGPU.ps1 @@ -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 -} +} \ No newline at end of file