Qhimm.com Forums

Off-topic forums => Completely Unrelated => Topic started by: ChaosControl on 2006-08-16 15:48:23

Title: svchost.exe problem!
Post by: ChaosControl on 2006-08-16 15:48:23
After my format (read other topic) I reainstalled Windows XP Pro + SP2.
Only now when i connect to the internet my computer crashes..

The taskbar doesnt work and so do a lot of small things.
When I open task manager it says svchost.exe is running 100% of the cpu.

I have Windows Firewall turned on and my router isnt letting in any.
so I dunno why i have this.

I hope anyone can help, this is hell. (reinstalled windows 6 times today...urgh...)
Title: Re: svchost.exe problem!
Post by: sfx1999 on 2006-08-16 19:43:44
Run a full scandisk. Your hard drive may be dying.
Another posibility is bad RAM. Use MemTest86 at http://www.memtest86.com/
Title: Re: svchost.exe problem!
Post by: Aaron on 2006-08-17 18:40:21
It's probably a Windows service misbehaving.  Can be annoying to figure out which one.  Lots of them run under the svchost executable.

You can use msconfig to disable services from starting.  You can use this to narrow down and find the problem service, it just takes a lot of reboots.
You can also start and stop services while Windows is running by going to Start -> Run "services.msc".

When you find out which one it is, then you can know if it's really a problem of not.  You may even be able to Google up a fix (so that you don't have to disable the service).  Lots of times I've seen this and it turned out to be a service that really wasn't important anyway.
Title: Re: svchost.exe problem!
Post by: ChaosControl on 2006-08-18 01:13:44
I tried to find the service that was doing it and it seemed to be windows update.
Thanks!

I can't figure however, why did it do it after formatting 6 times?
Title: Re: svchost.exe problem!
Post by: sfx1999 on 2006-08-18 01:52:26
Did you use scandisk?
Title: Re: svchost.exe problem!
Post by: ChaosControl on 2006-08-18 11:44:53
Yes, and almost every tool which had something to do with scanning a HDD.
Title: Re: svchost.exe problem!
Post by: Aaron on 2006-08-18 14:41:14
I doubt it's a hardware problem.  (It may be some bizarre hardware "conflict" with Windows or that service, but that wouldn't explain why it wasn't happening before you formatted the first time.)  Who knows.

I have seen this before.  I remember having a problem like this with the SSDP Discovery Service on another machine.
Title: Re: svchost.exe problem!
Post by: ChaosControl on 2006-08-18 16:02:57
Yeah, I think it happened because I put an USB extension cable in it after format.
Maybe the cable wasn't good anymore and made some short circuit or something which made windows cry and error up.
Title: Re: svchost.exe problem!
Post by: Zack on 2006-08-19 11:52:21
I've had this problem numerous times before and I've had to use different solutions. Oncwe it was a faulty laptop battery, another is was windows update...
Title: Re: svchost.exe problem!
Post by: sfx1999 on 2006-08-20 19:00:00
I've had problems with various installers and svchost. Killing the svchost in question usually solved the problem.
Title: Re: svchost.exe problem!
Post by: ChaosControl on 2006-08-21 00:44:00
Yeah, but it would also kill all the other services attached to it.
Title: Re: svchost.exe problem!
Post by: sfx1999 on 2006-08-21 20:54:00
I think each process gets its on instance of svchost.
Title: Re: svchost.exe problem!
Post by: Aaron on 2006-08-22 03:52:24
This is true, I believe each instance of svchost only runs one service.
I would prefer to figure out which service was causing the problem, though, and either fix or disable it (instead of just kill it).
Title: Re: svchost.exe problem!
Post by: ChaosControl on 2006-08-22 19:34:20
Every instance of scvhost runs up to 8 services, just so you know.
Title: Re: svchost.exe problem!
Post by: Aaron on 2006-08-23 01:29:54
Alright, didn't know that...
Thanks.  :-)