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.
2 parents 191ba52 + 01fbcbd commit 28ca991Copy full SHA for 28ca991
includes/_WMIC.au3
@@ -5,6 +5,13 @@
5
6
#include "GetDiskInfo.au3"
7
8
+Func _CreateWMIObjects()
9
+ Local $Obj_WMIService = ObjGet('winmgmts:\\.\root\cimv2')
10
+ Local $Obj_WMIServiceTPM = ObjGet('winmgmts:\\.\root\cimv2\Security\MicrosoftTPM')
11
+ Local $aHandles[2] = [$Obj_WMIService, $Obj_WMIServiceTPM]
12
+ Return $aHandles
13
+EndFunc
14
+
15
Func _GetBIOSInfo($iFlag = 0)
16
Local Static $sSMBIOSBIOSVersion
17
0 commit comments