Info on service usage

Martinez Vieites, Abraham 21 Reputation points
2020-10-12T17:33:50.26+00:00

How can we find out which windows services are used/needed by an application?

If some app tries to use a service but it is disabled, does windows write any logs about it?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,774 questions
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2020-10-12T17:36:46.75+00:00

    How can we find out which windows services are used/needed by an application?

    Procmon could be used for this purpose. https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

    If some app tries to use a service but it is disabled, does windows write any logs about it?

    Its up to the application developer as to what logging detail (if any) the application might have.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jenny Feng 14,081 Reputation points
    2020-10-13T02:33:21.17+00:00

    @Martinez Vieites, Abraham
    Hi,
    If you want a much clearer view of what services are running under each process, your best bet is to pull out Process Explorer, find the service in the list, double-click it, and then go to the Services tab. This method works on any version of Windows.
    There is no specific log for these events.

    Hope above information can help you.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.