Problem with wifes notebook ;-)

1. Remove the WUReset Environment Path.
  • Click the Start button and in the search box, type sysdm.cpl
  • When you see sysdm.cpl > Control Panel Item on the list, right-click on it and select Run as administrator.
  • Open the tab Advanced and click on Environment Variables.
  • Select in the System variables section > Path and click on the Edit button.

    61dbf9224acc5-sys-env-path.png

  • Select the following entry en click on Delete.

    • C:\Program Files\wureset

  • Click on Ok and close the System Properties window.


2. Reboot the system and run the following command and attach set-env.txt to your next post.
Code:
set > "%userprofile%\desktop\set-env.txt"
 
Let's try to run DISM again, but shall fail with error 126 I guess. I wonder if SetupDiag reports: DISM provider failure, error: 0x80070002 or something like this?
Code:
DISM /online /cleanup-image /RestoreHealth

Download and run SetupDiag from Microsoft
  • Download
    60e45c659164d-SetupDiag.png
    SetupDiag to your desktop.
  • Right-click on SetupDiag.exe and select Run as administrator.
  • When completed the following files are created: "Logs.zip, SetupDiag.exe.config and SetupDiagResults.log"
  • Attach SetupDiagResults.log and Logs.zip to your next reply.
 
Rich (BB code):
Error: SetupDiag reports DISM Image Session failure.
Last Phase: Pre-Finalize
Last Operation: Process Drivers for Migration
Message = Failed to get file version: C:\Windows\System32\Dism\dismprov.dll
Function: CDISMManager::IsServiceUpLevelImage
Error: 0x80070002

Great! Please run the following commands and attach "dism-look.txt" to your next post.
Code:
icacls C:\Windows\System32\Dism >> "%userprofile%\desktop\dism-look.txt"
icacls C:\Windows\System32\Dism\*.* >> "%userprofile%\desktop\dism-look.txt"
dir /s /a C:\Windows\System32\Dism >> "%userprofile%\desktop\dism-look.txt"
certutil -hashfile C:\Windows\System32\Dism\dismprov.dll SHA256 >> "%userprofile%\desktop\dism-look.txt"
 
Hi,

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFixScript.txt and save it to your desktop.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
62151e1bebac4-SFCFix-Txt-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.

Reboot the laptop, and run the following command in an elevated command prompt.
Code:
regsvr32 C:\windows\system32\dism\dismprov.dll
 

Attachments

Right-click on the file
577bf0efb8088-FRST.png
FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Files button.
Code:
dismprov.dll
  • When the scan is complete, a message will display that 'Search.txt' is saved in the same folder FRST was started from. Notepad will open this file also.
  • Post the logfile Search.txt as attachment in your next reply.
 
Could you please try the following command as well.
Code:
regsvr32 "%systemroot%\system32\dism\dismprov.dll"
 
Mmm, that's strange?
In post#18 no issues with this command certutil -hashfile "%systemroot%\System32\Dism\dismprov.dll" SHA256
In post#85 this command failed certutil -hashfile C:\Windows\System32\Dism\dismprov.dll SHA256

Run both commands again and post the result of the command prompt..
 
This is really interessting, try the same for another file.
Code:
certutil -hashfile "%systemroot%\System32\Dism\DmiProvider.dll" SHA256
certutil -hashfile C:\Windows\System32\Dism\DmiProvider.dll SHA256
 
Run
56f31e53c97da-SFCFix.PNG
SFCFix again to collect the DISM files to look at..
  • Download the attachment SFCFixScript.txt and save it to your desktop.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
62151e1bebac4-SFCFix-Txt-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called Collect.zip.
  • Attach this file as attachment to your next reply.
 

Attachments

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

Back
Top