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