|
|
 |
|
Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|
|
svchost
microsoft.public.windows.vista.general
|
Click On Your Flag for Translation
|

10-28-2007
|
|
|
|
svchost
Why are there 14 instances of svchost running on vista home basic?
Periodfically this takes up 100% of cpu (120 gb hard drive and 2 MB ram)/ It
first started with automatic update which I disabled . Then I suspected
Windows Defender and stopped that. Now when I try to manually update windows
the same thing happens. Frustating is not a strong enough word. Is there
anything I can do about this and still be able to update windows.
--
Rose
|
|

10-28-2007
|
|
|
|
Re: svchost
Hi Rose,
Download and use Process Explorer to check what service is actually taking
up the resources.
Process Explorer:
http://www.microsoft.com/technet/sys...sexplorer.mspx
--
Jabez Gan
Microsoft MVP: Windows Server - File Storage
"Rose" <Rose@discussions.microsoft.com> wrote in message
news:84538A10-9C46-4333-8F73-0AEB9A898C98@microsoft.com...
> Why are there 14 instances of svchost running on vista home basic?
> Periodfically this takes up 100% of cpu (120 gb hard drive and 2 MB ram)/
> It
> first started with automatic update which I disabled . Then I suspected
> Windows Defender and stopped that. Now when I try to manually update
> windows
> the same thing happens. Frustating is not a strong enough word. Is there
> anything I can do about this and still be able to update windows.
> --
> Rose
|
|

10-28-2007
|
|
|
|
Re: svchost
"Rose" <Rose@discussions.microsoft.com> wrote...
> Why are there 14 instances of svchost running on vista home basic?
> Periodfically this takes up 100% of cpu (120 gb hard drive and 2 MB ram)/
> It
> first started with automatic update which I disabled . Then I suspected
> Windows Defender and stopped that. Now when I try to manually update
> windows
> the same thing happens. Frustating is not a strong enough word. Is there
> anything I can do about this and still be able to update windows.
Hi Rose,
In addition to Jabez's good reply ... "svchost.exe" is the generic service
container or "hosting" process, in Windows. Many services do not run as
processes in their own right; rather, they are hosted within an instance of
the generic svchost.exe. So, it is normal to see multiple instances of this
process running on a system.
However, it is not normal to have excess CPU utilisation. To see what
services are running in which instances of svchost.ese, go to a command
pormpt and run this command:
C:\>tasklist /svc
This will show you all running processes, along with the service names of
each service running inside each process. If you can match up the Process ID
of the svchost which is using excess CPU,with the services listed by
Tasklist, this will help you identify the particular service using up the
CPU.
Hope it helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au
|
|

10-28-2007
|
|
|
|
Re: svchost
"Rose" <Rose@discussions.microsoft.com> wrote in message
news:84538A10-9C46-4333-8F73-0AEB9A898C98@microsoft.com...
> Why are there 14 instances of svchost running on vista home basic?
> Periodfically this takes up 100% of cpu (120 gb hard drive and 2 MB ram)/
> It
> first started with automatic update which I disabled . Then I suspected
> Windows Defender and stopped that. Now when I try to manually update
> windows
> the same thing happens. Frustating is not a strong enough word. Is there
> anything I can do about this and still be able to update windows.
Svchost.exe is the messenger for the O/S programs and non O/S programs.
Svchost.exe as part of its name implies host other programs. Svchost does
nothing on its own. It always does the bidding for other programs and only
provides the means for them to do something. Yes, multiple Svchost.exe(s)
can be running.
So, with that said, malware can use Svchost.exe on its behalf too, to
communicate and do things.
You can use something like Process Explorer to see what a given Svchost.exe
is hosting.
In PE, you go to Menu/View/Show Show Lower Pane/Show all Dll(s) and PE will
show everything a Svchost.exe or any program you see running and what that
program is hosting.
You can right-click a line in the upper pane for a running process and go to
Properties, where you'll see all the tabs where can get more information
about a running program. You can right-click in the lower-pane too to see
the properties of a program that is being hosted by a running program in the
upper pane.
You might not have malware running on the machine, but with the proper tools
you should be able to look around and see what is happening.
Note: If Svchost.exe is not running out of the Windows/System32 folder, then
it is a Trojan.
You can use CurrPorts (free) that does the same thing as Active Ports. AP
doesn't run on Vista.
Use the tools in the link and go look for yourself as to what is running on
the machine.
<http://www.windowsecurity.com/articles/Hidden_Backdoors_Trojan_Horses_and_Rootkit_Tools_i n_a_Windows_Environment.html>
|
|

10-29-2007
|
|
|
|
Re: svchost
Thank you all ,especially Mr. Arnold. With all of this information I should
be able to solve this annoying problem.
--
Rose
"Mr. Arnold" wrote:
>
> "Rose" <Rose@discussions.microsoft.com> wrote in message
> news:84538A10-9C46-4333-8F73-0AEB9A898C98@microsoft.com...
> > Why are there 14 instances of svchost running on vista home basic?
> > Periodfically this takes up 100% of cpu (120 gb hard drive and 2 MB ram)/
> > It
> > first started with automatic update which I disabled . Then I suspected
> > Windows Defender and stopped that. Now when I try to manually update
> > windows
> > the same thing happens. Frustating is not a strong enough word. Is there
> > anything I can do about this and still be able to update windows.
>
> Svchost.exe is the messenger for the O/S programs and non O/S programs.
> Svchost.exe as part of its name implies host other programs. Svchost does
> nothing on its own. It always does the bidding for other programs and only
> provides the means for them to do something. Yes, multiple Svchost.exe(s)
> can be running.
>
> So, with that said, malware can use Svchost.exe on its behalf too, to
> communicate and do things.
>
> You can use something like Process Explorer to see what a given Svchost.exe
> is hosting.
>
> In PE, you go to Menu/View/Show Show Lower Pane/Show all Dll(s) and PE will
> show everything a Svchost.exe or any program you see running and what that
> program is hosting.
>
> You can right-click a line in the upper pane for a running process and go to
> Properties, where you'll see all the tabs where can get more information
> about a running program. You can right-click in the lower-pane too to see
> the properties of a program that is being hosted by a running program in the
> upper pane.
>
> You might not have malware running on the machine, but with the proper tools
> you should be able to look around and see what is happening.
>
> Note: If Svchost.exe is not running out of the Windows/System32 folder, then
> it is a Trojan.
>
> You can use CurrPorts (free) that does the same thing as Active Ports. AP
> doesn't run on Vista.
>
> Use the tools in the link and go look for yourself as to what is running on
> the machine.
>
> <http://www.windowsecurity.com/articles/Hidden_Backdoors_Trojan_Horses_and_Rootkit_Tools_i n_a_Windows_Environment.html>
>
>
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| svchost Probleme |
svchost |
microsoft.public.de.windows.vista.sicherheit |
5 |
01-25-2010 01:51 |
| svchost.exe |
lemmy |
microsoft.public.windows.vista.general |
4 |
07-12-2007 20:51 |
| svchost |
Mike Benton |
microsoft.public.windows.vista.general |
9 |
05-05-2007 17:35 |
| svchost.exe |
=?Utf-8?B?TGFycnkgRQ==?= |
microsoft.public.windows.vista.general |
11 |
04-15-2007 00:01 |
| Svchost |
=?Utf-8?B?S2FybA==?= |
microsoft.public.windows.vista.performance maintenance |
2 |
03-12-2007 23:42 |
All times are GMT +1. The time now is 09:33.
|
|