First find the process id of your w3wp.exe process in Task Manager. In my case it is 4004 and run this command in Powershell:
(Get-Process -Id 4004).StartTime
First find the process id of your w3wp.exe process in Task Manager. In my case it is 4004 and run this command in Powershell:
(Get-Process -Id 4004).StartTime