JinGanTec Studio@桂花园

大量多年原生桂花树待售中;Coding in Csharp,Ruby,VBS!

导航

2005年11月21日

dotNet 中的WMI

摘要: using System;using System.Management;public class RemoteConnect { public static void Main() { EnumerationOptions opt = new EnumerationOptions(); // Will enumerate instances of the... 阅读全文

posted @ 2005-11-21 15:45 Roopeman 阅读(163) 评论(0) 推荐(0) 编辑

Game Monitor script base on this article

摘要: get "other version information" to define the processes is a game or not ! '-- This file is the fully commented version of the class. '-- This script includes a class and a demo. Drop any PE file on... 阅读全文

posted @ 2005-11-21 10:45 Roopeman 阅读(197) 评论(0) 推荐(0) 编辑

2005年11月17日

Search Asset Info. in a Lan

摘要: On Error Resume NextConst ForReading = 1Set fso = CreateObject("Scripting.FileSystemObject")Set a = fso.CreateTextFile("c:\MyScript\inventory.csv")a.WriteLine"Host Name,Serial Number,Brand,Model,Ram,H... 阅读全文

posted @ 2005-11-17 14:20 Roopeman 阅读(312) 评论(0) 推荐(0) 编辑

2005年11月15日

Ready for search asset info. script

摘要: WIN32_BIOS.MANUFACTURER ,SERIAL NUMBERWIN32_SOUNDDERVICE.PRODUCT NAMEWIN32_COMPUTERSYSTEM.MODEL,NAME,PHYSICAL MRMORYWIN32_PROCESSOR.NAMEWIN32_NETWORKADAPTER.MACADDRESS , MANUFACFURERWIN32_DISKDRIVE.SI... 阅读全文

posted @ 2005-11-15 12:02 Roopeman 阅读(133) 评论(0) 推荐(0) 编辑

2005年11月12日

有奖竟猜!

摘要: 从相册里猜猜,我家乡是哪,猜中的,送Google Mail 一个,这应该不算赌博吧! 阅读全文

posted @ 2005-11-12 09:29 Roopeman 阅读(128) 评论(0) 推荐(0) 编辑

2005年11月8日

今天回去试一下Skype的多方通话!

摘要: 找到几个老同学,要好好聊聊! 阅读全文

posted @ 2005-11-08 14:55 Roopeman 阅读(622) 评论(0) 推荐(0) 编辑

把原来M55 category 改成 Smartphone Mpx 200

摘要: 用Smartphone 已经有3个月了!虽然是香港水货,也没有什么问题到目前为止 ! 阅读全文

posted @ 2005-11-08 14:42 Roopeman 阅读(182) 评论(0) 推荐(0) 编辑

2005年11月7日

FAT32 Convetor

摘要: 写了段convert FAT32 to NTFS的script, 它可以批量修改远程的hosts.Const Fixed = 12 Const ForReading = 1 Set objOFSO = CreateObject("Scripting.FileSystemObject") Set objTextFile = objOFSO.OpenTextFile("c:\myscrip... 阅读全文

posted @ 2005-11-07 10:27 Roopeman 阅读(284) 评论(0) 推荐(0) 编辑

2005年11月4日

用WMI写了个MP3 seeker的script .

摘要: 它可以search remote hosts是否有MP3文件,欢迎大家指教!*************************************************************'@@@ Write on Oct 27 2005 By Michael C,pls. do not modify this''@@@ script if you are not a family in... 阅读全文

posted @ 2005-11-04 11:57 Roopeman 阅读(548) 评论(0) 推荐(0) 编辑

最近在玩WMI !

摘要: 三个步骤:脚本连接到 WMI,检索一个 WMI 托管资源,并回显资源的几个属性 .WMI tester里竟然有911个objects ! 阅读全文

posted @ 2005-11-04 11:51 Roopeman 阅读(322) 评论(0) 推荐(0) 编辑