Create WIM from installed system

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

  1. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
    MSDTC.log seems to be the only log file found in winsxs so I used \Windows\winsxs\*.log
     
  4. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
  5. MrTweek

    MrTweek MDL Junior Member

    Joined:
    Apr 13, 2010
    Messages:
    55
    Likes Received:
    19
    Trophy Points:
    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. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
  7. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
  8. Bluerx

    Bluerx MDL Novice

    Joined:
    May 15, 2021
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    How create windows10PE with netframework 4.8?