• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's SVCHost?

What's SVCHost? I see it in my task manager, I see it in my registry monitoring (Using RegMon) See it in ZAP, I was wondering what is SVCHost and what does it do? Just curious. Thanks
 
What is SVCHOST.EXE?

What this means is that you have services running from dynamic-link libraries (DLLs).
The Svchost.exe file is located in the %SystemRoot%\System32 folder.
At startup, Svchost.exe checks the services portion of the registry to construct a list of services that it needs to load.
There can be multiple instances of Svchost.exe running at the same time.
Each Svchost.exe session can contain a grouping of services, so that separate services can be run depending on how and where Svchost.exe is started.
 
Back
Top