Diagnostics session failed to start.

Matthew-K 121 Reputation points
2021-10-16T01:49:09.417+00:00

On windows 10 (with some privacy features enabled) I'm seeing

The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
(HRESULT: 0xe1110002)
Diagnostics session failed to start.

When using the Performance Profiler.

I tried using a number of the available Tools, like CPU Usage, to no avail.

Microsoft Visual Studio Professional 2019 (2)
Version 16.11.2
VisualStudio.16.Release/16.11.2+31624.102
Microsoft .NET Framework
Version 4.8.04161

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. Matthew-K 121 Reputation points
    2021-10-27T04:14:53.4+00:00

    Apparently, the problem was that the Visual Studio Standard Collector Service 150 was disabled. To re-enable the service, I had to do the following:

    Open Services
    Press ⊞ + R
    Type services.msc
    Click OK
    Enable the Visual Studio Standard Collector Service 150
    Find the Visual Studio Standard Collector Service 150 in the service list
    Right-click on its name
    Click Start

    5 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. dcrivelli 1 Reputation point
    2022-02-25T13:05:46.36+00:00

    That worked for me. In my case the service was set to manual start.
    Great help, thanks Matthew.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.