[SOLVED] windows 2016 dism restorehealth Error: 0x800f081f The source files could not be found.

Hmm, that's odd and Trend Micro was disabled this time? Please remove the current SFCFix.zip and download the file from post #2 again and drag and drop it into SFCFix.exe to see if it fails again.
 
I add the exclusion for the file sfcfix.exe. same error. it's like it knows that has already ran the script
 
Then I would suggest to disable TM, SFCFix is running a directive what it is not supposed to do?
 
Have you used the drag and drop function or have you run it from the command line?
 
I've changed the fix with another directive, so please try the attached SFCFix.zip instead of the previous one.
 

Attachments

Okay, do you have a similar server in your network? All the corruptions are RTM components, so the following should be the safest way to resolve this issue without changing permissions / ownership etc.

Rich (BB code):
DISM /Online /Cleanup-Image /RestoreHealth /Source:\\ServerName\C$\Windows\WinSxS\ /LimitAccess

If you don't have a spare server, extract SFCFix.zip and use DISM with that folder as source.
 
Rich (BB code):
2024-10-12 13:12:50, Info                  CBS    Exec: Addsource called, Session: 31136919_2902660894, Client: DISM Package Manager Provider, from GPO: No, Path: \\192.168.1.105\C$\Windows\WinSxS\
2024-10-12 13:12:50, Warning               CBS    The alternate source path directory could not be accessed [HRESULT = 0x8007052e - ERROR_LOGON_FAILURE]

Extract the WinSxS folder to "C:\Temp\WinSxS" from the SFCFix.zip file and try the following command:
Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\Temp\WinSxS\ /LimitAccess
 
Now it failed with an hash mismatch error, so please provide a copy of the COMPONENTS hive.

Upload your COMPONENTS hive.
  • Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
  • 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.
  • 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.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 

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

Back
Top