Svchost Viewer

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
dtoxic
Posts: 19
Joined: Thu Aug 25, 2016 5:56 pm

Svchost Viewer

#1 Post by dtoxic »

Svchost Viewer

A Windows program that has been designed to reveal the services behind specific svchost.exe processes on machines running Windows.
The software program of choice to analyze processes is Process Explorer from Sysinternals (usually), and while it is the go-to program for many, its feature richness and functionality can be quite intimidating at first.
Yes, there are other applications that do the same but Process Explorer is probably the application that most professionals and tech-savvy Windows users use for that purpose.
Note: Microsoft changed how svchost processes are displayed on Windows 10. The operating system lists one process for each svchost item, and reveals what it is so that it is a lot easier to find out what a process does.
The svchost process caused lots of confusion in the past as users did not know why why several svchost.exe processes were running on the system when they opened the Windows Task Manager or another process viewer.
The services under each svchost process are listed in the left pane, a click opens detailed information about each service on the right larger pane of the application.
It details the amount of computer memory a svchost process is using as well as a description and program path of the services it has spawned.

No installation required.
Only requirement is that you have .net installed (ver 2.0 or newer).
Work in Windows XP to latest Windows OS.
Coded in C#

Image

Download https://github.com/boss-beep/svchostviewer

https://github.com/boss-beep/svchostvie ... Viewer.exe

Post Reply