![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Determine the Date and Time that a Process Started
|
||
|
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 :: | ||