Windows update not working

Solved
loudalge Posted messages 13 Status Member -  
 Khodaav -
Hello,

I changed the hard drive of my laptop. I installed Windows 7 Pro. Once the installation was done, 2 updates were performed. And since then, I can't search for updates with Windows Update. I get the message "Windows Update cannot currently check for updates because the service is not running. You may need to restart your computer." I did that, but the problem persists.
I ran a Microsoft Fixit module and received the error code 8004FE2C.

Does anyone have a clue or a solution, please?

Thank you in advance

Configuration: Windows 7 / Chrome 33.0.1750.146

13 answers

  1. italien du sud Posted messages 2381 Registration date   Status Contributor Last intervention   1 842
     
    • Click on Start, type
      cmd
      in the search bar, right-click on cmd.exe
    • Choose Run as administrator.
    • Type
      net stop wuauserv
      and press Enter; this command stops the Windows Update service.
    • Type
      ren %windir%\SoftwareDistribution SoftwareDistribution.Old
      and press Enter; this command renames the "softwaredistribution" folder.
    • Type
      net Start wuauserv
      and press Enter; this command starts the Windows Update service.


    You can restart the search for updates and installation without any problems if you do all this ;)
    344
    1. loudalge Posted messages 13 Status Member 6
       
      Awesome. Here we go again.
      Thank you very much.
      6
    2. italien du sud Posted messages 2381 Registration date   Status Contributor Last intervention   1 842
       
      You're welcome :)
      20