mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2024-11-22 23:56:47 +00:00
I'm tired
This commit is contained in:
parent
74031b729e
commit
f99bbbf5fc
@ -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 %%#))
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user