diff options
| author | WindowsAddict <[email protected]> | 2025-05-06 18:26:33 +0530 |
|---|---|---|
| committer | WindowsAddict <[email protected]> | 2025-05-06 18:26:33 +0530 |
| commit | 817bfe84de80b15cc407e423872757ec0a258ec5 (patch) | |
| tree | 20a60ee2eee0c50a562a3b8dd9ceac9e49552654 /MAS/All-In-One-Version-KL/MAS_AIO.cmd | |
| parent | 2b40259b335d6ac42f012fc368370c5e2aa032d8 (diff) | |
| download | Microsoft-Activation-Scripts-817bfe84de80b15cc407e423872757ec0a258ec5.zip | |
Don't ask to run SFC scan if malware is found
Diffstat (limited to 'MAS/All-In-One-Version-KL/MAS_AIO.cmd')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 60d09c8..17472aa 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -662,11 +662,13 @@ if not exist %SysPath%\%%# ( %eline%
echo [%SysPath%\%%#] file is missing, aborting...
echo:
+if not defined results (
call :dk_color %Blue% "Go back to Main Menu, select Troubleshoot and run DISM Restore and SFC Scan options."
call :dk_color %Blue% "After that, restart system and try activation again."
echo:
set fixes=%fixes% %mas%troubleshoot
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+)
goto dk_done
)
)
@@ -2248,11 +2250,13 @@ if not exist %SysPath%\%_slexe% ( %eline%
echo [%SysPath%\%_slexe%] file is missing, aborting...
echo:
+if not defined results (
call :dk_color %Blue% "Go back to Main Menu, select Troubleshoot and run DISM Restore and SFC Scan options."
call :dk_color %Blue% "After that, restart system and try activation again."
echo:
set fixes=%fixes% %mas%troubleshoot
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+)
goto dk_done
)
@@ -4110,11 +4114,13 @@ if not exist %SysPath%\%_slexe% ( %eline%
echo [%SysPath%\%_slexe%] file is missing, aborting...
echo:
+if not defined results (
call :dk_color %Blue% "Go back to Main Menu, select Troubleshoot and run DISM Restore and SFC Scan options."
call :dk_color %Blue% "After that, restart system and try activation again."
echo:
set fixes=%fixes% %mas%troubleshoot
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+)
goto dk_done
)
@@ -10964,11 +10970,13 @@ if defined _fmiss ( %eline%
echo [%_fmiss%] file is missing, aborting...
echo:
+if not defined results (
call :dk_color %Blue% "Go back to Main Menu, select Troubleshoot and run DISM Restore and SFC Scan options."
call :dk_color %Blue% "After that, restart system and try activation again."
echo:
set fixes=%fixes% %mas%troubleshoot
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+)
goto dk_done
)
@@ -11794,11 +11802,13 @@ if not exist %SysPath%\%_slexe% ( %eline%
echo [%SysPath%\%_slexe%] file is missing, aborting...
echo:
+if not defined results (
call :dk_color %Blue% "Go back to Main Menu, select Troubleshoot and run DISM Restore and SFC Scan options."
call :dk_color %Blue% "After that, restart system and try activation again."
echo:
set fixes=%fixes% %mas%troubleshoot
call :dk_color2 %Blue% "Check this webpage for help - " %_Yellow% " %mas%troubleshoot"
+)
goto dk_done
)
|
