摘要: function Get-InstalledSoftwares { function ConvertTo-ProductEntity { param([Microsoft.Win32.RegistryKey]$RegKey) $product = '' | select Name,Publisher 阅读全文
posted @ 2022-02-25 14:25 XXLLA 阅读(30) 评论(0) 推荐(0) 编辑