Tuesday, July 1, 2014

Windows Update cannot currently check for updates because the service is not running

http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_update/windows-update-failing-0xc8000222/6d55c63a-316c-4e9d-97b2-538bc783cdad

I had the same problem while installing Visual Studio 2010. It was failing in .net framework 4.0. I tried downloading .net framework 4.0 separately and install but problem persisted.

The problem was basically of Windows Update. Windows update was not working properly and asking for "check for updates" was giving error "service not running" where service was running properly.

So to sort out that issue I ran following commands and windows update problem sorted out and in turn visual studio 2010 problem also.

Click Start
Type: cmd
Right click on cmd in start menu and select 'Run as Administrator'
Type: net stop wuauserv
Hit Enter
Type: ren c:\windows\SoftwareDistribution softwaredistribution.old
Hit Enter
Type: net start wuauserv
Hit Enter
Type: exit
Hit Enter

There have been reported issues with users who user Intel rapid storage drivers, causing issues with windows update, mostly on x64 machines. If you are using them, try updating the driver is Device Manager, or alternatively, temporarily uninstalling the drivers, update windows, then reinstall the intel driver.

ref: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_update/windows-update-cannot-currently-check-for-updates/b250e431-cdfc-46ac-a044-eaaee17491cf?page=3&tm=1356850698161#LastReply

No comments: