diff options
| author | WindowsAddict | 2025-05-06 12:56:33 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-05-06 12:56:33 +0000 |
| commit | 817bfe84de80b15cc407e423872757ec0a258ec5 (patch) | |
| tree | 20a60ee2eee0c50a562a3b8dd9ceac9e49552654 /MAS/Separate-Files-Version/Activators/HWID_Activation.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/Separate-Files-Version/Activators/HWID_Activation.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/HWID_Activation.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd b/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd index 49f841e..e6d34f0 100644 --- a/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/HWID_Activation.cmd @@ -381,11 +381,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
)
)
|
