📎 AI Summary:
The forum thread discusses issues with Windows Update, with the original poster frustrated over repeated errors and freezing during updates. A respondent suggests using system file checker and DISM commands to repair potential corruption, though another user notes that some commands may not apply to Windows 7 and recommends alternative registry commands. Overall, the thread provides troubleshooting steps for resolving Windows Update problems, with varying advice depending on the Windows version.
The forum thread discusses issues with Windows Update, with the original poster frustrated over repeated errors and freezing during updates. A respondent suggests using system file checker and DISM commands to repair potential corruption, though another user notes that some commands may not apply to Windows 7 and recommends alternative registry commands. Overall, the thread provides troubleshooting steps for resolving Windows Update problems, with varying advice depending on the Windows version.
Solution
Hi,
have you tried running the system file checker? If there's any corruption in the system files the SFC will attempt a repair. Right click on command prompt, choose properties then run as admin. Type:
sfc /scannow
Press enter and await results.
If the SFC finds corruption it cannot fix then again in a admin command prompt run this command. Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press enter and await results.
have you tried running the system file checker? If there's any corruption in the system files the SFC will attempt a repair. Right click on command prompt, choose properties then run as admin. Type:
sfc /scannow
Press enter and await results.
If the SFC finds corruption it cannot fix then again in a admin command prompt run this command. Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press enter and await results.
kemical
Essential Member
Member details
- Joined
- Aug 28, 2007
- Messages
- 36,163
Hi,
have you tried running the system file checker? If there's any corruption in the system files the SFC will attempt a repair. Right click on command prompt, choose properties then run as admin. Type:
sfc /scannow
Press enter and await results.
If the SFC finds corruption it cannot fix then again in a admin command prompt run this command. Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press enter and await results.
have you tried running the system file checker? If there's any corruption in the system files the SFC will attempt a repair. Right click on command prompt, choose properties then run as admin. Type:
sfc /scannow
Press enter and await results.
If the SFC finds corruption it cannot fix then again in a admin command prompt run this command. Type:
DISM /Online /Cleanup-Image /RestoreHealth
Press enter and await results.
I do not think this command applies to Win 7. See http://technet.microsoft.com/en-us/library/hh825099.aspx
I would try the following 2 commands at the Admin prompt:
regsvr32.exe /u C:\windows\system32\sdrsvc
regsvr32.exe /s C:\windows\system32\sdrsvc
I would try the following 2 commands at the Admin prompt:
regsvr32.exe /u C:\windows\system32\sdrsvc
regsvr32.exe /s C:\windows\system32\sdrsvc