pull/545/head
zalnars 2024-08-21 23:32:15 +02:00 committed by GitHub
parent 77be0d3ad7
commit 3d5da41e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ set _erl=%errorlevel%
if %_erl%==10 exit /b if %_erl%==10 exit /b
if %_erl%==9 start %mas%troubleshoot.html & goto :MainMenu if %_erl%==9 start %mas%troubleshoot.html & goto :MainMenu
if %_erl%==8 goto:Extras if %_erl%==8 goto:Extras
if %_erl%==7 setlocal & call :change_edition & cls & endlocal & goto :Extras if %_erl%==7 setlocal & call :change_edition & cls & endlocal & goto :MainMenu
if %_erl%==6 setlocal & call :troubleshoot & cls & endlocal & goto :MainMenu if %_erl%==6 setlocal & call :troubleshoot & cls & endlocal & goto :MainMenu
if %_erl%==5 setlocal & call :_Check_Status_wmi & cls & endlocal & goto :MainMenu if %_erl%==5 setlocal & call :_Check_Status_wmi & cls & endlocal & goto :MainMenu
if %_erl%==4 setlocal & call :KMSActivation & cls & endlocal & goto :MainMenu if %_erl%==4 setlocal & call :KMSActivation & cls & endlocal & goto :MainMenu