Júlí 23, 2017

Fix High CPU Usage by svchost.exe (netsvcs)

Svchost.exe (Service Host, or SvcHost) is a generic host process name for services that run from dynamic-link libraries. All the Windows internal services were moved into one .dll file instead of the .exe file, but you need an executable (.exe) file in order to load these .dll files; hence the svchost.exe process was created. Now you may notice that there were several instances of svchost.exe processes which are there because if one service fails it won’t bring down the Windows and all these services are organized into groups, and each svchost.exe instance is created for each such group.

Fix High CPU Usage by svchost.exe (netsvcs)

Now the problem begins when svchost.exe (netsvcs) start taking almost all of the Windows resources and causes a High CPU usage. If you looked into Task Manager, you would find that a particular svchost.exe is taking up almost all the memory and creating a problem for other programs or applications. The computer becomes unstable as it becomes very sluggish and it starts freezing Windows randomly, then the user either has to reboot their system or force shutdown.

Svchost.exe High CPU Usage problem occurs mostly because of virus or malware infection on users PC. But the problem is not limited to only this as it generally depends on users system configuration and the environment. So without wasting any time let’ see how to actually Fix High CPU Usage by svchost.exe (netsvcs) with the below-listed troubleshooting guide.

Fix High CPU Usage by svchost.exe (netsvcs)

Gakktu úr skugga um að búa til endurheimtarstað ef eitthvað fer úrskeiðis.

Aðferð 1: Keyrðu CCleaner og Malwarebytes

1. Hlaða niður og setja upp CCleaner & Malwarebytes.

2. Keyra Malwarebytes og láttu það skanna kerfið þitt fyrir skaðlegum skrám. Ef spilliforrit finnst mun það sjálfkrafa fjarlægja þá.

Smelltu á Skanna núna þegar þú keyrir Malwarebytes Anti-Malware

3. Keyrðu nú CCleaner og veldu Sérsniðið hreint.

4. Undir Custom Clean, veldu Windows flipi og merktu við sjálfgefna stillingar og smelltu Greindu.

Select Custom Clean then checkmark default in Windows tab | Fix High CPU Usage by svchost.exe (netsvcs)

5. Þegar greiningu er lokið skaltu ganga úr skugga um að þú sért viss um að fjarlægja skrárnar sem á að eyða.

Smelltu á Run Cleaner til að eyða skrám

6. Að lokum, smelltu á Keyra Cleaner hnappinn og láttu CCleaner ganga sinn gang.

7. Til að þrífa kerfið þitt enn frekar, veldu Registry flipann, og tryggðu að eftirfarandi sé athugað:

Veldu Registry flipann og smelltu síðan á Leita að vandamálum

8. Smelltu á Leitaðu að vandamálum hnappinn og leyfðu CCleaner að skanna, smelltu síðan á Lagfærðu valin vandamál hnappinn.

Once scan for issues is completed click on Fix selected Issues | Fix High CPU Usage by svchost.exe (netsvcs)

9. Þegar CCleaner spyr “Viltu breytingar á öryggisafriti á skránni?" veldu Já.

10. Þegar öryggisafritinu er lokið skaltu smella á Lagfærðu öll valin vandamál hnappinn.

11. Endurræstu tölvuna þína til að vista breytingar.

Method 2: Disable the particular service that is causing High CPU

1. Ýttu á Ctrl + Shift + Esc together to launch Task Manager.

2. Skiptu yfir í Upplýsingaflipi and right-click on the high CPU usage Svchost.exe process and choose Go to Service(s).

Right-click on svchost.exe which is causing high CPU usage and select Go to service(s)

3. This would automatically take you to the Services tab, and you will notice that there are several highlighted services that run under the svchost.exe process.

This would automatically take you to the Services tab & there are several highlighted services

4. Hægrismelltu núna á highlighted service one by one and select Stop.

5. Do this until the high CPU usage by that particular svchost.exe process is fixed.

6. Once you have verified the services because of which this problem has occurred, it’s time to disable that service.

Athugaðu: Oftast, Windows Update þjónusta is the culprit service, but we will deal with it later on.

7. Ýttu á Windows Key + R og sláðu síðan inn services.msc og ýttu á Enter.

services windows | Fix High CPU Usage by svchost.exe (netsvcs)

8. Now find that particular service in this list then hægri-smella á það og veldu Eiginleikar.

Now find that particular service in this list then right-click on it and select Properties

9. Click Stop if the service is running and then make sure Startup type is set to Slökkva and click Apply followed by OK.

Click Stop if the service is running and then make sure Startup type is set to Disabled

10. Reboot your PC to save changes and see if the issue is resolved or not

This would definitely Resolve High CPU Usage by svchost.exe (netsvcs). If you find it difficult to zero in on the particular svchost.exe file causing the issue, you could use a Microsoft program called Process Explorer, which would help you find the cause of the problem.

Method 3: Clear Event Viewer Logs

1. Ýttu á Windows Key + R og sláðu síðan inn eventvwr.msc og ýttu á Enter til að opna Atburðaskoðari.

Type eventvwr in run to open Event Viewer | Fix High CPU Usage by svchost.exe (netsvcs)

2. From the left-hand side menu, expand Windows Logs and then right-click on the subfolders one by one and choose Hreinsa log.

Expand Windows Logs and then right-click on the sub folders one by one and choose Clear Log

3. These subfolders will be Application, Security, Setup, System and Forwarded Events.

4. Make sure you clear the event logs for all the above folders.

5. Endurræstu tölvuna þína til að vista breytingar.

Aðferð 4: Endurnefna Software Distribution Mappa

1. Ýttu á Windows takkann + X og veldu síðan Stjórn hvetja (Admin).

2. Sláðu nú inn eftirfarandi skipanir til að stöðva Windows Update Services og ýttu síðan á Enter eftir hverja eina:

net stop wuauserv
net stop cryptSvc
net stopp bitar
net stop msiserver

Stöðva Windows uppfærsluþjónustu wuauserv cryptSvc bita msiserver

3. Næst skaltu slá inn eftirfarandi skipun til að endurnefna SoftwareDistribution Folder og ýta síðan á Enter:

renna C: WindowsSoftwareDistribution SoftwareDistribution.old
ren C: WindowsSystem32catroot2 catroot2.old

Endurnefna hugbúnaðardreifingarmöppu

4. Að lokum skaltu slá inn eftirfarandi skipun til að ræsa Windows Update Services og ýta á Enter eftir hverja eina:

nettó byrjun wuauserv
nettó byrjun cryptSvc
nettó byrjun bits
nettó byrja msiserver

Start Windows update services wuauserv cryptSvc bits msiserver | Fix High CPU Usage by svchost.exe (netsvcs)

5. Endurræstu tölvuna þína til að vista breytingar.

Aðferð 5: Keyrðu Windows Update úrræðaleit

1. Type “troubleshooting” in the Windows Search bar and click on Bilanagreining.

stjórnborði við bilanaleit

2. Næst, frá vinstri glugganum, veldu rúðu Sjá allt.

3. Veldu síðan úr listanum Úrræðaleit við tölvuvandamál Windows Update.

veldu windows update frá bilanaleit tölvuvandamála

4. Fylgdu leiðbeiningunum á skjánum og láttu Windows Update úrræðaleit keyrt.

Windows Update Troubleshooter

5. Endurræstu tölvuna þína til að vista breytingar.

This should help you fix High CPU Usage by svchost.exe (netsvcs) but if not then continue with the next method.

Method 6: Make sure to Update Windows

1. Ýttu á Windows Key + I og veldu síðan Uppfærsla og öryggi.

Click on Update & security icon | Fix High CPU Usage by svchost.exe (netsvcs)

2. Næst skaltu smella Athugaðu með uppfærslur og vertu viss um að setja upp allar uppfærslur sem bíða.

Leitaðu að Windows uppfærslum

3. Eftir að uppfærslurnar hafa verið settar upp skaltu endurræsa tölvuna þína til Fix High CPU Usage by svchost.exe (netsvcs).

Method 7: Disable the BITS and Windows Update service

1. Ýttu á Windows Key + R og sláðu síðan inn services.msc og ýttu á Enter.

þjónustugluggar

2. Now find Bits og Windows Update in the list then right-click on them and select Eiginleikar.

Right click on Windows Update service and select Properties in Service window

3. Gakktu úr skugga um að smelltu á Stop and then set up their Startup type to Óvirk.

Click stop and make sure Startup type of Windows Update service is Disable | Fix High CPU Usage by svchost.exe (netsvcs)

4. Smelltu á Nota og síðan OK.

5. Endurræstu tölvuna þína til að vista breytingar.

This should help you fix High CPU Usage by svchost.exe (netsvcs) but if not then continue with the next method.

Method 8: Download & Run RKill

Rkill is a program that was developed at BleepingComputer.com that attempts to terminate known malware processes so that your normal security software can then run and clean your computer of infections. When Rkill runs, it will kill malware processes and then remove incorrect executable associations and fixes policies that stop us from using certain tools when finished. It will display a log file that shows the processes that were terminated while the program was running. This should resolve High CPU Usage by svchost.exe issue.

Sæktu Rkill héðan, install and run it.

Aðferð 9: Run System File Checker (SFC) and Check Disk (CHKDSK)

1. Ýttu á Windows Key + X og smelltu síðan á Skipunarlína (Admin).

skipanalína með stjórnandaréttindum

2. Sláðu nú inn eftirfarandi í cmd og ýttu á enter:

Sfc /scannow sfc /scannow /offbootdir=c: /offwindir=c:windows (Ef að ofan mistekst þá skaltu prófa þetta)

SFC scan now command prompt | Fix High CPU Usage by svchost.exe (netsvcs)

3. Bíddu eftir að ferlinu hér að ofan lýkur og þegar því er lokið skaltu endurræsa tölvuna þína.

4. Next, run CHKDSK from Lagfærðu villur í skráarkerfi með Check Disk Utility (CHKDSK).

5. Láttu ofangreind ferli ljúka og endurræstu tölvuna þína aftur til að vista breytingar.

Aðferð 10: Keyrðu úrræðaleit fyrir kerfi og viðhald

1. Ýttu á Windows Key + X og smelltu á Stjórnborð.

stjórnborðið

2. Leitaðu að Úrræðaleit og smelltu á Bilanagreining.

Leitaðu að Úrræðaleit og smelltu á Úrræðaleit

3. Næst skaltu smella á skoða allt í vinstri glugganum.

4. Smelltu og keyrðu Úrræðaleit fyrir kerfisviðhald.

keyra kerfisviðhalds vandræðaleit

5. Úrræðaleitarmaðurinn gæti það Fix High CPU Usage by svchost.exe (netsvcs).

Mælt með:

That’s it you have successfully Fix High CPU Usage by svchost.exe (netsvcs) but if you still have any questions regarding this post then feel free to ask them in the comment’s section.