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

Commit c2656b4

Browse files
committed
fix message dissapearing on progress bar
1 parent c072a78 commit c2656b4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Zusier AIO.bat

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -844,23 +844,20 @@ echo [=============================75.0 %============= ]
844844
@powerShell "Get-AppxPackage 'king.com.CandyCrushSodaSaga' | Remove-AppxPackage"
845845
cls
846846
echo Debloating useless packages (This may take some time. errors occur when package is already removed... ignore them)
847-
echo [=============================53.5%=============== ]
847+
echo [=============================79.5%%=============== ]
848848
@powershell "Get-AppxPackage 'D5EA27B7.Duolingo-LearnLanguagesforFree' | Remove-AppxPackage"
849849
cls
850850
echo Debloating useless packages (This may take some time. errors occur when package is already removed... ignore them)
851-
echo [=============================53.5%=================== ]
851+
echo [=============================85.0%%=================== ]
852852
@powershell "Get-AppxPackage 'Microsoft.Advertising.Xaml' | Remove-AppxPackage"
853853
cls
854854
echo Debloating useless packages (This may take some time. errors occur when package is already removed... ignore them)
855-
echo [=============================53.5%===================== ]
855+
echo [=============================90.5%%===================== ]
856856
@powershell "Get-AppxPackage 'Microsoft.Office.OneNote' | Remove-AppxPackage"
857857
cls
858858
echo Debloating useless packages (This may take some time. errors occur when package is already removed... ignore them)
859-
echo [=============================100.0%========================]
859+
echo [=============================100.0%%========================]
860860
@powershell "Get-AppxPackage 'Microsoft.YourPhone' | Remove-AppxPackage"
861-
cls
862-
echo Debloating useless packages (This may take some time. errors occur when package is already removed... ignore them)
863-
echo [==========================100.0%==========================]
864861

865862
echo Blocking Data Collection and Telemetry
866863

0 commit comments

Comments
 (0)