Jump to content

windows update


Recommended Posts

Hi wtd.

Did you try the Windows Update Troubleshooter (win7 onwards) ??

If not, try it first.

Otherwise, try the following:

 



Download and run System Update Readiness Tool for Windows 7 (KB947821) [October 2014]

From an elevated command prompt, launch (Windows installation cd could be necessary):

sfc /scannow
Wait till it finishes (15-50 minutes).

If the final result is equal to Windows Resource Protection did not find any integrity violations or equal to 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\CheckSUR.log %userprofile%\desktop\CheckSUR.txt
After it, you should find checkSUR.txt on your desktop: post it here.

Instead if the final result of the SFC TOOL is equal to Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log %WinDir%\Logs\CBS\CBS.log, launch both the previous command in the code above AND also this command:

copy %SYSTEMROOT%\logs\cbs\cbs.log %userprofile%\desktop\cbs.txt && findstr /c:"[SR]" %userprofile%\desktop\cbs.txt > %userprofile%\desktop\SR.txt
After those two commands, you should find three files on your desktop: checkSUR.txt, cbs.txt and SR.txt: post here the checkSUR.txt and the sr.txt.

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

copy %SYSTEMROOT%\logs\cbs\cbs.log %userprofile%\desktop\cbs.txt
findstr /c:"[SR]" %userprofile%\desktop\cbs.txt > %userprofile%\desktop\SR.txt


 

 



How to run an elevated command prompt for Windows vista/seven users

One of these three methods:

- click start, all programs, accessories, right-click the command prompt in the list and click run as administrator, click yes on the user account control window that should appear

- click start, type cmd in the searchbox, right-click the cmd in the list of results and click run as administrator, click yes on the user account control window that should appear

- click start, type cmd in the searchbox, press and keep pressed ctrl + shift Keys on your keyboard, then press enter, click yes on the user account control window that should appear



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...