[SOLVED] [Win7Pro] SFC contains corrupted files that even SFCFix could not fix

Platinum Lucario

Active member
Joined
Apr 1, 2017
Posts
39
Hello, I'm here to report that I have some OS issues with two computers that I have.

The first one I've got OS issues with, is the HP ProDesk desktop which I've had for a few years now. But way back around 2013, the memory modules in it became faulty (possibly due to ESD damage, back when I wasn't good at knowing how to handle things with care). Because I'm now experienced, use anti-static equipment connected to an earth point, and have learned a lot since then. And I replaced the memory modules as soon as those BSOD errors, along with the memtest software started showing errors.

But after I fixed that issue back in 2013 and had no more BSOD errors, I noticed that the Windows Update files became corrupt, along with IE itself somehow got deleted from the memory errors during that time (never used that web browser anyways). DISM returns with error 87 and saying that the cleanup-image option is unknown:
Code:
C:\Users\Administrator>dism /online /cleanup-image /scanhealth

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.18489


Error: 87

The cleanup-image option is unknown.
For more information, refer to the help by running DISM.exe /?.

The DISM log file can be found at C:\windows\Logs\DISM\dism.log

SFC returns with saying this:
Code:
C:\Users\Administrator>sfc /scannow

Beginning system scan.  This process will take some time.


Windows Resource Protection could not perform the requested operation.

Upon reading the dism.log, I noticed there was some errors and warnings such as this
Code:
2017-04-02 00:27:37, Warning               DISM   DISM Provider Store: PID=1136 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\6B597148-EF5E-4825-B7B1-792A8520BD75\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
or these:
Code:
2017-04-02 00:27:44, Error                 DISM   DISM Package Manager: PID=1136 Failed initializing the session. - CDISMPackageManager::RefreshInstanceAndLock(hr:0x80070246)
2017-04-02 00:27:44, Error                 DISM   DISM Package Manager: PID=1136 Failed doing internal initialization - CDISMPackageManager::Initialize(hr:0x80070246)
2017-04-02 00:27:44, Warning               DISM   DISM Provider Store: PID=1136 Failed to call Initialize method on IDismServicingProvider Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80070246)
2017-04-02 00:27:44, Warning               DISM   DISM Provider Store: PID=1136 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\6B597148-EF5E-4825-B7B1-792A8520BD75\CbsProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80070246)

I may have learned a lot from my course, but that doesn't mean that I still have a lot to learn. Anyways, checking the CBS.log file shows quite a lot of errors in it. For one, I've noticed there's STATUS_ILLEGAL_CHARACTER in the one of the errors, as seen here:
Code:
2017-03-27 12:25:50, Error                 CSI    00000005@2017/3/27:01:25:50.973 (F) d:\win7sp1_gdr\base\lstring\lblob.cpp(2221): Error STATUS_ILLEGAL_CHARACTER originated in function RtlTranscodeLBlobs expression: __rv.UcsCharacter != (0xffffffff)

And here's the thing, I even used SFCFix from here on Sysnative, it couldn't do anything to fix any of the SFC errors. From what it's shown, there's some unicode corruptions.

If anyone wants to take a look into my logs, here they are:

View attachment logs.zip

Just keep in mind that CheckSUR.log and CheckSUR.persistent.log are from way back in 2014, so they would not be relivent to what is happening right now, but it could come in handy if anyone wants to find out what the issue is.

Also, in the past, I have tried booted into safe mode, tried using a repair install (which failed with some error that I can't remember well, but seemed to be because it wasn't an HP OEM disc, which doesn't exist at all for HP ProDesk). I have also tried running sfc /scannow using the Windows 7 ISO image I've used, which resulted in it saying that it will run after rebooting Windows, which doesn't happen. I've also tried using DISM using the ISO image, but it resulted in the same error 87 that I get from when I use it when running from the system itself.

So yeah, I'm actually curious on how I can replace any of the corrupt files, including registry files, and which ones to replace and how to find new ones. This is something I probably have not learned yet, but I am willing to learn how to find and detect such files.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Hi and welcome to Sysnative. Let's see if we can identify which registry key(s) were corrupted because of the bad RAM. Please do the following.

Step#1 - Retrieve Components Hive
1. Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
2. Please copy this file to your desktop.
Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
3. Right-click on this file on your desktop and select Send To...Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
4. The file will likely be too large to upload here so please upload to SendSpace and just provide the link here.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Alrighty, I've copied the entire config folder (which includes the components file as well). The only files I didn't include, was the SAM, SYSTEM, SECURITY and SOFTWARE files (which would require the OS to be offline while copying the files).

And I've uploaded it too.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Alrighty, I've put it into the config folder. And I've renamed the older components file to components.bad. The file looks smaller than the one I had.

Oh, that reminds me. I forgot to mention in the first post of the thread that my Windows 7 Professional is x64 version. Hopefully the components file isn't too different between x86 and x64 versions.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

It's all good. No worries. Please do the following.

SFC Scan


  1. Click on the Start button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow

    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt
  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.

Please Note:: if the file is too big to upload to your next post please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

More corruption. These are very hard to find. We'll give it a go through. Please do the following.

Step#1 - Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Open an elevated Command Prompt and run sfc /scannow just like you have in the past.
3. Stop Process Monitor as soon as sfc fails. You can simply do this by clicking the magnifying glass on the toolbar as shown below.
11908d1430506241-windows-updates-fail-repeatedly-stop-jpg


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up and attach the LogFile.PML file as well as your CBS.log.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Looks like I've got even more corruption than I thought. I tried to open up Process Monitor, but it came up with an error saying "Unable to load Process Monitor device driver." I'm pretty sure that's not really supposed to happen, unless I'm mistaken.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

I've just run the process monitor, and did the sfc /scannow command. And I've packed the files together and uploaded them.

Here they are.

Also, I've captured all events, so if there's any other file corruptions, you'll be able to find them as well.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Thanks. Please do the following.

Step#1 - SFCFix Script
Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.
  1. Download SFCFix.exe (by niemiro) and save this to your Desktop. If you still have this on your desktop from downloading previously, you don't need to re-download.
  2. Download the file below, SFCScript.txt, and save this to your Desktop.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCScript.txt.
  5. Drag the file SFCScript.txt onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please

Step#2 - Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Open an elevated Command Prompt and run sfc /scannow just like you have in the past.
3. Stop Process Monitor as soon as sfc fails. You can simply do this by clicking the magnifying glass on the toolbar as shown below.
11908d1430506241-windows-updates-fail-repeatedly-stop-jpg


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up and attach the LogFile.PML file as well as your CBS.log.
 

Attachments

Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Alrighty, I've done all the steps. And I've noticed now that it actually can do the verification process, but once it's complete, it will say that it found corrupt files, but was unable to fix some of them.

https://1drv.ms/u/s!AoPq5MKcF6N2ijxGB1Lbc4cWA4GH

So looks like we're down to just fixing the rest of the corrupt files (and DISM, if SFC cannot restore or fix the files in there).
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Excellent. Please do the following which will make collecting them easier.

Step#1 - Gather Info
1. Download SFCFix.exe and save this to your Desktop.
2. Save any open documents and close all open windows.
3. Double click on SFCFix.exe to open it.
4. Follow all on screen instructions and upon completion, a file should be created on your Desktop named SFCFix.txt.
5. Please post the contents of this log in your next post. Thank you.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Also, please do the following.

Step#1 - SFCFix Script
Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop. If you still have this on your desktop from downloading previously, you don't need to re-download.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please
 

Attachments

Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Alrighty, here's the output of the second SFCFix run (using the SFCFix.zip with it):
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-04-05 01:31:12.934
Microsoft Windows 7 Service Pack 1 - amd64
Using .zip script file at C:\Users\Administrator\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully  took permissions for file or folder  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9.dll
Successfully  took permissions for file or folder  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294
Successfully  took permissions for file or folder  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\bing.ico
Successfully  took permissions for file or folder  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\ieUnatt.exe
Successfully  took permissions for file or folder  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Microsoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms
Successfully  took permissions for file or folder  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Feed Discovered.wav
Successfully took permissions for file or folder   C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Information Bar.wav
Successfully took permissions for file or folder   C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Navigation Start.wav
Successfully took permissions for file or  folder  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Pop-up Blocked.wav

Successfully copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9.dll  to  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9.dll.
Successfully  copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9diag.dll  to  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9diag.dll.
Successfully  copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\bing.ico  to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\bing.ico.
Successfully  copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\ieUnatt.exe  to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\ieUnatt.exe.
Successfully  copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Microsoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms  to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Microsoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms.
Successfully  copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Feed Discovered.wav to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Feed Discovered.wav.
Successfully copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Information Bar.wav to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Information Bar.wav.
Successfully copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Navigation Start.wav to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Navigation Start.wav.
Successfully copied file  C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Pop-up Blocked.wav to  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Pop-up Blocked.wav.

Successfully restored ownership for  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9.dll
Successfully  restored permissions on  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294\jscript9.dll
Successfully  restored ownership for  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294
Successfully  restored permissions on  C:\windows\Winsxs\wow64_microsoft-windows-scripting-jscript9_31bf3856ad364e35_11.2.9600.17239_none_30ebd550070f6294
Successfully  restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\bing.ico
Successfully  restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\bing.ico
Successfully  restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\ieUnatt.exe
Successfully  restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\ieUnatt.exe
Successfully  restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Microsoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms
Successfully  restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Microsoft-Windows-IE-InternetExplorer-ppdlic.xrm-ms
Successfully  restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Feed Discovered.wav
Successfully restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Feed Discovered.wav
Successfully restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Information Bar.wav
Successfully restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Information Bar.wav
Successfully restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Navigation Start.wav
Successfully restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Navigation Start.wav
Successfully restored ownership for  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Pop-up Blocked.wav
Successfully restored permissions on  C:\windows\Winsxs\amd64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.2.9600.17239_none_11cf9e572efbaaac\Windows  Pop-up Blocked.wav
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 11 datablocks.
Finish time: 2017-04-05 01:31:15.430
Script hash: nqd51y9veqpUjSjaOr6yjnZ0XBxpMc67XuhfiLWF0Mk=
----------------------EOF-----------------------

I forgot to copy and paste the first run of SFCFix. But I did a third run of SFCFix, and here was the output:
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-04-05 01:35:38.651
Microsoft Windows 7 Service Pack 1 - amd64
Not using a script file.




AutoAnalysis::
WARNING: Manifest damage on component "amd64_microsoft-windows-g..it-snapin.resources_31bf3856ad364e35_6.1.7600.16385_en-us_06d49e4cea0604a7". See CBS logfile for more details.


CORRUPT: C:\windows\winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.17239_none_7b23faa7c2c2f1b7\iexplore.exe


SUMMARY: Some corruptions could not be fixed automatically. Seek advice from helper or sysnative.com.
   CBS & SFC total detected corruption count:     7
   CBS & SFC total unimportant corruption count:  0
   CBS & SFC total fixed corruption count:        0
   SURT total detected corruption count:          2268
   SURT total unimportant corruption count:       0
   SURT total fixed corruption count:             0
AutoAnalysis:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 11 datablocks.
Finish time: 2017-04-05 01:36:12.971
----------------------EOF-----------------------

It looks to me like there's just one corrupt file shown in winsxs, looks to me like it's the IE 64-bit variant.
 
Re: [Win7Professional] SFC contains corrupted files that even SFCFix could not fix

Please do the following.

Step#1 - SFCFix Script
Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop. If you still have this on your desktop from downloading previously, you don't need to re-download.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please

Step#2 - SFC Scan


  1. Click on the Start button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow

    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt
  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.

Please Note:: if the file is too big to upload to your next post please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.
 

Attachments

Alrighty, here's the output for the first SFCFix (with the SFCFix.zip used):
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-04-05 17:29:18.766
Microsoft Windows 7 Service Pack 1 - amd64
Using .zip script file at C:\Users\Administrator\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\windows\Temp\CheckSur\Winsxs\Manifests
Successfully took permissions for file or folder C:\windows\Winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.17239_none_7b23faa7c2c2f1b7

Successfully copied file C:\Users\Administrator\AppData\Local\niemiro\Archive\Manifests\amd64_microsoft-windows-g..it-snapin.resources_31bf3856ad364e35_6.1.7600.16385_en-us_06d49e4cea0604a7.manifest to C:\windows\Temp\CheckSur\Winsxs\Manifests\amd64_microsoft-windows-g..it-snapin.resources_31bf3856ad364e35_6.1.7600.16385_en-us_06d49e4cea0604a7.manifest.
Successfully copied file C:\Users\Administrator\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.17239_none_7b23faa7c2c2f1b7\iexplore.exe to C:\windows\Winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.17239_none_7b23faa7c2c2f1b7\iexplore.exe.

Successfully restored ownership for C:\windows\Temp\CheckSur\Winsxs\Manifests
Successfully restored permissions on C:\windows\Temp\CheckSur\Winsxs\Manifests
Successfully restored ownership for C:\windows\Winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.17239_none_7b23faa7c2c2f1b7
Successfully restored permissions on C:\windows\Winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.17239_none_7b23faa7c2c2f1b7
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 13 datablocks.
Finish time: 2017-04-05 17:29:19.889
Script hash: 9lwjTrfyewZJSV64KWVgDx6PJC5jf1kddZe0wyMvkbs=
----------------------EOF-----------------------

And here's the cbs.txt:
View attachment cbs.txt
 
Excellent. Almost there. Please do the following.

Step#1 - System Update Readiness Tool (SUR)
1. Download and run the following file.
2. When it asks you if you wish to install, please answer yes. Note: It could take 15 minutes or more to run. Please don't cancel.
3. You will get an Installation Complete screen when it's done running.
4. Please attach the log from the following location. C:\Windows\Logs\CBS\CheckSUR.log
Please Note:: if the file is too big to upload to your next post please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.
 
Back
Top