Create WIM from installed system

Discussion in 'Windows 10' started by tavrez, Apr 11, 2018.

  1. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
    #61 adric, Dec 25, 2020
    Last edited: Dec 25, 2020
    Note:
    \Windows\*.log
    deletes the MSDTC.LOG in Winsxs which causes SFC to complain about file corruption. Is there any way to use the .ini to leave certain files alone that end up in the exclude filters to keep it from being deleted?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    https://forums.mydigitallife.net/threads/create-wim-from-installed-system.76839/page-3#post-1568272

    Add it under this section, e.g. x86
    Code:
    [ExclusionException]
    \Windows\WinSxS\x86_microsoft-windows-com-dtc-runtime_31bf3856ad364e35_6.3.9600.17415_none_ae3f62487b62fd48\MSDTC.LOG
    
     
  3. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
    MSDTC.log seems to be the only log file found in winsxs so I used \Windows\winsxs\*.log
     
  4. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
  5. MrTweek

    MrTweek MDL Junior Member

    Apr 13, 2010
    55
    19
    0
    Shoould be changed to this:

    Code:
    \Windows\ServiceProfiles\*\AppData\Local\FontCache-S-1-5-21-*.dat
    \Windows\ServiceProfiles\*\AppData\Local\FontCache\*
    \Windows\ServiceProfiles\*\AppData\Local\Temp\*
    
     
  6. AeonX

    AeonX MDL Addicted

    May 24, 2013
    694
    542
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
  8. Bluerx

    Bluerx MDL Novice

    May 15, 2021
    4
    0
    0
    How create windows10PE with netframework 4.8?