I'm tired

This commit is contained in:
Lyssa 2024-08-19 14:54:07 -05:00 committed by GitHub
parent 74031b729e
commit f99bbbf5fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ set "mas=ht%blank%tps%blank%://mass%blank%grave.dev/"
sc query Null | find /i "RUNNING" sc query Null | find /i "RUNNING"
if %errorlevel% NEQ 0 ( if %errorlevel% NEQ 0 (
echo: echo:
echo Null service, which is required for the script to operate, is not running. echo The Null service, which is required for the script to operate, is not running.
echo: echo:
echo: echo:
echo Help - %mas%troubleshoot echo Help - %mas%troubleshoot
@ -681,7 +681,7 @@ cd \
:errorfound :errorfound
%eline% %eline%
echo $OEM$ Folder was not created successfully... echo Failed to create $OEM$ folder successfully.
goto :done2 goto :done2
:done :done
@ -692,8 +692,8 @@ call :dk_color %Blue% "%oem%"
call :dk_color %Green% "The $OEM$ folder was successfully created on your Desktop." call :dk_color %Green% "The $OEM$ folder was successfully created on your Desktop."
echo "%oem%" | find /i "38" %nul% && ( echo "%oem%" | find /i "38" %nul% && (
echo: echo:
echo To activate Server Cor/Acor editions ^(No GUI Versions^) using KMS38, echo If you want to activate Server Cor/Acor editions ^(No GUI Versions^) using KMS38,
echo Check this page: %mas%oem-folder echo refer to this page for instructions: %mas%oem-folder
) )
echo ______________________________________________________________ echo ______________________________________________________________
@ -701,7 +701,7 @@ echo ______________________________________________________________
echo: echo:
if defined fixes ( if defined fixes (
call :dk_color2 %Blue% "Press [1] to Open Troubleshoot Page " %Gray% " Press [0] to Ignore" call :dk_color2 %Blue% "Press [1] to open the Troubleshoot page " %Gray% " Press [0] to ignore"
choice /C:10 /N choice /C:10 /N
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#)) if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
) )