Hey it’s Lululleuh!
No it says nothing is currupted.
Hey it’s Lululleuh!
No it says nothing is currupted.
does sfc scan reports any corruptions?
!!! I have been working on fixes for multiple days now and step 4 finally fixed it and cleared it so updates are downloading!!! Thanks so very very much for putting this together. For reference the windows update diagnosis tool gave me the error 0x80070057.
copy the text, paste it in notepad, click File -> Save As, save the file as anyname.bat and set file type to all files, and then right click it and choose run as administrator.
I reached step 6 in the 4th method.
But Windows 7 doesn’t run bat files (they are opened in the notepad instead).
Any alternative?
Thanks.
Please run chkdsk by following steps here: How to Run CHKDSK On Reboot
OK, so this PC (w/ Windows 7) has been having update errors for quite a while. When I first started looking at it:
The Windows Update polling (i.e. checking for new updates) takes an extremely long time (i.e. hours).
In the MS-Windows Update window it said the “Most recent check for updates: Never” this never updated even though update attempts were made.
There were lots of updates available for download about 42 required and 8 optional.
When I made an attempt to update, on the screen the progress bar would move left to right but below the “0 MB & 0%” would not budge one bit.
I ran the “WindowsUpdateDiagnostic.diagcab” which fixed everything except: “Windows Update Error 0X80070057(2015-12-25-T-12-29-57A)”
A Google Search found: Troubleshoot Windows Update Error 0x80070057 (Easy Fix)
I saved and ran wufix.reg (which I found out later, didn’t take)
I had to open Regedit.exe & added the wufix.reg in myself.
Now after a reboot Windows Update actually downloads the file (or at least appears to); but now it won’t install the file.
I’m still getting the Windows Update errors out with 80071A91, which is the main error I have been seeing this whole time.
This appears to be severely corrupted. Before a reinstall, i would suggest a repair install. How to: Startup Repair in Windows 7
Yes it said there was corruption but it was not able to fix. That’s when I tried to run dism and got the context error.
Did sfc /scan report back any issues?
Please email me. Kevinarrows@appuals.com
Did you run the update reset script? For semaphore error, see steps here. c# - "The semaphore timeout period has expired" error for USB connection - Stack Overflow
Open a notepad, and paste this code into it. Save the file as BAT, then right click and choose “Run As Administrator” make sure you’re user account is the administrator account
@ECHO OFF
echo Simple Script to Reset / Clear Windows Update
echo.
PAUSE
echo.
attrib -h -r -s %windir%system32catroot2
attrib -h -r -s %windir%system32catroot2*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%system32catroot2 catroot2.old
ren %windir%SoftwareDistribution sold.old
ren “%ALLUSERSPROFILE%application dataMicrosoftNetworkdownloader” downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Task completed successfully…
echo.
PAUSE
I’ll check the logs and will update you there.
Welcome.
there are almost 450 updates which there status is Failed, some of them are important and the others are recommended.
what do you suggest in this case ?
One of the update is clearly not compatible. If you can check the update logs; you will see which one. Exclude that one and manually install others with the KB article #.
I did yesterday!! the machine now can start normally, but what about not having updates anymore ?!
Have you tried turning the updates off from Windows Updates and then rebooting?
How old is the PC? And are you sure you created the correct registry file?