![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: List Microsoft Product IDs
|
||
|
' 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 :: | ||