You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: PostInstall/PostInstall.ps1
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -728,7 +728,7 @@ function gpu-update-shortcut {
728
728
Functionprovider-specific {
729
729
ProgressWriter -Status "Installing Audio Driver if required and removing system information from appearing on Google Cloud Desktops"-PercentComplete $PercentComplete
730
730
#Device ID Query
731
-
$gputype=get-wmiobject-query "select DeviceID from Win32_PNPEntity Where (deviceid Like '%PCI\\VEN_10DE%') and (PNPClass = 'Display' or Name = '3D Video Controller')"|Select-Object DeviceID -ExpandProperty DeviceID
731
+
$gputype=get-wmiobject-query "select DeviceID from Win32_PNPEntity Where (deviceid like '%PCI\VEN_10DE%' or deviceid Like '%PCI\VEN_1002%') and (PNPClass = 'Display' or Name like '%Video Controller')"|Select-Object DeviceID -ExpandProperty DeviceID
0 commit comments