The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Svchost at 45%CPU

    Discussion in 'Windows OS and Software' started by NeonGod, Nov 21, 2007.

  1. NeonGod

    NeonGod Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    5
    I have a svchost process running that is consuming around 45% of the CPU. Because I have more than one running, is there any way to tell what this particular one is doing/running? The user name in task manager is network service.

    Any help is appreciated.

    EDIT: I forgot to mention that lately I've been having symptoms of the old blaster worm. When I would resume from standby (and only then) I would get the shutdown message because RPC stopped working. I changed the settings in services.msc to restart RPC on failure and haven't got the error since. I tried the old Symantec removal tool but it didn't find anything. Maybe this is related?
     
  2. Knightendo

    Knightendo Notebook Consultant

    Reputations:
    0
    Messages:
    192
    Likes Received:
    0
    Trophy Points:
    30
    I think it has to do something with Windows Update. I had a similar problem with that service and since there is more than one, it was hard to tell which one it was.
     
  3. KnightUnit

    KnightUnit Notebook Evangelist

    Reputations:
    42
    Messages:
    500
    Likes Received:
    0
    Trophy Points:
    30
    google is your friend.
     
  4. coolguy

    coolguy Notebook Prophet

    Reputations:
    805
    Messages:
    4,679
    Likes Received:
    12
    Trophy Points:
    106
    one svchost.exe process is related to windows update (wauclt.exe). It usually utilizes 50-70% cpu immediately after start up. If you don't want that you can set the windows update to "never check for update" and do it manually.
     
  5. ScuderiaConchiglia

    ScuderiaConchiglia NBR Vaio Team Curmudgeon

    Reputations:
    2,674
    Messages:
    6,039
    Likes Received:
    0
    Trophy Points:
    205
    Go to Sysinternals.com and get a copy of process explorer. It will reveal exactly what each instance of svchost is doing.

    Gary
     
  6. NeonGod

    NeonGod Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    5
    I disabled Windows Update and rebooted but the same process is still there, though it's only taking about 10% of the CPU now. I'll try Gary's suggestion next.

    Thanks all.