Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Microsoft Product IDsContent of List Microsoft Product IDs.vbsMD5 Hash: 73181953988E42E5A4AF0E50C84B7C21 |
||
' Description: Returns the Product IDs for Microsoft software products installed on a computer.
Set objMSInfo = CreateObject("MsPIDinfo.MsPID") colMSApps = objMSInfo.GetPIDInfo() For Each strApp in colMSApps Wscript.Echo strApp Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |