On 11 March 2014 23:21, Dafydd Jones (techneg.it) <dafydd at techneg.it> wrote: > Or if you're familiar with/interested in learning about Powershell, you > could try: > > PS C:\Users\Dafydd> Get-CimInstance win32_product > > Dafydd > Correction: the CIM cmdlets require Powershell 3 or later which comes with Windows 8 or later. PS C:\Users\Dafydd> Get-WmiObject win32_product achieves the same thing in earlier Powershell versions. Dafydd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20140313/ac712737/attachment.html> |