Jump to content

Help, unmounting not working?!


Recommended Posts

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

Link to comment
Share on other sites


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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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