We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b560f commit be0d612Copy full SHA for be0d612
cleanup.cmd
@@ -78,18 +78,10 @@ echo. ^| [3] Exit ^|
78
echo. ^| ^|
79
echo. +-------------------------------+
80
choice /c 123 /n
81
- if %errorlevel% EQU 1 goto openWU
82
- if %errorlevel% EQU 2 goto githubRepo
+ if %errorlevel% EQU 1 start wuapp.exe && goto :sumarry
+ if %errorlevel% EQU 2 start https://github.com/aakkam22/windowsUpdateLoopFix && goto :summary
83
if %errorlevel% EQU 3 goto quit
84
85
-:githubRepo
86
-start https://github.com/aakkam22/windowsUpdateLoopFix
87
-goto :summary
88
-
89
-:openWU
90
-start wuapp.exe
91
92
93
:quit
94
SETLOCAL >nul 2>&1
95
SET someOtherProgram=SomeOtherProgram.exe >nul 2>&1
0 commit comments