Jump to content

Hello everyone! Right now, every time I start up my desktop computer, the process Svchost instantly uses up 100% of my CPU. It started yesterday, and I haven't installed or downloaded any new software/programs. I've checked with Windows Defender and Malwarebytes Anti-Malware and have no malicious or any other kind of bad malware on my computer. I've checked the Internet but found no useful information regarding this, only a handful of "solutions" that don't really work.

I've got Windows 8.1 Professional and something like this has never happened. What can I do?

 

Any help is appreciated.

Thanks,

Sir Doge

 

P.S. Attached is a screenshot of my Task Manager.

post-89361-0-67048100-1420980979_thumb.p

Link to comment
https://linustechtips.com/topic/288831-svchost-problem/
Share on other sites

Link to post
Share on other sites

That's indeed not right, it's probably a virus that's trying to hide. I would try to figure out where it's located and just delete the file.

If you want my attention, quote meh! D: or just stick an @samcool55 in your post :3

Spying on everyone to fight against terrorism is like shooting a mosquito with a cannon

Link to comment
https://linustechtips.com/topic/288831-svchost-problem/#findComment-3921354
Share on other sites

Link to post
Share on other sites

SVChost.exe is itself, not a program, it runs services for other programs, go to MSConfig, and disable everything you can live without, then restart the PC, see if it's 100% again, if not, go through and slowly enable things.

I doubt it's a virus, this would be too obvious for it.

Cartman - AMD Phenom II x6 1055T 3.1Ghz - 10GB Ram (Mwahahah) - 256GB Crucial MX100 Boot - 2TB WD Red - Gainward GTX 770 - Zalman Insanely Loud CNPS14X - Corsair 230T Orange

Stan - Intel Pentium G3320 - 8GB Ram - 128GB Intel 520 - Raid 1 6TB WD Reds - Bit Fenix Prodigy

Kenny - HP 14 Ultrabook (No name apperently) i3 4130 - 128GB Intel 520

Link to comment
https://linustechtips.com/topic/288831-svchost-problem/#findComment-3921366
Share on other sites

Link to post
Share on other sites

Hi,

 

Please do the following. 

Go to Start Settings Control Panel and double click Automatic Updates

Checkmark the bottom option to disable automatic updates.

Click Apply/OK and then reboot. 

Does svchost still consume 100% CPU cycles? 

If it does, do the following. 

Go to Start, Run, copy/paste this command and click OK: services.msc

In the list of Services, can you see Background Intelligent Transfer Service ?

If it's not listed, please proceed as follows to register the BITS service.

Open the Windows Search tool, copy/paste the following and then click Search: qmgr.dll

Search should show that file in the following locations:

C:\WINDOWS\system32
C:\WINDOWS\ServicePackFiles\i386
C:\WINDOWS\system32\bits

It may only be present in C:\WINDOWS\system32, but provided you can see it, do the following to register the service.

Go to Start, Run and copy/paste: regsvr32 qmgr.dll and click OK

Do the same with this file: regsvr32 qmgrprxy.dll

Reboot the system and then copy/paste this command into the Run field:
%windir%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\qmgr.inf

If you're prompted to insert the Windows installation CD, ignore that and in the dialog box at the bottom, change the path to C:\WINDOWS\ServicePackFiles\i386

If you could only see qmgr.dll in C:\WINDOWS\system32  change the path to that instead. 

Restart the PC again and then go to Services and you should be able to see BITS in the list.
Double click it and then on the General tab, click the Start button to try and start the service manually. This is just a test to ensure that it's working correctly.

If you get Error 2: cannot find the file specified, go to Start, then Run again and copy/paste the following command and then click OK:
Reg add HKLM\SYSTEM\CurrentControlSet\Services\BITS\Parameters /v ServiceDll /t REG_EXPAND_SZ /d %windir%\System32\qmgr.dll

Reboot again and then try once more to start BITS. It should work properly now, but in the unlikely event that it fails again, run the following command and then hit Enter:
Reg add HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup

Reboot once more and then do the following.

Go to this link and install the  IE8 cumulative December update:
http://www.microsoft.com/en-gb/download/details.aspx?id=41404

If you use IE7, use this link instead:
http://www.microsoft.com/en-gb/download/details.aspx?id=41442

Finally, go to the Windows Update site and you should be able to download normally.

 

Hope this helps... !!!

Link to comment
https://linustechtips.com/topic/288831-svchost-problem/#findComment-3934031
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×