Windows Restore using Dism
Why are you running image cleanup on winre.wim?
June 17th, 2015 12:13pm

Thanks for your answer. I should make like this:

https://social.technet.microsoft.com/Forums/windows/en-US/24f825ab-56d2-44ea-b919-103e8ee8e8f1/action?threadDisplayName=dism-repair-tool-8211-error-0x800f0906-windows-81

Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 1:19pm

C:\Windows\system32>md e:\test

C:\Windows\system32>dism /mount-image /imagefile:"H:\sources\install.wim" /index
:1 /mountdir:e:\test /readonly

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Mounting image
[==========================100.0%==========================]
The operation completed successfully.

C:\Windows\system32>Dism /Get-ImageInfo /ImageFile:e:\test\windows\system32\reco
very\winre.wim

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Details for image : e:\test\windows\system32\recovery\winre.wim

Index : 1
Name : Microsoft Windows Recovery Environment (x64)
Description : Microsoft Windows Recovery Environment (x64)
Size : 1,337,234,125 bytes

The operation completed successfully.

C:\Windows\system32>Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source
:e:\test\windows\system32\recovery\winre.wim

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Error: 2

Unable to access the image.
Make sure that the image path and the Windows directory for the image exist and
you have Read permissions on the folder.

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

What's wrong here?

June 17th, 2015 6:57pm

Hi,

To use Dism command with a running operating system, you need to specify the /online flag.

See: https://technet.microsoft.com/en-us/library/hh825265.aspx

Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 12:13am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics