Windows update not working
Solved
loudalge
Posted messages
13
Status
Membre
-
Khodaav -
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
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 réponses
- 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 ;)
Thank you very much.