Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine the Date and Time that a Process StartedContent of Determine the Date and Time that a Process Started.vbsMD5 Hash: 4788246EB819CCB9FF5A83BCB93DB0B8 |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery _ ("Select * from Win32_Process Where Name = 'notepad.exe'") For Each objProcess in colProcessList Wscript.Echo objProcess.CreationDate Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |