Hacked By AnonymousFox
[Registry]
HIVE_SYSTEM, ADD, REG_DWORD, Setup, OptimizeWimBoot, 1 ; mark that this image has been optimized
HIVE_SYSTEM, ADD, REG_DWORD, ControlSet001\Services\EventLog\Application, MaxSize, 10485760 ; Set the maximum .evtx log sizes
HIVE_SYSTEM, ADD, REG_DWORD, ControlSet001\Services\EventLog\Security, MaxSize, 10485760 ;
HIVE_SYSTEM, ADD, REG_DWORD, ControlSet001\Services\EventLog\System, MaxSize, 10485760 ;
HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, SupersededActions, 3 ; enable progressive-seal
HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, LatentActions, 0 ; delta compress LDR updates
HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, NumCBSPersistLogs, 1 ; keep only one archived cbs.log file
HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, CBSLogCompress, 1 ; keep the cbs.log file NTFS compressed
[Optional Features]
RemoveDisabledFeatures=1
[Directives]
DisableWinSxSComponentBackups=1
Hacked By AnonymousFox1.0, Coded By AnonymousFox