Hello, i would like to ask for some help on how to write something like this in Autoit If CType(update, WUApiLib.IUpdate3).BrowseOnly = True Then
opt_updates = opt_updates + 1
Else
imp_updates = imp_updates + 1
End IfI`m trying to find Important Windows updates only, but for some reason...