Remove comments

The code is self explanatory, so it just doesn't make sense to have
comments on every line.
This commit is contained in:
speedie 2023-06-25 02:36:29 +02:00
parent d383dba627
commit 689b5f1d60

View file

@ -128,24 +128,23 @@ cls
cd %temp%\elevendebloater
winget list > log_preinstallapps
if %colorscheme% equ true color 74 &:: Set text to red because scary and cool
if %colorscheme% equ false color 04 &:: Set text to red because scary and cool
if %colorscheme% equ leet color 04 &:: Set text to red because scary and cool
if %colorscheme% equ powershell color 14 &:: Set text to red because scary and cool
if %colorscheme% equ true color 74
if %colorscheme% equ false color 04
if %colorscheme% equ leet color 04
if %colorscheme% equ powershell color 14
cd %temp%
winget -v && set wingetexists=true &:: Check if winget exists
winget -v && set wingetexists=true
if %wingetexists% neq true cmd /c echo You must agree to the agreement or it will not work!! && winget list && exit
winget -v && set wingetexists=leet
if %testing_force_winget_unavailable% equ true set wingetexists=true
if %wingetexists% neq leet cls && echo Your Micro$oft Window$ version is not supported. This could be because Winget isn't compatible with your Windows version. && timeout 3 && echo Exiting && timeout 1 && exit
if %wingetexists% neq leet cls && echo Your Microsoft Windows version is not supported. This could be because Winget isn't compatible with your Windows version. && timeout 3 && echo Exiting && timeout 1 && exit
cls
:: Colors
if %colorscheme% equ true color 70 &:: Reset colors
if %colorscheme% equ powershell color 1f &:: Reset colors
if %colorscheme% equ leet color 0a &:: Reset colors
if %colorscheme% equ false color 09 &:: Reset colors
if %colorscheme% equ true color 70
if %colorscheme% equ powershell color 1f
if %colorscheme% equ leet color 0a
if %colorscheme% equ false color 09
cls
echo Starting deletion process.