Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download



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.

Driver Scanner 2009 - Free Scan Now

svchost

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 10-28-2007
Rose
 

Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-28-2007
Jabez Gan [MVP]
 

Posts: n/a
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-28-2007
Andrew McLaren
 

Posts: n/a
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-28-2007
Mr. Arnold
 

Posts: n/a
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>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-29-2007
Rose
 

Posts: n/a
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>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
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.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120