PowerShell 技能连载 - 查找 MSI 产品代码(第 1 部分)
如果您需要已安装的 MSI 软件包及其产品代码列表,则可以使用 WMI 查询信息。以下操作可能需要几秒钟:
1 | Get-CimInstance -ClassName Win32_Product | |
PowerShell 技能连载 - 查找 MSI 产品代码(第 1 部分)
http://blog.vichamp.com/2022/10/17/finding-msi-product-codes-part-1/
如果您需要已安装的 MSI 软件包及其产品代码列表,则可以使用 WMI 查询信息。以下操作可能需要几秒钟:
1 | Get-CimInstance -ClassName Win32_Product | |
PowerShell 技能连载 - 查找 MSI 产品代码(第 1 部分)
http://blog.vichamp.com/2022/10/17/finding-msi-product-codes-part-1/