Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 7a38221

Browse files
authored
V5.1.5-Beta2
# Release V5.1.5-Beta2 - adds a couple disabled services - adds more dism commands that enable modules for stability
1 parent 3b6a253 commit 7a38221

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

Zusier AIO.bat

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
color 5
44
echo ---------------------------------------------------------------------------------------------------
55
echo 8888888888P d8b 888888b. 888 888
@@ -14,7 +14,10 @@ echo ---------------------------------------------------------------------------
1414

1515
echo Change Log
1616
echo .
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
1821
echo - Added Take OwnerShip to Context Menu
1922
echo - Blocks Camera on lockscreen
2023
echo - Multiple Privacy Tweaks
@@ -633,7 +636,7 @@ netsh int tcp set global timestamps=disabled
633636
netsh int tcp set global nonsackrttresiliency=disabled
634637
netsh int tcp set global maxsynretransmissions=2
635638
Reg.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
637640
netsh int tcp set global fastopen=enabled
638641
netsh int ip set global icmpredirects=disabled
639642
netsh int tcp set security mpp=disabled profiles=disabled
@@ -741,6 +744,13 @@ TASKKILL /t /f /im smartscreen.exe > NUL 2>&1
741744
TASKKILL /t /f /im GameBarPresenceWriter.exe > NUL 2>&1
742745
TASKKILL /t /f /im mobsync.exe > NUL 2>&1
743746
TASKKILL /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"
744754
del "%WinDir%\System32\smartscreen.exe" /s /f /q > NUL 2>&1
745755
del "%WinDir%\System32\GameBarPresenceWriter.exe" /s /f /q > NUL 2>&1
746756
del "%WinDir%\System32\mobsync.exe" /s /f /q > NUL 2>&1
@@ -1057,6 +1067,11 @@ cleanmgr /autoclean
10571067
sfc /scannow
10581068
dism /online /cleanup-image /startcomponentcleanup /resetbase /defer
10591069
dism /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+
10601075
diskperf -N
10611076
echo.
10621077
echo.

0 commit comments

Comments
 (0)