Windows 10: How do I delete a folder created by mounting the uncompressed install.wim file

Discus and support How do I delete a folder created by mounting the uncompressed install.wim file in Windows 10 Software and Apps to solve the problem; A quick background: I was extending my recovery drive for the workaround for the win update error: 0x80070643 Windows 10 KB503444. In the process, I... Discussion in 'Windows 10 Software and Apps' started by Evans_9876, Apr 19, 2024.

  1. How do I delete a folder created by mounting the uncompressed install.wim file


    A quick background: I was extending my recovery drive for the workaround for the win update error: 0x80070643 Windows 10 KB503444. In the process, I had to restore the RE image. I executed: dism /mount-wim /wimfile:"c:\install.wim" /index:1 /mountdir:c:\mountwim /readonly It created the folder and its associated files. I was able to restore the winre.wim file and everything was great again. I figured that the mountwim folder is just any ol folder with files in it, I could delete it and be done with it. Since I was still in the Admin CMD console, I ranrmdir /s C:\mountwimThe problem is that Win

    :)
     
    Evans_9876, Apr 19, 2024
    #1
  2. johnspack Win User

    Compacting a wim file?

    Sorry, no idea where to put this. I just recently learned how to use dism. I use it to slipstream all hotfixes and ie10 ect into an AIO install disc. The problem is, it creates a huge install.wim after 8 index mounts and slipstreams. Considering all 8 images use the same darn wim and files, don't know why it has to increase the wim size by 1gig. Either I need to figure out how to use the same wim.install file for all indexes, or I need to compact the wim file which is now 4gbs with ie10 and all updates to April. Any way to do either?
     
    johnspack, Apr 19, 2024
    #2
  3. Anusha Win User
    C windows installer folder - Delete?

    He can do symbolic link redirection and move the files in it to a different location. *Wink How do I delete a folder created by mounting the uncompressed install.wim file ;)
    Better try it out in a virtual of first. Just a suggestion.

    Like:
    First move everything in c:\windows\installer to d:\installercache
    Then delete c:\windows\installer folder
    Then type this in command mode as admin
    mklink /d c:\windows\installer d:\installercache

    Removing those installer files is a bad idea. it might prevent you from updating or uninstalling apps.
     
    Anusha, Apr 19, 2024
    #3
  4. How do I delete a folder created by mounting the uncompressed install.wim file

    WIM File

    What I see is some kind of Windows Recovery drive or copy of C drive, along with two large .wim files that possibly contain your pictures if the size is about the same as their aggregate size.

    TBH Perry I've never seen anything quite this freakish to happen to pictures on a flash stick. I have kept my files on a flash stick before that is also created as bootable installation media or recovery drive and never had them convert. To have them convert to a .wim file which is normally only contains the Windows operating system is perplexing.

    However we do know that .wim files can be mounted and have their files extracted. I gave you the steps for this already. So that's what I'd try next.
     
    Greg Carmack - Windows MVP 2010-2020, Apr 19, 2024
    #4
Thema:

How do I delete a folder created by mounting the uncompressed install.wim file

Loading...
  1. How do I delete a folder created by mounting the uncompressed install.wim file - Similar Threads - delete folder created

  2. How to convert folder to .wim file

    in Windows 10 Gaming
    How to convert folder to .wim file: Hi there,I was wondering how you could convert a folder that has all the necessary files for a .wim and convert it into said format. I used 7Zip to extract but it doesn't zip it back into a .wim file extension for it to be read. Device Used: Win10 Laptop...
  3. How to convert folder to .wim file

    in Windows 10 Software and Apps
    How to convert folder to .wim file: Hi there,I was wondering how you could convert a folder that has all the necessary files for a .wim and convert it into said format. I used 7Zip to extract but it doesn't zip it back into a .wim file extension for it to be read. Device Used: Win10 Laptop...
  4. How to convert folder to .wim file

    in Windows 10 Network and Sharing
    How to convert folder to .wim file: Hi there,I was wondering how you could convert a folder that has all the necessary files for a .wim and convert it into said format. I used 7Zip to extract but it doesn't zip it back into a .wim file extension for it to be read. Device Used: Win10 Laptop...
  5. How do I delete a folder created by mounting the uncompressed install.wim file

    in Windows 10 Gaming
    How do I delete a folder created by mounting the uncompressed install.wim file: A quick background: I was extending my recovery drive for the workaround for the win update error: 0x80070643 Windows 10 KB503444. In the process, I had to restore the RE image. I executed: dism /mount-wim /wimfile:"c:\install.wim" /index:1 /mountdir:c:\mountwim /readonly It...
  6. How do I delete a folder created by mounting the uncompressed install.wim file

    in Windows 10 Installation and Upgrade
    How do I delete a folder created by mounting the uncompressed install.wim file: A quick background: I was extending my recovery drive for the workaround for the win update error: 0x80070643 Windows 10 KB503444. In the process, I had to restore the RE image. I executed: dism /mount-wim /wimfile:"c:\install.wim" /index:1 /mountdir:c:\mountwim /readonly It...
  7. How to mount wim file with DISM?

    in Windows 10 Gaming
    How to mount wim file with DISM?: I am trying to mount a wim file to customize the windows 11 installation. I downloaded the Windows 11 Media creation tool and created a usb key with it. I noticed the usb key had 2 swm files. I don't know if you can mount 2 swm files. I would prefer to mount 2 swm files...
  8. How to mount wim file with DISM?

    in Windows 10 Software and Apps
    How to mount wim file with DISM?: I am trying to mount a wim file to customize the windows 11 installation. I downloaded the Windows 11 Media creation tool and created a usb key with it. I noticed the usb key had 2 swm files. I don't know if you can mount 2 swm files. I would prefer to mount 2 swm files...
  9. in which folder in wim mounted image added drivers go

    in Windows 10 Installation and Upgrade
    in which folder in wim mounted image added drivers go: I am following a tutorial here to integrate device drives in windows install media, so I mounted the wim file in a directory and I go to see the following directory structure Code: PerfLogs Program Files Program Files (x86) Users Windows Inside them there are several...
  10. Edit registry on a mounted wim

    in Windows 10 Customization
    Edit registry on a mounted wim: Can anybody tell me how to modify the registry on a mounted wim? I keep getting Access denied. This is the command I am using: reg load hkey_local_machine\software c:\test\offline\windows\system32\config\software We have Windows 10 64 bit Enterprise edition. 92826