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?
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
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\*
You're cross posting in the wrong thread https://forums.mydigitallife.net/threads/winpe-user-friendly-pe-builders.78922/page-13#post-1660083
@abbodi1406 \Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\DeliveryOptimization\* Can be excluded 1.5Go of Cache captured in .wim , i was thinking i've miss windows update cleanup task but after comparaison , i've found this folder ...[/spoiler]
imagex cannot read wimscript.ini over a certain size, it read only first bits, i don't remember the limit.
@abbodi1406 I keep files below for existing systems, on fresh/audit systems I cannot reproduce the problem. Confirmed today on one system and had same problems with some previous systems. SYSTEM and/or SYSTEM regedit files are corrupt if these files are excluded , works fine if I keep. WinNTSetup say cannot open regedit files after apply, can be skipped but mainly windows cannot boot too it says SYSTEM or SOFTWARE are corrupt. Code: \Windows\System32\config\*.TM.blf \Windows\System32\config\*.regtrans-ms \Windows\System32\config\*.log* \Windows\System32\config\systemprofile\*.TM.blf \Windows\System32\config\systemprofile\*.regtrans-ms \Windows\System32\config\systemprofile\*.log* \Windows\System32\config\TxR\*.blf \Windows\System32\config\TxR\*.regtrans-ms