[SOLVED] Windows 10 DISM.exe /online /Cleanup-Image /RestoreHealth Error:582

Has the problem been fixed yet? I'm wondering if DISM.exe itself could be corrupted.
 
We would see it if DISM was corrupt. In fact, you would probably not be able to use it.
 
Why then would /StartComponentCleanup not work when it used to? I haven't run across any documentation of it saying it has been removed...
 
I don't know to be honest. There doesn't seems to be any information about it on the web. You are probably one of the few cases where that command isn't working and returning an error message.
 
I'm still interested in finding a way to solve this problem. I use /StartComponentCleanup on a regular basis, but also do the Windows/SoftwareDistribution/Download file clearing too.
 
I'm still encountering the same corruption even after this accumulative update:
Code:
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>DISM.exe /Online /Cleanup-Image /StartComponentCleanup

Deployment Image Servicing and Management tool
Version: 10.0.10586.0

Image Version: 10.0.10586.0

[==========================100.0%==========================]

Error: 1

Incorrect function.

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

C:\WINDOWS\system32>DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase

Deployment Image Servicing and Management tool
Version: 10.0.10586.0

Image Version: 10.0.10586.0

[==========================100.0%==========================]

Error: 1

Incorrect function.

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

C:\WINDOWS\system32>
 
Well the only other possible solution would be to run a Procmon trace of the DISM process while it's running. But to be honest, I really don't have the time right now to go through the log it'll output (it's really, really long, a few GBs).

If you want, you can do a Repair Install of your Windows 10, it's your best bet. But just because the /ResetBase command isn't working, it's not worth it if you ask me.
 
How does one go about the Repair Install process? Does it uninstall programs?
 
A Repair Install will keep all your files, installed programs and settings. You basically only have to reinstall your Windows Updates and drivers if any are missing.

A Repair Install is ran by running your Windows installation media, and selecting the "Upgrade" install mode.
 
I upgraded to Windows 10 via update from Windows 8.1. I assume you mean the media creation tool that was on Microsoft's website (I belive they pulled it down again??
 
Yes. Personally what I suggest you to do is to download the Media Creation Tool (it's back online), which comes with Windows 10 TH2, and download the .iso for your system. Once done, right-click on it and select Mount. From there, access the drive on which you mounted the .iso, and launch setup.exe to start the process.
 
Where is the .iso located on my system? (I'm running the MediaCreationTool) I see the option to "Upgrade this PC now" or "Create installation media for another PC". I don't see any option to mount a particular image.

Edit: Sorry I missread. So I should select the Upgrade this PC now option correct?
 
You can use "Upgrade this PC now" from within the Media Creation Tool, yes. I suggest you to back up your files before, just in case something bad happens.
 
I'm doing the repair install right now. I hope this solves the DISM.exe problem (along with what appears to be something that happened with certain Windows apps like LINE and Netflix not functioning right, even after using the Microsoft store to update them).

I'm a little nervous about certain settings though. You mentioned certain drivers ould be missing. I hope that doesn't mean graphics drivers.
 
Reinstall successful! Everything seems to be working properly now, including DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase !
 
Glad to see that the Repair Install did the trick for you! :)
 
Back
Top