Jump to content

windows update not working


Recommended Posts

update says windows update can't check for updates because th service is not running. I tried everything. I put it on autamatic updates I tried stopping the service and deleting software distribution and letting it reinstall it and nothing is working.

Operating system:Windows 8.1 Pro (32 bit)
System root: C:WINDOWS
Available physical memory: 3326 MB
CPU: Intel® Pentium® D CPU 3.46GHz
Drive Info:
C: 73.10 GB
D: 45.49 GB
E: 19.74 GB
F: 94.55 GB
G: 51.71 GB
H: 101.67 GB
I: 100.94 GB
J: 276.92 GB
K: 400.25 GB
Internet Explorer: 11.0

Link to comment
Share on other sites

Hi tpoliti.

 

If yes, right-click start, click command prompt (admin), launch:

dism /online /cleanup-image /checkhealth
It should last few seconds, then report the final result here.

After it, launch:

sfc /scannow
It should last 15-50 minutes.

If the final result is different from Windows Resource Protection did not find any integrity violations and Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log %WinDir%\Logs\CBS\CBS.log, launch this command:

copy %SYSTEMROOT%\logs\cbs\cbs.log %userprofile%\desktop\cbs.txt && findstr /c:"[SR]" %userprofile%\desktop\cbs.txt > %userprofile%\desktop\SR.txt
After it, you should find two files on your desktop: cbs.txt and SR.txt.

Post here the sr.txt (you can upload it here or on another website, or copy/paste all the lines).

If the command won't work, try these, one after the other (one by one):

copy %SYSTEMROOT%\logs\cbs\cbs.log %userprofile%\desktop\cbs.txt
findstr /c:"[SR]" %userprofile%\desktop\cbs.txt > %userprofile%\desktop\SR.txt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...