Friday, November 26, 2010

Svchost.exe Error


Svchost.exe Error


About Svchost.exe:
According to Microsoft: “svchost.exe is a generic host process name for services that run from dynamic-link libraries”. Could we have that in English please?

Some time ago, Microsoft started moving all of the functionality from internal Windows services into .dll files instead of .exe files. From a programming perspective this makes more sense for re usability… but the problem is that you can’t launch a .dll file directly from Windows, it has to be loaded up from a running executable (.exe). Thus the svchost.exe process was born.

Solution:

Iam sure that you have faced this error and couldn't have fixed this issue even after trying Automatic update ON. Even i faced this similar issue and whenever i clicked on OK button in it, the system gets hanged.

At last i tried the below steps and iam not getting any error messages. More over you dont even to turn On your Automatic Updates On.



Step 1: Click on Start->Run->Cmd

Step 2: type "net stop "IPv6 Helper Service" without any quotes and press Enter

Step 3: type "net start "IPv6 Helper Service" without any quotes and press Enter

step 4: type "netsh int ipv6 uninstall" without any quotes and press Enter

step 5: type "ren %SystemRoot%\system32\6to4svc.dll 6to4svc.dll.old" without any quotes and press Enter


Step 6: type "ipv6 install" without any quotes and press Enter

This will reinstall your IPv6 service and start it.

Reboot the system one final time to make sure the error has gone away.

Hope you gonna Enjoy:-))

No comments:

Post a Comment