11@ echo off
2- title Zusier's Batch - Performance and Optimization V5.0.1
2+ title Zusier's Batch - Performance and Optimization V5.1.5-Beta2
33color 5
44echo ---------------------------------------------------------------------------------------------------
55echo 8888888888P d8b 888888b. 888 888
@@ -14,7 +14,10 @@ echo ---------------------------------------------------------------------------
1414
1515echo Change Log
1616echo .
17- echo V5.1.5
17+ echo V5.1.5-Beta2
18+ echo - adds a couple disabled services
19+ echo - adds more dism commands that enable modules for stability
20+ echo V5.1.5-Beta0
1821echo - Added Take OwnerShip to Context Menu
1922echo - Blocks Camera on lockscreen
2023echo - Multiple Privacy Tweaks
@@ -633,7 +636,7 @@ netsh int tcp set global timestamps=disabled
633636netsh int tcp set global nonsackrttresiliency = disabled
634637netsh int tcp set global maxsynretransmissions = 2
635638Reg.exe add " HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS" /v " Tcp Autotuning Level" /t REG_SZ /d " Off" /f
636- netsh int tcp set global ecncapability = enabled
639+ netsh int tcp set global ecncapability = disabled
637640netsh int tcp set global fastopen = enabled
638641netsh int ip set global icmpredirects = disabled
639642netsh int tcp set security mpp = disabled profiles=disabled
@@ -741,6 +744,13 @@ TASKKILL /t /f /im smartscreen.exe > NUL 2>&1
741744TASKKILL /t /f /im GameBarPresenceWriter.exe > NUL 2 >& 1
742745TASKKILL /t /f /im mobsync.exe > NUL 2 >& 1
743746TASKKILL /t /f /im HelpPane.exe > NUL 2 >& 1
747+ schtasks /change /disable /tn " \Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
748+ schtasks /change /disable /tn " \Microsoft\Windows\Customer Experience Improvement Program\Consolidator"
749+ schtasks /change /disable /tn " \Microsoft\Windows\Customer Experience Improvement Program\UsbCeip"
750+ schtasks /change /disable /tn " \Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector"
751+ schtasks /change /disable /tn " \Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents"
752+ schtasks /change /disable /tn " \Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem"
753+ schtasks /change /disable /tn " \Microsoft\Windows\Windows Error Reporting\QueueReporting"
744754del " %WinDir% \System32\smartscreen.exe" /s /f /q > NUL 2 >& 1
745755del " %WinDir% \System32\GameBarPresenceWriter.exe" /s /f /q > NUL 2 >& 1
746756del " %WinDir% \System32\mobsync.exe" /s /f /q > NUL 2 >& 1
@@ -1057,6 +1067,11 @@ cleanmgr /autoclean
10571067sfc /scannow
10581068dism /online /cleanup-image /startcomponentcleanup /resetbase /defer
10591069dism /Online /Cleanup-image /Restorehealth
1070+ dism /online /enable-feature /featurename:LegacyComponents
1071+ dism /online /enable-feature /featurename:NetFx3
1072+ dism /online /enable-feature /featurename:DirectPlay
1073+ dism /online /enable-feature /featurename:NetFx4-AdvSrvs
1074+
10601075diskperf -N
10611076echo .
10621077echo .
0 commit comments