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

Add help URL for change edition and module ID error

This commit is contained in:
WindowsAddict
2024-02-12 19:55:54 +05:30
parent c8f6bd65e8
commit eb02caa58c
3 changed files with 18 additions and 20 deletions

View File

@ -1089,7 +1089,7 @@ set error=1
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Plugins\Objects\msft:rm/algorithm/hwid/4.0" /f ba02fed39662 /d %nul% || (
call :dk_color %Red% "Checking SPP Registry Key [Incorrect ModuleId Found]"
call :dk_color %Blue% "Possibly Caused By Gaming Spoofers. Help: %mas%troubleshoot"
call :dk_color2 %Blue% "Possibly Caused By Gaming Spoofers." %_Yellow% " Help - %mas%issues_due_to_gaming_spoofers"
set error=1
set showfix=1
)