mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-04-10 23:05:57 +08:00
Fix Help redirect
Instead of redirecting to https://massgrave.dev/troubleshoot.html it incorrectly redirects to https://https//massgrave.dev//troubleshoot.html
This commit is contained in:
parent
a113087f38
commit
e571e921c2
@ -258,7 +258,7 @@ choice /C:123456780 /N
|
||||
set _erl=%errorlevel%
|
||||
|
||||
if %_erl%==9 exit /b
|
||||
if %_erl%==8 start https://%mas%/troubleshoot.html & goto :MainMenu
|
||||
if %_erl%==8 start %mas%troubleshoot.html & goto :MainMenu
|
||||
if %_erl%==7 goto:Extras
|
||||
if %_erl%==6 setlocal & call :troubleshoot & cls & endlocal & goto :MainMenu
|
||||
if %_erl%==5 setlocal & call :_Check_Status_wmi & cls & endlocal & goto :MainMenu
|
||||
|
Loading…
x
Reference in New Issue
Block a user