{"id":14976605,"url":"https://github.com/massgravel/microsoft-activation-scripts","last_synced_at":"2025-09-09T20:20:57.097Z","repository":{"id":37249477,"uuid":"233472199","full_name":"massgravel/Microsoft-Activation-Scripts","owner":"massgravel","description":"Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.","archived":false,"fork":false,"pushed_at":"2025-05-08T00:01:16.000Z","size":10876,"stargazers_count":134500,"open_issues_count":0,"forks_count":13058,"subscribers_count":1230,"default_branch":"master","last_synced_at":"2025-05-12T18:11:58.590Z","etag":null,"topics":["activator","hwid","kms","kms38","massgrave","massgravel","microsoft","microsoft365","office","office365","ohook","powershell","tsforge","windows","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"https://massgrave.dev","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/massgravel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-12T23:03:34.000Z","updated_at":"2025-05-12T18:08:29.000Z","dependencies_parsed_at":"2023-11-23T12:27:49.302Z","dependency_job_id":"d483ceea-d2bd-467f-9fb8-a87940b6b758","html_url":"https://github.com/massgravel/Microsoft-Activation-Scripts","commit_stats":{"total_commits":233,"total_committers":8,"mean_commits":29.125,"dds":0.03862660944206009,"last_synced_commit":"c75cd29b9fda945df18a72bccf17fab56868a261"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massgravel%2FMicrosoft-Activation-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massgravel%2FMicrosoft-Activation-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massgravel%2FMicrosoft-Activation-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massgravel%2FMicrosoft-Activation-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massgravel","download_url":"https://codeload.github.com/massgravel/Microsoft-Activation-Scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253795152,"owners_count":21965486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activator","hwid","kms","kms38","massgrave","massgravel","microsoft","microsoft365","office","office365","ohook","powershell","tsforge","windows","windows-10","windows-11"],"created_at":"2024-09-24T13:54:07.692Z","updated_at":"2025-09-09T20:20:57.085Z","avatar_url":"https://github.com/massgravel.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://massgrave.dev/img/logo_small.png\" alt=\"MAS Logo\"\u003e\u003c/p\u003e\r\n\r\n\u003ch1 align=\"center\"\u003eMicrosoft  Activation  Scripts (MAS)\u003c/h1\u003e\r\n\r\n\u003cp align=\"center\"\u003eOpen-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.\u003c/p\u003e\r\n\r\n\u003chr\u003e\r\n  \r\n## How to Activate Windows / Office / Extended Updates (ESU)?\r\n\r\n### Method 1 - PowerShell ❤️\r\n\r\n1. **Open PowerShell**  \r\n   Click the **Start Menu**, type `PowerShell`, then open it.\r\n\r\n2. **Copy and paste the code below, then press enter.**  \r\n   - For **Windows 8, 10, 11**: 📌\r\n     ```\r\n     irm https://get.activated.win | iex\r\n     ```\r\n   - For **Windows 7** and later:\r\n     ```\r\n     iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))\r\n     ```\r\n\r\n\u003cdetails\u003e\r\n\r\n\u003csummary\u003eScript not launching❓Click here for info.\u003c/summary\u003e\r\n\r\n---\r\n\r\n- If the above is blocked (by ISP/DNS), try this (needs **updated Windows 10 or 11**):\r\n  ```\r\n  iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)\r\n  ```\r\n- If that fails or you have an older Windows, use the below-listed Method 2.\r\n\r\n---\r\n\r\n\u003c/details\u003e\r\n\r\n3. The activation menu will appear. **Choose the green-highlighted options** to activate Windows or Office.\r\n\r\n4. **Done!**\r\n\r\n---\r\n\r\n### Method 2 - Traditional (Windows Vista and later)\r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eClick here to view\u003c/summary\u003e\r\n  \r\n1.   Download the file using one of the links below:  \r\n`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`  \r\nor  \r\n`https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip`\r\n2.   Right-click on the downloaded zip file and extract it.\r\n3.   In the extracted folder, find the folder named `All-In-One-Version`.\r\n4.   Run the file named `MAS_AIO.cmd`.\r\n5.   You will see the activation options. Follow the on-screen instructions.\r\n6.   That's all.\r\n\r\n\u003c/details\u003e\r\n\r\n---\r\n\r\n\u003e [!TIP]\r\n\u003e - Some ISPs/DNS block access to our domains. You can bypass this by enabling [DNS-over-HTTPS (DoH)](https://developers.cloudflare.com/1.1.1.1/encryption/dns-over-https/encrypted-dns-browsers/) in your browser.  \r\n\u003e - **Having trouble**❓Visit our [troubleshooting page](https://massgrave.dev/troubleshoot) or raise an issue on [GitHub](https://github.com/massgravel/Microsoft-Activation-Scripts/issues).\r\n\r\n---\r\n\r\n- To activate additional products such as **Office for macOS, Visual Studio, RDS CALs, and Windows XP**, check [here](https://massgrave.dev/unsupported_products_activation).\r\n- To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches).\r\n\r\n---\r\n\r\n\u003e [!NOTE]\r\n\u003e\r\n\u003e - The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it.\r\n\u003e - Always double-check the URL before executing the command and verify the source if manually downloading files.\r\n\u003e - Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command.\r\n\r\n---\r\n\r\n```\r\nLatest Version: 3.5\r\nRelease date: 10-Aug-2025\r\n```\r\n\r\n### [Troubleshooting / Help](https://massgrave.dev/troubleshoot)\r\n### [Download Original Windows \u0026 Office](https://massgrave.dev/genuine-installation-media)\r\n### Homepage - [https://massgrave.dev/](https://massgrave.dev/)\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \r\n[![1.1]][1]\r\n[![1.2]][2]\r\n[![1.3]][3]\r\n\r\n\u003c/div\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n  \r\n[![1.4]][4]\r\n[![1.5]][5]\r\n[![1.6]][6]\r\n[![1.7]][7]\r\n\r\n\u003c/div\u003e\r\n\r\n[1.1]: https://massgrave.dev/img/logo_github.png (GitHub)\r\n[1.2]: https://massgrave.dev/img/logo_azuredevops.png (AzureDevOps)\r\n[1.3]: https://massgrave.dev/img/logo_gitea.png (Self-hosted Git)\r\n\r\n[1.4]: https://massgrave.dev/img/logo_discord.png (Chat with us without signup)\r\n[1.5]: https://massgrave.dev/img/logo_reddit.png (Reddit)\r\n[1.6]: https://massgrave.dev/img/logo_bluesky.png (Bluesky)\r\n[1.7]: https://massgrave.dev/img/logo_x.png (Twitter)\r\n\r\n[1]: https://github.com/massgravel/Microsoft-Activation-Scripts\r\n[2]: https://dev.azure.com/massgrave/_git/Microsoft-Activation-Scripts\r\n[3]: https://git.activated.win/massgrave/Microsoft-Activation-Scripts\r\n[4]: https://discord.gg/j2yFsV5ZVC\r\n[5]: https://www.reddit.com/r/MAS_Activator\r\n[6]: https://bsky.app/profile/massgrave.dev\r\n[7]: https://twitter.com/massgravel\r\n\r\n---\r\n\r\n\u003cp align=\"center\"\u003eMade with Love ❤️\u003c/p\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassgravel%2Fmicrosoft-activation-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassgravel%2Fmicrosoft-activation-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassgravel%2Fmicrosoft-activation-scripts/lists"}