2012年12月3日

VBS _获取系统本次及上次开关机时间WinXP Win7兼容版

摘要: VBS _获取系统本次及上次开关机时间WinXP Win7兼容版Set WMI = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")Set colLoggedEvents = WMI.ExecQuery("Select * from Win32_NTLogEvent Where Logfile = 'System' And EventCode = '6005' Or EventCode = '6006'")For Ea 阅读全文

posted @ 2012-12-03 10:26 jack_Meng 阅读(744) 评论(0) 推荐(0) 编辑

导航