• Skip to primary navigation
  • Skip to content
  • Skip to footer
Chris Miller's 5th Blog
  • Posts
  • Categories
  • Tags
  • About
    Chris Miller

    Chris Miller

    I am a Microsoft MVP, a Pluralsight Author, a Xamarin Certified Mobile Developer for iOS and Android, and the leader of the Tech Valley .NET User Group.

    • Albany, NY
    • Website
    • BlueSky
    • Pluralsight
    • GitHub
    • LinkedIn
    • Instagram
    • Microsoft MVP
    • Stack Overflow
    • Reddit
    • Links
      • BlueSky
      • Pluralsight
      • GitHub

    See What Services Are Associated with a Process?

    less than 1 minute read

    There’s a cool tip on the tech-recipes site to show how to see what services are being run under each instance of svchost.exe. From a command line run the following:

    tasklist /svc /fi “imagename eq svchost.exe”

    That will list each instance of svchost.exe with all of the services being run by that instance.

    Updated: November 9, 2005

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    When Visual Studio Forgets Your Phone: Building an Automated Solution

    18 minute read

    Introduction This is how I resolved one of my pet peeves with Visual Studio. When I am working on a .NET MAUI application, when I unplug my phone, Visual Stu...

    Using the 3-2-1 strategy for digital backups

    6 minute read

    Introduction I take hundreds of photos every month on my camera and phone, and over the years I’ve learned the importance of reliable photo backup strategies...

    Generating a dynamic background on .NET MAUI

    2 minute read

    Introduction I’m going to show a way to generate a random background for .NET MAUI ContentPage. It uses Skia to handle the heavy lifting and should work with...

    Backing up my main WSL2 Linux session

    11 minute read

    Backing up my main Linux session TL;DR: I wrote a PowerShell script named backup-wsl2.ps1 to backup a Linux distribution. You can run like this: .\backup-wsl...

    • Bluesky
    • GitHub
    • LinkedIn
    • Instagram
    • Microsoft MVP
    • Feed
    © 2026 Chris Miller's 5th Blog. Powered by Jekyll & Minimal Mistakes.