sfc unable to repair / file hash mismatch

Hi,

there is better, the SFC command does not report error while before there was

No, no WSUS server, we work with CMCB
 
Hi,
I finally could install KB4088877 :dance:

Good.

The dism error seems to indicate some problem accessing the internet!

Any Antivirus or firewall on the server that could be blocking the communication?

Can you try:
Code:
[B]Dism /online /Cleanup-Image /StartComponentCleanup[/B]
 
Hi,

I can't install Windows Updates.
The server does not have access to the Internet from the administrator session.
Would you like me to do a test with an admin session with Internet access?
Knowing that the dism command (dsim /online /cleanup-image /restorehealth) works on another server with the admin session without Internet access

the command "dism /online /cleanup-image /startComponentCleanup" worked perfectly
 
Hi,

I did the test with a session with Internet access and administrator rights but the error code obtained is the same: 0x800F081f
 
How is the Internet access controlled?

The dism /online command needs access to the internet specially if the tool needs to do repairs... the download tasks are performed by system services and not by the processes executed by the user.
 
it is managed by a proxy server
I suppose then that the command worked on another server because there is no problem and therefore no need of Internet access?
 
If you have the proxy setup on Internet Explorer you may need to import the same configuration for the system using:
Code:
netsh winhttp import proxy source=ie
 
it's an automatic proxy configuration script
the command returns: direct access (without proxy server)
 
Not sure it works with .pac maybe not and you have to specifically set the proxy...

Code:
netsh winhttp set proxy proxy-server="http=myproxy;https=sproxy:88"
 
I tried with different proxies but the error code remains the same 0x800F081f
The servers all have the same proxy and antivirus configuration.
the dism command does not work with a local source either by adding the argument "/ limitaccess" :(
 
Can you run:
Code:
dism /online /cleanup-image /ScanHealth

without error? if successfully post the new cbs.log if not post the dism.log
 
Hi,

No change if you try dism /online /cleanup-image /restorehealth?

The logs no longer show errors!
 
Hi,

I want to check something...


Export Registry keys
  • download the script ExportCBSRegistry2.cmd and save it to the Desktop
  • right-click the file ExportCBSRegistry2.cmd and select Run as administrator
  • when the script ends a new file called SoftwareCBS.zip will be located on the Desktop
  • If the zip file is too large to upload to the forum please share the file using a service like Dropbox, One Drive, Google Drive, or upload to www.sendspace.com and just provide the link for the file here

Also please post the result of the command:
Code:
dir %systemroot%\servicing\packages\Microsoft-Windows-TestRoot-and-FlightSigning-Package*
 
Hi,

here is the result of the comman and softawreCBS.zip

Code:
C:\Users\Administrateur>dir %systemroot%\servicing\packages\Microsoft-Windows-Te
stRoot-and-FlightSigning-Package*
 Le volume dans le lecteur C n'a pas de nom.
 Le numéro de série du volume est 8EAA-E55D

 Répertoire de C:\Windows\servicing\packages

Fichier introuvable

View attachment SoftwareCBS.zip
 
Hi,

Sorry for the delay, I asked to other more experienced Staff members to take a look in your case.

Please run dism /online /cleanup-image /restorehealth another time and after the error collect the CBS.log like you did before.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top