You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
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.
17
27
echo V4.3.4
18
28
echo - revamped Internet optimizations
19
29
echo - added DNS server change to 1.1.1.1
@@ -319,13 +329,13 @@ Echo.
319
329
320
330
:choice
321
331
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
323
333
if /I "%c%"EQU"N"goto :no
324
334
goto :choice
325
335
326
336
goto :next
327
337
328
-
:next
338
+
:next3000
329
339
Echo. [101;41mDisable Microsoft Xbox?:[0m
330
340
Echo. Press "Y" to apply.
331
341
Echo. Press "N" to skip.
@@ -522,11 +532,12 @@ Echo.
522
532
Echo.
523
533
Echo.
524
534
Echo Services script by OptiZ Script has finished!
535
+
color5
525
536
:next2
526
537
echo The next process will begin soon
527
-
538
+
color5
528
539
:no
529
-
540
+
color5
530
541
:choice
531
542
set /P c=Do you want to disable FSO globally? (sometimes a program will reenable it)[Y/N]?
532
543
if /I "%c%"EQU"Y"goto :fso
@@ -608,7 +619,7 @@ Echo.
608
619
echo The next process will start soon...
609
620
610
621
: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]?
612
623
if /I "%c%"EQU"Y"goto :tick100
613
624
if /I "%c%"EQU"N"goto :next45
614
625
goto :choice
@@ -844,9 +855,9 @@ echo.
844
855
echo.
845
856
echo.
846
857
: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]?
0 commit comments