Skip to content

Commit be0d612

Browse files
authored
Update cleanup.cmd
1 parent f8b560f commit be0d612

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

cleanup.cmd

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,10 @@ echo. ^| [3] Exit ^|
7878
echo. ^| ^|
7979
echo. +-------------------------------+
8080
choice /c 123 /n
81-
if %errorlevel% EQU 1 goto openWU
82-
if %errorlevel% EQU 2 goto githubRepo
81+
if %errorlevel% EQU 1 start wuapp.exe && goto :sumarry
82+
if %errorlevel% EQU 2 start https://github.com/aakkam22/windowsUpdateLoopFix && goto :summary
8383
if %errorlevel% EQU 3 goto quit
8484

85-
:githubRepo
86-
start https://github.com/aakkam22/windowsUpdateLoopFix
87-
goto :summary
88-
89-
:openWU
90-
start wuapp.exe
91-
goto :summary
92-
9385
:quit
9486
SETLOCAL >nul 2>&1
9587
SET someOtherProgram=SomeOtherProgram.exe >nul 2>&1

0 commit comments

Comments
 (0)