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

首頁 > 開發 > JS > 正文

List the Codec Files on a Computer

2024-09-06 12:42:08
字體:
來源:轉載
供稿:網友
Uses WMI to return information about all the audio and video codec files 
installed on a computer. 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_CodecFile" -namespace "root/CIMV2" `
-computername $strComputer

foreach ($objItem in $colItems) {
      write-host "AccessMask: " $objItem.AccessMask
      write-host "Archive: " $objItem.Archive
      write-host "Caption: " $objItem.Caption
      write-host "Compressed: " $objItem.Compressed
      write-host "Compression Method: " $objItem.CompressionMethod
      write-host "Creation Class Name: " $objItem.CreationClassName
      write-host "Creation Date: " $objItem.CreationDate
      write-host "CS Creation Class Name: " $objItem.CSCreationClassName
      write-host "CS Name: " $objItem.CSName
      write-host "Description: " $objItem.Description
      write-host "Drive: " $objItem.Drive
      write-host "8.3 File Name: " $objItem.EightDotThreeFileName
      write-host "Encrypted: " $objItem.Encrypted
      write-host "Encryption Method: " $objItem.EncryptionMethod
      write-host "Extension: " $objItem.Extension
      write-host "File Name: " $objItem.FileName
      write-host "File Size: " $objItem.FileSize
      write-host "File Type: " $objItem.FileType
      write-host "FS Creation Class Name: " $objItem.FSCreationClassName
      write-host "FS Name: " $objItem.FSName
      write-host "Group: " $objItem.Group
      write-host "Hidden: " $objItem.Hidden
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 高邑县| 会泽县| 景洪市| 凤城市| 偃师市| 上饶县| 张家口市| 工布江达县| 民乐县| 西平县| 同仁县| 张掖市| 多伦县| 绥中县| 巴彦县| 娄烦县| 廉江市| 武宣县| 宝应县| 鄱阳县| 德昌县| 荆州市| 紫云| 鄂托克旗| 乐昌市| 买车| 沙河市| 邵东县| 楚雄市| 揭东县| 泗水县| 封丘县| 黔南| 田东县| 吴桥县| 余干县| 望城县| 奎屯市| 杭锦后旗| 长子县| 碌曲县|