Jump to content

Recommended Posts

Posted

Hey,

My power went off when I was unmounting, now DISM keeps giving errors when I try to unmount (unmounting was at aprox 75% when power went down). I tried /commmit and /discard, it gives:

/commit gives:

Error 0xc142011d

/Discard gives:

Error 1392: Folder or file is damaged or un-readable.

I cant delete the folder, it says im not granted to delete something to do with trusted installer?

Help? :D

dism.log:

http://dl.dropbox.com/u/2237610/dism.log


Posted (edited)

None of that permissions things ever help here

try

DISM.exe /Cleanup-Wim

then delete this registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images

then delete your mount folder

If not reboot and delete it

Edited by maxXPsoft
Posted (edited)

thats old stuff and wrong you need the new version grants to all Administrators regardless of language they use

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant *S-1-5-32-544:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant *S-1-5-32-544:F /t"

Edited by maxXPsoft
Posted
None of that permissions things ever help here

try

DISM.exe /Cleanup-Wim

then delete this registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images

then delete your mount folder

If not reboot and delete it

Yay, its worked. :thumbup

Posted (edited)
Yay, its worked. :thumbup

Thats great. Thats what works for me ;)

EDIT: If you used Imagex to mount you would use this

imagex /cleanup D:\YOURMountDir

Edited by maxXPsoft

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...