mirror of
				https://github.com/massgravel/Microsoft-Activation-Scripts.git
				synced 2025-11-04 17:13:24 +08:00 
			
		
		
		
	finish with hwid
This commit is contained in:
		
							parent
							
								
									c5dae18a14
								
							
						
					
					
						commit
						271f5aef74
					
				@ -1111,7 +1111,7 @@ call :dk_chkmal
 | 
				
			|||||||
sc query Null %nul% || (
 | 
					sc query Null %nul% || (
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
set showfix=1
 | 
					set showfix=1
 | 
				
			||||||
call :dk_color %Red% "Checking Sandboxing                     [Found. Script may not work properly.]"
 | 
					call :dk_color %Red% "Checking for Sandboxing                     [Found, script may not work properly.]"
 | 
				
			||||||
call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
 | 
					call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
 | 
				
			||||||
echo:
 | 
					echo:
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@ -1232,7 +1232,7 @@ call :dk_color %Blue% "You need to run the script in normal mode if you are runn
 | 
				
			|||||||
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinPE" /v InstRoot %nul% && (
 | 
					reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinPE" /v InstRoot %nul% && (
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
set showfix=1
 | 
					set showfix=1
 | 
				
			||||||
call :dk_color2 %Red% "Checking WinPE                          " %Blue% "[WinPE mode detected. Run the script in normal mode.]"
 | 
					call :dk_color2 %Red% "Checking for WinPE mode                  " %Blue% "[WinPE mode detected. Run the script in normal mode.]"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -1242,7 +1242,7 @@ for /f "delims=" %%a in ('%psc% "$f=[io.file]::ReadAllText('!_batp!') -split ':w
 | 
				
			|||||||
echo "%wpainfo%" | find /i "Error Found" %nul% && (
 | 
					echo "%wpainfo%" | find /i "Error Found" %nul% && (
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
set wpaerror=1
 | 
					set wpaerror=1
 | 
				
			||||||
call :dk_color %Red% "Checking WPA Registry Error             [%wpainfo%]"
 | 
					call :dk_color %Red% "Checking for WPA Registry Errors         [%wpainfo%]"
 | 
				
			||||||
) || (
 | 
					) || (
 | 
				
			||||||
echo Checking WPA Registry Count         [%wpainfo%]
 | 
					echo Checking WPA Registry Count         [%wpainfo%]
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@ -1330,7 +1330,7 @@ call :dk_color %Gray% "Checking SLC/WMI SKU                    [Difference Found
 | 
				
			|||||||
reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\PersistedTSReArmed" %nul% && (
 | 
					reg query "HKU\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\PersistedTSReArmed" %nul% && (
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
set showfix=1
 | 
					set showfix=1
 | 
				
			||||||
call :dk_color2 %Red% "Checking Rearm                          " %Blue% "[System Restart is Required]"
 | 
					call :dk_color2 %Red% "Checking for Rearm                      " %Blue% "[System Restart is Required]"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -1368,16 +1368,16 @@ echo Checking for SPP Interference In IFEO       [%_sppint%]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
for /f "skip=2 tokens=2*" %%a in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "SkipRearm" %nul6%') do if /i %%b NEQ 0x0 (
 | 
					for /f "skip=2 tokens=2*" %%a in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "SkipRearm" %nul6%') do if /i %%b NEQ 0x0 (
 | 
				
			||||||
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "SkipRearm" /t REG_DWORD /d "0" /f %nul%
 | 
					reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "SkipRearm" /t REG_DWORD /d "0" /f %nul%
 | 
				
			||||||
call :dk_color %Red% "Checking for SkipRearm                      [Default 0 Value Not Found. Changing to 0]"
 | 
					call :dk_color %Red% "Checking for SkipRearm Registry Key       [Default 0 Value Not Found. Changing to 0]"
 | 
				
			||||||
%psc% "Start-Job { Stop-Service sppsvc -force } | Wait-Job -Timeout 10 | Out-Null"
 | 
					%psc% "Start-Job { Stop-Service sppsvc -force } | Wait-Job -Timeout 10 | Out-Null"
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Plugins\Objects\msft:rm/algorithm/hwid/4.0" /f ba02fed39662 /d %nul% || (
 | 
					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 %Red% "Checking for SPP Registry Key             [Incorrect ModuleId Found]"
 | 
				
			||||||
set fixes=%fixes% %mas%issues_due_to_gaming_spoofers
 | 
					set fixes=%fixes% %mas%issues_due_to_gaming_spoofers
 | 
				
			||||||
call :dk_color2 %Blue% "Most Likely Caused By HWID Spoofers. Help - " %_Yellow% " %mas%issues_due_to_gaming_spoofers"
 | 
					call :dk_color2 %Blue% "Most likely caused by HWID spoofers. Help - " %_Yellow% " %mas%issues_due_to_gaming_spoofers"
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
set showfix=1
 | 
					set showfix=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@ -1409,7 +1409,7 @@ set "d=!d! Set-Acl -Path %tokenstore% -AclObject $AclObject;"
 | 
				
			|||||||
if exist "%tokenstore%\" (
 | 
					if exist "%tokenstore%\" (
 | 
				
			||||||
call :dk_color %Gray% "Checking for SPP Token Folder            [Not Found, Creating Now] [%tokenstore%\]"
 | 
					call :dk_color %Gray% "Checking for SPP Token Folder            [Not Found, Creating Now] [%tokenstore%\]"
 | 
				
			||||||
) else (
 | 
					) else (
 | 
				
			||||||
call :dk_color %Red% "Checking SPP Token Folder               [Not Found, Failed to Create] [%tokenstore%\]"
 | 
					call :dk_color %Red% "Checking for SPP Token Folder            [Not Found, Failed to Create] [%tokenstore%\]"
 | 
				
			||||||
set error=1
 | 
					set error=1
 | 
				
			||||||
set showfix=1
 | 
					set showfix=1
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user