mirror of
				https://github.com/massgravel/Microsoft-Activation-Scripts.git
				synced 2025-10-30 08:01:39 +00:00 
			
		
		
		
	Compare commits
	
		
			4 commits
		
	
	
		
			3917497c82
			...
			4ea26906cd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 4ea26906cd | ||
|   | 564aad78b4 | ||
|   | d5e382e763 | ||
|   | 793550725a | 
					 10 changed files with 28 additions and 28 deletions
				
			
		|  | @ -1,18 +1,18 @@ | |||
| @::hr47hf7-random | ||||
| @::r45f3r3-random | ||||
| @set masver=3.5 | ||||
| @setlocal DisableDelayedExpansion | ||||
| @echo off | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ::  For command line switches, check mass<>grave<.>dev/command_line_switches | ||||
| ::  For command line switches, check mass()grave(dot)dev/command_line_switches | ||||
| ::  If you want to better understand script, read from separate files version.  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  | @ -2301,7 +2301,7 @@ exit /b | |||
| ::  2nd column = Generic Retail/OEM/MAK Key | ||||
| ::  3rd column = SKU ID | ||||
| ::  4th column = Key part number | ||||
| ::  5th column = Ticket signature value. It's as it is, it's not encoded. (Check mass<>grave<.>dev/hwid#manual-activation to see how it's generated) | ||||
| ::  5th column = Ticket signature value. It's as it is, it's not encoded. (Check mass()grave(dot)dev/hwid#manual-activation to see how it's generated) | ||||
| ::  6th column = 1 = activation is not working (at the time of writing this), 0 = activation is working | ||||
| ::  7th column = Key Type | ||||
| ::  8th column = WMI Edition ID (For reference only) | ||||
|  | @ -2763,7 +2763,7 @@ call :dk_color %Gray% "Checking Old Office With Sub License    [Found. Update Of | |||
| 
 | ||||
| ::======================================================================================================================================== | ||||
| 
 | ||||
| ::  mass<>grave<.>dev/office-license-is-not-genuine | ||||
| ::  mass()grave(dot)dev/office-license-is-not-genuine | ||||
| ::  Add registry keys for volume products so that 'non-genuine' banner won't appear  | ||||
| ::  Script already is using MAK instead of GVLK so it won't appear anyway, but registry keys are added incase Office installs default GVLK grace key for volume products | ||||
| 
 | ||||
|  | @ -3721,7 +3721,6 @@ exit /b | |||
| 
 | ||||
| 14_4eaff0d0-c6cb-4187-94f3-c7656d49a0aa_Retail________ExcelR_[HSExcelR] | ||||
| 14_7004b7f0-6407-4f45-8eac-966e5f868bde_Retail________GrooveR | ||||
| 14_fbf4ac36-31c8-4340-8666-79873129cf40_Retail________OutlookR | ||||
| 14_133c8359-4e93-4241-8118-30bb18737ea0_Retail________PowerPointR_[HSPowerPointR] | ||||
| 14_db3bbc9c-ce52-41d1-a46f-1a1d68059119_Retail________WordR_[HSWordR] | ||||
| 14_dbe3aee0-5183-4ff7-8142-66050173cb01_Retail________SmallBusBasicsR_[SmallBusBasicsMSDNR] | ||||
|  | @ -3750,6 +3749,7 @@ for %%# in ( | |||
| 14_85e22450-b741-430c-a172-a37962c938af_6GKT2-KMJPK-4RRBF-8VQKB-JB%f%6G6_MAK___________InfoPathVL | ||||
| 14_3f7aa693-9a7e-44fc-9309-bb3d8e604925_2TG3P-9DB76-4YT99-8RXGD-CW%f%XBP_Retail________OneNoteR_[HSOneNoteR] | ||||
| 14_6860b31f-6a67-48b8-84b9-e312b3485c4b_CV64P-F4VRH-BJ33D-PH6MR-X6%f%9RY_MAK___________OneNoteVL | ||||
| 14_fbf4ac36-31c8-4340-8666-79873129cf40_9D8FR-7GYBW-4YG8M-V36JK-VD%f%7CM_Retail________OutlookR | ||||
| 14_a9aeabd8-63b8-4079-a28e-f531807fd6b8_J8C9M-YXMH2-9CX44-2C3YG-V7%f%692_MAK___________OutlookVL | ||||
| 14_acb51361-c0db-4895-9497-1831c41f31a6_GMBWM-WVX26-7WHV4-DB43D-WV%f%DY2_Retail________PersonalR_[PersonalDemoR,PersonalPrepaidR] | ||||
| 14_38252940-718c-4aa6-81a4-135398e53851_HPBQP-RJHDR-Q3472-PT9Q6-PB%f%B72_MAK___________PowerPointVL | ||||
|  | @ -4088,13 +4088,13 @@ $MemoryStream.Close() | |||
| :: | ||||
| ::  The files are encoded in base64 to make AIO version. | ||||
| :: | ||||
| ::  mass<>grave<.>dev/ohook | ||||
| ::  mass()grave(dot)dev/ohook | ||||
| ::  Here you can find the files source code and info on how to rebuild the identical sppc.dll files | ||||
| :: | ||||
| ::  stackoverflow.com/a/35335273 | ||||
| ::  Here you can check how to extract sppc.dll files from base64 | ||||
| :: | ||||
| ::  For any further question, feel free to contact us on mass<>grave<.>dev/contactus | ||||
| ::  For any further question, feel free to contact us on mass()grave(dot)dev/contactus | ||||
| :: | ||||
| ::======================================================================================================================================== | ||||
| :: | ||||
|  | @ -5340,7 +5340,7 @@ call :ts_process | |||
| 
 | ||||
| ::======================================================================================================================================== | ||||
| 
 | ||||
| ::  mass<>grave<.>dev/office-license-is-not-genuine | ||||
| ::  mass()grave(dot)dev/office-license-is-not-genuine | ||||
| ::  Add registry keys for volume products so that 'non-genuine' banner won't appear  | ||||
| 
 | ||||
| set "kmskey=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" | ||||
|  | @ -13370,7 +13370,7 @@ if %winbuild% GEQ 9200 ( | |||
| for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1" | ||||
| for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath /reg:32" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1" | ||||
| if defined _C16R ( | ||||
| REM  mass<>grave<.>dev/office-license-is-not-genuine | ||||
| REM  mass()grave(dot)dev/office-license-is-not-genuine | ||||
| set _server=10.0.0.10 | ||||
| call :_taskregserv | ||||
| echo Keeping the non-existent IP address 10.0.0.10 as %KS% Server. | ||||
|  | @ -13715,7 +13715,7 @@ exit /b | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  | @ -1985,7 +1985,7 @@ exit /b | |||
| ::  2nd column = Generic Retail/OEM/MAK Key | ||||
| ::  3rd column = SKU ID | ||||
| ::  4th column = Key part number | ||||
| ::  5th column = Ticket signature value. It's as it is, it's not encoded. (Check mass<>grave<.>dev/hwid#manual-activation to see how it's generated) | ||||
| ::  5th column = Ticket signature value. It's as it is, it's not encoded. (Check mass()grave(dot)dev/hwid#manual-activation to see how it's generated) | ||||
| ::  6th column = 1 = activation is not working (at the time of writing this), 0 = activation is working | ||||
| ::  7th column = Key Type | ||||
| ::  8th column = WMI Edition ID (For reference only) | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  | @ -728,7 +728,7 @@ call :dk_color %Gray% "Checking Old Office With Sub License    [Found. Update Of | |||
| 
 | ||||
| ::======================================================================================================================================== | ||||
| 
 | ||||
| ::  mass<>grave<.>dev/office-license-is-not-genuine | ||||
| ::  mass()grave(dot)dev/office-license-is-not-genuine | ||||
| ::  Add registry keys for volume products so that 'non-genuine' banner won't appear  | ||||
| ::  Script already is using MAK instead of GVLK so it won't appear anyway, but registry keys are added incase Office installs default GVLK grace key for volume products | ||||
| 
 | ||||
|  | @ -2683,7 +2683,6 @@ exit /b | |||
| 
 | ||||
| 14_4eaff0d0-c6cb-4187-94f3-c7656d49a0aa_Retail________ExcelR_[HSExcelR] | ||||
| 14_7004b7f0-6407-4f45-8eac-966e5f868bde_Retail________GrooveR | ||||
| 14_fbf4ac36-31c8-4340-8666-79873129cf40_Retail________OutlookR | ||||
| 14_133c8359-4e93-4241-8118-30bb18737ea0_Retail________PowerPointR_[HSPowerPointR] | ||||
| 14_db3bbc9c-ce52-41d1-a46f-1a1d68059119_Retail________WordR_[HSWordR] | ||||
| 14_dbe3aee0-5183-4ff7-8142-66050173cb01_Retail________SmallBusBasicsR_[SmallBusBasicsMSDNR] | ||||
|  | @ -2712,6 +2711,7 @@ for %%# in ( | |||
| 14_85e22450-b741-430c-a172-a37962c938af_6GKT2-KMJPK-4RRBF-8VQKB-JB%f%6G6_MAK___________InfoPathVL | ||||
| 14_3f7aa693-9a7e-44fc-9309-bb3d8e604925_2TG3P-9DB76-4YT99-8RXGD-CW%f%XBP_Retail________OneNoteR_[HSOneNoteR] | ||||
| 14_6860b31f-6a67-48b8-84b9-e312b3485c4b_CV64P-F4VRH-BJ33D-PH6MR-X6%f%9RY_MAK___________OneNoteVL | ||||
| 14_fbf4ac36-31c8-4340-8666-79873129cf40_9D8FR-7GYBW-4YG8M-V36JK-VD%f%7CM_Retail________OutlookR | ||||
| 14_a9aeabd8-63b8-4079-a28e-f531807fd6b8_J8C9M-YXMH2-9CX44-2C3YG-V7%f%692_MAK___________OutlookVL | ||||
| 14_acb51361-c0db-4895-9497-1831c41f31a6_GMBWM-WVX26-7WHV4-DB43D-WV%f%DY2_Retail________PersonalR_[PersonalDemoR,PersonalPrepaidR] | ||||
| 14_38252940-718c-4aa6-81a4-135398e53851_HPBQP-RJHDR-Q3472-PT9Q6-PB%f%B72_MAK___________PowerPointVL | ||||
|  | @ -3230,13 +3230,13 @@ $MemoryStream.Close() | |||
| :: | ||||
| ::  The files are encoded in base64 to make AIO version. | ||||
| :: | ||||
| ::  mass<>grave<.>dev/ohook | ||||
| ::  mass()grave(dot)dev/ohook | ||||
| ::  Here you can find the files source code and info on how to rebuild the identical sppc.dll files | ||||
| :: | ||||
| ::  stackoverflow.com/a/35335273 | ||||
| ::  Here you can check how to extract sppc.dll files from base64 | ||||
| :: | ||||
| ::  For any further question, feel free to contact us on mass<>grave<.>dev/contactus | ||||
| ::  For any further question, feel free to contact us on mass()grave(dot)dev/contactus | ||||
| :: | ||||
| ::======================================================================================================================================== | ||||
| :: | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  | @ -1031,7 +1031,7 @@ if %winbuild% GEQ 9200 ( | |||
| for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1" | ||||
| for /f "skip=2 tokens=2*" %%a in ('"reg query HKLM\SOFTWARE\Microsoft\Office\ClickToRun /v InstallPath /reg:32" %nul6%') do if exist "%%b\root\Licenses16\ProPlus*.xrm-ms" set "_C16R=1" | ||||
| if defined _C16R ( | ||||
| REM  mass<>grave<.>dev/office-license-is-not-genuine | ||||
| REM  mass()grave(dot)dev/office-license-is-not-genuine | ||||
| set _server=10.0.0.10 | ||||
| call :_taskregserv | ||||
| echo Keeping the non-existent IP address 10.0.0.10 as %KS% Server. | ||||
|  | @ -1727,7 +1727,7 @@ exit /b | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  | @ -1470,7 +1470,7 @@ call :ts_process | |||
| 
 | ||||
| ::======================================================================================================================================== | ||||
| 
 | ||||
| ::  mass<>grave<.>dev/office-license-is-not-genuine | ||||
| ::  mass()grave(dot)dev/office-license-is-not-genuine | ||||
| ::  Add registry keys for volume products so that 'non-genuine' banner won't appear  | ||||
| 
 | ||||
| set "kmskey=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| ::============================================================================ | ||||
| :: | ||||
| ::   Homepage: mass<>grave<.>dev | ||||
| ::   Homepage: mass()grave(dot)dev | ||||
| ::      Email: mas.help@outlook.com | ||||
| :: | ||||
| ::============================================================================ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue