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

首頁 > 編程 > JavaScript > 正文

List the Codec Files on a Computer

2019-11-21 02:03:06
字體:
來源:轉載
供稿:網友
Description

Uses WMI to return information about all the audio and video codec files installed on a computer.  Script Code
復制代碼 代碼如下:

var wbemFlagReturnImmediately = 0x10; 
var wbemFlagForwardOnly = 0x20; 

   var objWMIService = GetObject("winmgmts:////.//root//CIMV2"); 
   var colItems = objWMIService.ExecQuery("SELECT * FROM Win32_CodecFile", "WQL", 
                                          wbemFlagReturnImmediately | wbemFlagForwardOnly); 

   var enumItems = new Enumerator(colItems); 
   for (; !enumItems.atEnd(); enumItems.moveNext()) { 
      var objItem = enumItems.item(); 

      WScript.Echo("Access Mask: " + objItem.AccessMask); 
      WScript.Echo("Archive: " + objItem.Archive); 
      WScript.Echo("Caption: " + objItem.Caption); 
      WScript.Echo("Compressed: " + objItem.Compressed); 
      WScript.Echo("Compression Method: " + objItem.CompressionMethod); 
      WScript.Echo("Creation Class Name: " + objItem.CreationClassName); 
      WScript.Echo("Creation Date: " + objItem.CreationDate); 
      WScript.Echo("CS Creation Class Name: " + objItem.CSCreationClassName); 
      WScript.Echo("CS Name: " + objItem.CSName); 
      WScript.Echo("Description: " + objItem.Description); 
      WScript.Echo("Drive: " + objItem.Drive); 
      WScript.Echo("Eight Dot Three File Name: " + objItem.EightDotThreeFileName); 
      WScript.Echo("Encrypted: " + objItem.Encrypted); 
      WScript.Echo("Encryption Method: " + objItem.EncryptionMethod); 
      WScript.Echo("Extension: " + objItem.Extension); 
      WScript.Echo("File Name: " + objItem.FileName); 
      WScript.Echo("File Size: " + objItem.FileSize); 
      WScript.Echo("File Type: " + objItem.FileType); 
      WScript.Echo("FS Creation Class Name: " + objItem.FSCreationClassName); 
      WScript.Echo("FS Name: " + objItem.FSName); 
      WScript.Echo("Group: " + objItem.Group); 
      WScript.Echo("Hidden: " + objItem.Hidden); 
      WScript.Echo("Install Date: " + objItem.InstallDate); 
      WScript.Echo("In Use Count: " + objItem.InUseCount); 
      WScript.Echo("Last Accessed: " + objItem.LastAccessed); 
      WScript.Echo("Last Modified: " + objItem.LastModified); 
      WScript.Echo("Manufacturer: " + objItem.Manufacturer); 
      WScript.Echo("Name: " + objItem.Name); 
      WScript.Echo("Path: " + objItem.Path); 
      WScript.Echo("Readable: " + objItem.Readable); 
      WScript.Echo("Status: " + objItem.Status); 
      WScript.Echo("System: " + objItem.System); 
      WScript.Echo("Version: " + objItem.Version); 
      WScript.Echo("Writeable: " + objItem.Writeable); 
      WScript.Echo(); 
   } 
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 磐石市| 宁都县| 城步| 巴林左旗| 旬邑县| 澄迈县| 新乡县| 开封县| 荆州市| 常宁市| 新昌县| 云霄县| 邵武市| 疏附县| 景泰县| 普洱| 衡阳市| 禄劝| 五大连池市| 临夏市| 长寿区| 海宁市| 陇南市| 宜兰县| 阳信县| 稻城县| 都安| 中宁县| 光山县| 舒兰市| 布尔津县| 隆德县| 社旗县| 望奎县| 昆山市| 南陵县| 麦盖提县| 丹凤县| 美姑县| 陕西省| 名山县|