We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aefbb commit 7d8902dCopy full SHA for 7d8902d
includes/_WMIC.au3
@@ -230,9 +230,12 @@ Func _GetGPUInfo($iFlag = 0, $bWinPE = False)
230
ContinueCase
231
Case "Microsoft Remote Display Adapter"
232
ContinueLoop
233
+ Case "Virtual Desktop Monitor"
234
+ $sName &= "VM GPU, "
235
+ $sHWID &= $Obj_Item.PNPDeviceID & ", "
236
Case "Video Controller (VGA Compatible)"
237
$sName &= "Inactive GPU, "
- $sHWID &= $Obj_Item.PNPDeviceID & ", "
238
239
Case Else
240
$sName &= $Obj_Item.Name & ", "
241
$sHWID &= $Obj_Item.PNPDeviceID & ", "
0 commit comments