Browse Source

fix

pull/545/head
zalnars 8 months ago committed by GitHub
parent
commit
3d5da41e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      MAS/All-In-One-Version/MAS_AIO-CRC32_8C3AA7E0.cmd

2
MAS/All-In-One-Version/MAS_AIO-CRC32_8C3AA7E0.cmd

@ -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

Loading…
Cancel
Save