Compare commits
	
		
			5 Commits
		
	
	
		
			cc1cc04b43
			...
			4a869b3d89
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4a869b3d89 | |||
| 470ef8bcef | |||
| 5afee70aa2 | |||
| 584c8922a1 | |||
| 34551b62b3 | 
| @@ -2,6 +2,17 @@ | |||||||
|  |  | ||||||
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ||||||
|  |  | ||||||
|  | ## 2.9 | ||||||
|  |  | ||||||
|  | **Bug fixes** | ||||||
|  |  | ||||||
|  | - Fixed an issue in changing eval server edition when key is not installed. | ||||||
|  | - Added troubleshooting info in case required services are corrupt. | ||||||
|  | - Updated 365 Office editions key to bypass login prompt in ohook. | ||||||
|  | - Added better info in case Windows update is not working when HWID activation fails. | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------------ | ||||||
|  |  | ||||||
| ## 2.8 | ## 2.8 | ||||||
|  |  | ||||||
| **UWP Office support and bug fixes** | **UWP Office support and bug fixes** | ||||||
|   | |||||||
| @@ -4,6 +4,7 @@ Please feel free to share feedback regarding bug reports, documentation errors, | |||||||
|  |  | ||||||
| -   [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (signup not required) - Discussion | -   [Discord](https://discord.gg/j2yFsV5ZVC) ❤️ (signup not required) - Discussion | ||||||
| -   [Reddit](https://www.reddit.com/r/MAS_Activator/) | -   [Reddit](https://www.reddit.com/r/MAS_Activator/) | ||||||
|  | -   [Bluesky](https://bsky.app/profile/massgrave.dev) | ||||||
| -   [Twitter](https://twitter.com/massgravel) | -   [Twitter](https://twitter.com/massgravel) | ||||||
| -   [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) | -   [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) | ||||||
| -   Email: mas.help@outlook.com | -   Email: mas.help@outlook.com | ||||||
|   | |||||||
							
								
								
									
										21
									
								
								docs/fix_service.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								docs/fix_service.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | |||||||
|  | # Fix Windows Services | ||||||
|  |  | ||||||
|  | ## Corrupt service - sppsvc | ||||||
|  |  | ||||||
|  | - Follow the steps below only if the script shows that `sppsvc` **service** is corrupt. Do not follow otherwise. | ||||||
|  | - Download and extract the `sppsvc` registry zip file for [Windows 10](https://app.box.com/s/016qsq922nt3kgg744l07y115k9wph4b) / [Windows 11](https://app.box.com/s/zq70tlbuo3iwxjd76ly26sz0gs2b98n0) | ||||||
|  | - Be careful, run these files only if they are matching with your Windows version, if not then ask for help [here](troubleshoot.md). | ||||||
|  | - Run the file, restart the system (using the restart button), and try the activation script again. | ||||||
|  | - If the issue persists, contact us [here](troubleshoot.md). | ||||||
|  |  | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | ## Corrupt service - Null  | ||||||
|  |  | ||||||
|  | - The script may show that `Null service is not running, script may crash...`  | ||||||
|  | - Follow these steps only if the script crashes after that. | ||||||
|  | - Download and extract this Null service registry zip [file](https://app.box.com/s/eczou3mvn6atronnd3nad2sqtb66h0lw). | ||||||
|  | - Run the file, restart the system (using the restart button), and try the activation script again. | ||||||
|  | - If the issue persists, contact us [here](troubleshoot.md). | ||||||
|  |  | ||||||
|  | --- | ||||||
| @@ -10,6 +10,7 @@ If you are facing any error, the script should tell you which guide you need to | |||||||
| -   [Fix WPA Registry](https://gravesoft.dev/fix-wpa-registry) | -   [Fix WPA Registry](https://gravesoft.dev/fix-wpa-registry) | ||||||
| -   [Licensing Servers Issue](licensing-servers-issue.md) | -   [Licensing Servers Issue](licensing-servers-issue.md) | ||||||
| -   [Issues Due To Gaming Spoofers](issues_due_to_gaming_spoofers.md) | -   [Issues Due To Gaming Spoofers](issues_due_to_gaming_spoofers.md) | ||||||
|  | -   [Fix Windows Services](fix_service.md) | ||||||
| -   [Change Edition Issues](change_edition_issues.md) | -   [Change Edition Issues](change_edition_issues.md) | ||||||
| -   [Windows Evaluation Editions](evaluation_editions.md) | -   [Windows Evaluation Editions](evaluation_editions.md) | ||||||
| -   [Fix Powershell](https://gravesoft.dev/fix_powershell) | -   [Fix Powershell](https://gravesoft.dev/fix_powershell) | ||||||
|   | |||||||
| @@ -67,7 +67,7 @@ or | |||||||
|  |  | ||||||
| ## MAS Latest Release | ## MAS Latest Release | ||||||
|  |  | ||||||
| Last Release - v2.8 (9-Nov-2024)   | Last Release - v2.9 (20-Dec-2024)   | ||||||
| [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) | [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts) / [Azure DevOps](https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts) / [Self-hosted Git](https://git.activated.win/massgrave/Microsoft-Activation-Scripts) | ||||||
|  |  | ||||||
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ||||||
|   | |||||||
| @@ -1,5 +1,12 @@ | |||||||
| # News | # News | ||||||
|  |  | ||||||
|  | ### [20-Dec-24] MAS 2.9 update is released   | ||||||
|  | [changelog](changelog.md) | ||||||
|  |  | ||||||
|  | ### [19-Nov-24] Added November updated ISO's   | ||||||
|  | Windows 10 22H2 / Windows 11 24H2 / Server 2025 / Server 2022 / Server 23H2   | ||||||
|  | https://massgrave.dev/genuine-installation-media | ||||||
|  |  | ||||||
| ### [9-Nov-24] MAS 2.8 update is released   | ### [9-Nov-24] MAS 2.8 update is released   | ||||||
| [changelog](changelog.md) | [changelog](changelog.md) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -83,9 +83,9 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the | |||||||
| | Office Version | Office Product                  | Generated Generic Key         | Key Type      | | | Office Version | Office Product                  | Generated Generic Key         | Key Type      | | ||||||
| |----------------|---------------------------------|-------------------------------|---------------| | |----------------|---------------------------------|-------------------------------|---------------| | ||||||
| | v15.0 (O365)   | O365BusinessRetail              | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest       | | | v15.0 (O365)   | O365BusinessRetail              | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest       | | ||||||
| | v15.0 (O365)   | O365HomePremRetail              | J2W28-TN9C8-26PWV-F7J4G-72XCB | Subscription1 | | | v15.0 (O365)   | O365HomePremRetail              | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH | SubTest1      | | ||||||
| | v15.0 (O365)   | O365ProPlusRetail               | H8DN8-Y2YP3-CR9JT-DHDR9-C7GP3 | Subscription2 | | | v15.0 (O365)   | O365ProPlusRetail               | H8DN8-Y2YP3-CR9JT-DHDR9-C7GP3 | Subscription2 | | ||||||
| | v15.0 (O365)   | O365SmallBusPremRetail          | HN8JP-87TQJ-PBF3P-Y66KC-W2K9V | Subscription1 | | | v15.0 (O365)   | O365SmallBusPremRetail          | 2QCNB-RMDKJ-GC8PB-7QGQV-7QTQJ | Subscription2 | | ||||||
|  |  | ||||||
| ### Office 365 (16.0) | ### Office 365 (16.0) | ||||||
|  |  | ||||||
| @@ -93,9 +93,9 @@ TL;DR all kinds of Office products are supported on Windows 8 and higher and the | |||||||
| |----------------|---------------------------------|-------------------------------|---------------| | |----------------|---------------------------------|-------------------------------|---------------| | ||||||
| | v16.0 (O365)   | O365BusinessRetail              | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest       | | | v16.0 (O365)   | O365BusinessRetail              | Y9NF9-M2QWD-FF6RJ-QJW36-RRF2T | SubTest       | | ||||||
| | v16.0 (O365)   | O365EduCloudRetail              | W62NQ-267QR-RTF74-PF2MH-JQMTH | Subscription  | | | v16.0 (O365)   | O365EduCloudRetail              | W62NQ-267QR-RTF74-PF2MH-JQMTH | Subscription  | | ||||||
| | v16.0 (O365)   | O365HomePremRetail              | J2W28-TN9C8-26PWV-F7J4G-72XCB | Subscription1 | | | v16.0 (O365)   | O365HomePremRetail              | 3NMDC-G7C3W-68RGP-CB4MH-4CXCH | SubTest1      | | ||||||
| | v16.0 (O365)   | O365ProPlusRetail               | H8DN8-Y2YP3-CR9JT-DHDR9-C7GP3 | Subscription2 | | | v16.0 (O365)   | O365ProPlusRetail               | H8DN8-Y2YP3-CR9JT-DHDR9-C7GP3 | Subscription2 | | ||||||
| | v16.0 (O365)   | O365SmallBusPremRetail          | HN8JP-87TQJ-PBF3P-Y66KC-W2K9V | Subscription1 | | | v16.0 (O365)   | O365SmallBusPremRetail          | 2QCNB-RMDKJ-GC8PB-7QGQV-7QTQJ | Subscription2 | | ||||||
|  |  | ||||||
| ### Office 2016 (16.0) | ### Office 2016 (16.0) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -15,9 +15,9 @@ function Check3rdAV { | |||||||
|  |  | ||||||
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | ||||||
| $URLs = @( | $URLs = @( | ||||||
|     'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/f1ddb83df092478741344fc55351a65cf6eeafd8/MAS/All-In-One-Version-KL/MAS_AIO.cmd', |     'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/0d9ffd20521af00c4166eeb2ede92a60f5ba35af/MAS/All-In-One-Version-KL/MAS_AIO.cmd', | ||||||
|     'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=f1ddb83df092478741344fc55351a65cf6eeafd8', |     'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=0d9ffd20521af00c4166eeb2ede92a60f5ba35af', | ||||||
|     'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/f1ddb83df092478741344fc55351a65cf6eeafd8/MAS/All-In-One-Version-KL/MAS_AIO.cmd' |     'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/0d9ffd20521af00c4166eeb2ede92a60f5ba35af/MAS/All-In-One-Version-KL/MAS_AIO.cmd' | ||||||
| ) | ) | ||||||
|  |  | ||||||
| foreach ($URL in $URLs | Sort-Object { Get-Random }) { | foreach ($URL in $URLs | Sort-Object { Get-Random }) { | ||||||
| @@ -32,7 +32,7 @@ if (-not $response) { | |||||||
| } | } | ||||||
|  |  | ||||||
| # Verify script integrity | # Verify script integrity | ||||||
| $releaseHash = '2A0A5F9675BA93D11DF5EB531810F8097D1C13CE3A723FC2235A85127E86E172' | $releaseHash = '109E2C4B7C2DB3B52F1412613397C5B749182223B74D0C442278869D87DB871D' | ||||||
| $stream = New-Object IO.MemoryStream | $stream = New-Object IO.MemoryStream | ||||||
| $writer = New-Object IO.StreamWriter $stream | $writer = New-Object IO.StreamWriter $stream | ||||||
| $writer.Write($response) | $writer.Write($response) | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								static/img/logo_azuredevops.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/logo_azuredevops.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.4 KiB | 
							
								
								
									
										
											BIN
										
									
								
								static/img/logo_bluesky.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/logo_bluesky.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								static/img/logo_gitea.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/logo_gitea.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.6 KiB | 
		Reference in New Issue
	
	Block a user