c:\Windows\System32\inetsrv\appcmd list wp gives you all the process IDs
and on powershell go for :
(Get-Process -Id [processID]).StartTime
c:\Windows\System32\inetsrv\appcmd list wp gives you all the process IDs
and on powershell go for :
(Get-Process -Id [processID]).StartTime