国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > JS > 正文

List Information About the Binary Files Used by an Applicati

2024-09-06 12:42:07
字體:
來源:轉載
供稿:網友
Returns the name and product code of binary information
 (such as bitmaps, icons, executable files, and so on) used 
by a Windows Installer application. This script requires both
 Windows PowerShell and the corresponding version of 
the .NET Framework. For more information on downloading 
these items see the Windows PowerShell download page (right). 
代碼如下:
$strComputer = "."

$colItems = get-wmiobject -class "Win32_Binary" -namespace "root/CIMV2" `
-computername $strComputer

foreach ($objItem in $colItems) {
      write-host "Caption: " $objItem.Caption
      write-host "Data: " $objItem.Data
      write-host "Description: " $objItem.Description
      write-host "Name: " $objItem.Name
      write-host "ProductCode: " $objItem.ProductCode
      write-host "SettingID: " $objItem.SettingID
      write-host
}


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 新巴尔虎右旗| 乡城县| 濮阳市| 高尔夫| 荔波县| 唐河县| 息烽县| 张家港市| 古田县| 南投县| 元氏县| 浏阳市| 凤庆县| 清徐县| 岑溪市| 库伦旗| 莱阳市| 沽源县| 阿克| 苗栗市| 高邑县| 新乡县| 田阳县| 乐陵市| 玛沁县| 津市市| 婺源县| 安康市| 常德市| 临沭县| 天等县| 澳门| 离岛区| 吴堡县| 靖西县| 元阳县| 盐津县| 阳谷县| 镇康县| 辉南县| 新龙县|