Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
DWORD VerboseStatus = 1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
WaitToKillServiceTimeout = 300000
Applications And Services Logs\Microsoft\Windows\Diagnostics-Performance\Operational
Event viewer > Windows Logs > System
and filter by Service Control Manager.
Or run the following Powershell command:
Get-EventLog -LogName System -Source "Service Control Manager" -after (Get-Date).AddDays(-1) -Message *servicename* | Sort-Object -Descending TimeGenerated | Select-Object -First 10 | Format-Table -auto -wrap
where servicename is the name of the service