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

Commit a10a507

Browse files
authored
Release 4.9.1
- fixed command loop - removed network upgrade (powershell error fuckup) - fixed spelling error (actually so tired help meeeeee) - next release will be completely reworked!
1 parent 502c664 commit a10a507

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

Zusier AIO.bat

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@echo off
2-
title Zusier's Batch - Performance and Optimization V4.3.4
1+
2+
title Zusier's Batch - Performance and Optimization V4.9.1
33
color 5
44
echo ---------------------------------------------------------------------------------------------------
55
echo 8888888888P d8b 888888b. 888 888
@@ -14,6 +14,16 @@ echo ---------------------------------------------------------------------------
1414

1515
echo Change Log
1616
echo .
17+
echo V4.9.1
18+
echo - fixed command loop
19+
echo - removed network upgrade (powershell error fuckup)
20+
echo - fixed spelling error (actually so tired help meeeeee)
21+
echo - next release will be completely reworked!
22+
echo V4.4.0
23+
echo -upgraded network tweaks to change some ethernet settings (jumbo packet, power saving etc.)
24+
echo V4.3.41
25+
echo -small hotfix (changelog shit)
26+
echo.
1727
echo V4.3.4
1828
echo - revamped Internet optimizations
1929
echo - added DNS server change to 1.1.1.1
@@ -319,13 +329,13 @@ Echo.
319329

320330
:choice
321331
set /P c=Do you want to customize your services? Script segment created by OptiZ Script (This may overwrite the previous service tweak fix)[Y/N]?
322-
if /I "%c%" EQU "Y" goto :next
332+
if /I "%c%" EQU "Y" goto :next3000
323333
if /I "%c%" EQU "N" goto :no
324334
goto :choice
325335

326336
goto :next
327337

328-
:next
338+
:next3000
329339
Echo. Disable Microsoft Xbox?:
330340
Echo. Press "Y" to apply.
331341
Echo. Press "N" to skip.
@@ -522,11 +532,12 @@ Echo.
522532
Echo.
523533
Echo.
524534
Echo Services script by OptiZ Script has finished!
535+
color 5
525536
:next2
526537
echo The next process will begin soon
527-
538+
color 5
528539
:no
529-
540+
color 5
530541
:choice
531542
set /P c=Do you want to disable FSO globally? (sometimes a program will reenable it)[Y/N]?
532543
if /I "%c%" EQU "Y" goto :fso
@@ -608,7 +619,7 @@ Echo.
608619
echo The next process will start soon...
609620

610621
:choice
611-
set /P c=Do you want to lower latency (disables dynamic tick etc, platform tick etc.[Y/N]?
622+
set /P c=Do you want to lower latency (disables dynamic tick etc, platform tick etc.)[Y/N]?
612623
if /I "%c%" EQU "Y" goto :tick100
613624
if /I "%c%" EQU "N" goto :next45
614625
goto :choice
@@ -844,9 +855,9 @@ echo.
844855
echo.
845856
echo.
846857
:choice
847-
set /P c=Would you like BCDedit tweaks (would only reccomend if you have done research on what each command does and instead doing them manually).[Y/N]?
858+
set /P c=Would you like BCDedit tweaks? (would only recommend if you have done research on what each command does and instead doing them manually).[Y/N]?
848859
if /I "%c%" EQU "Y" goto :bcdedit
849-
if /I "%c%" EQU "N" goto :next5
860+
if /I "%c%" EQU "N" goto :next766
850861
goto :choice
851862
echo.
852863
:bcdedit
@@ -872,7 +883,7 @@ add reg HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability /v TimeStampI
872883
echo.
873884
echo.
874885
echo.
875-
:next5
886+
:next766
876887

877888
echo Finished Main Processes, beginning Post Process/Wrap-Up
878889
echo.
@@ -917,4 +928,4 @@ echo ------------------------------------------------------
917928
echo Process Complete! RESTART YOUR COMPUTER :)
918929
echo 
919930
echo Created with blood, sweat and tears by Zusier (Zusier#0834 on Discord)
920-
PAUSE
931+
PAUSE

0 commit comments

Comments
 (0)