1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-04-04 13:08:32 +00:00

Add a link for service fix

This commit is contained in:
WindowsAddict
2024-12-21 01:21:27 +05:30
parent d6aa8b97d1
commit 9f00df5aee
9 changed files with 34 additions and 9 deletions

View File

@ -76,7 +76,7 @@ echo:
echo Null service is not running, script may crash...
echo:
echo:
echo Help - %mas%troubleshoot
echo Help - %mas%fix_service
echo:
echo:
ping 127.0.0.1 -n 20
@ -1479,6 +1479,11 @@ echo %serv_e% | findstr /i "ClipSVC-1058 sppsvc-1058" %nul% && (
call :dk_color %Blue% "Reboot your machine using the restart option to fix this error."
set showfix=1
)
echo %serv_e% | findstr /i "sppsvc-1060" %nul% && (
set fixes=%fixes% %mas%fix_service
call :dk_color2 %Blue% "Help - " %_Yellow% " %mas%fix_service"
set showfix=1
)
)
::========================================================================================================================================