1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-04-10 15:34:54 +00:00

Don't show fix licensing solution in some more cases

This commit is contained in:
WindowsAddict
2024-08-14 06:44:43 +05:30
parent 52decdde18
commit 9f57f585d5
4 changed files with 8 additions and 0 deletions

View File

@ -1581,6 +1581,7 @@ if defined _corrupt (if defined serv_cor (set "serv_cor=!serv_cor! %%#") else (s
if defined serv_cor (
set error=1
set showfix=1
call :dk_color %Red% "Checking Corrupt Services [%serv_cor%]"
)
@ -1856,6 +1857,7 @@ call :dk_color %Gray% "Checking SPP Token Folder [Not Found. Creat
) else (
call :dk_color %Red% "Checking SPP Token Folder [Not Found. Failed To Create] [%tokenstore%\]"
set error=1
set showfix=1
)
)