1 line
8.2 KiB
JSON
Executable File
1 line
8.2 KiB
JSON
Executable File
{"title":"","byline":null,"dir":null,"lang":null,"content":"<div id=\"readability-page-1\" class=\"page\"><div><header><h2>Microsoft Activation Scripts (MAS)</h2></header>\n<p>A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.</p>\n<hr>\n<h2 id=\"download--how-to-use-it\">Download / How to use it?<a title=\"Direct link to Download / How to use it?\" aria-label=\"Direct link to Download / How to use it?\" href=\"#download--how-to-use-it\"></a></h2>\n<h3 id=\"method-1---powershell-recommended\">Method 1 - PowerShell (Recommended)<a title=\"Direct link to Method 1 - PowerShell (Recommended)\" aria-label=\"Direct link to Method 1 - PowerShell (Recommended)\" href=\"#method-1---powershell-recommended\"></a></h3>\n<ul>\n<li>Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).</li>\n<li>Copy and paste the code below and press enter</li>\n</ul>\n<div><pre tabindex=\"0\"><code><span><span>irm https://get.activated.win | iex</span><br></span></code></pre></div>\n<p>or (deprecated, will be retired on Aug 31 2024, use above instead)</p>\n<div><pre tabindex=\"0\"><code><span><span>irm https://massgrave.dev/get | iex</span><br></span></code></pre></div>\n<ul>\n<li>You will see the activation options. Follow the on-screen instructions.</li>\n<li>That's all.</li>\n</ul>\n<hr>\n<ul>\n<li>On older Windows builds you may need to run the below command before,<br>\n<code>[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12</code></li>\n<li>The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead.</li>\n<li>The URL get.activated.win may be blocked by some DNS services because it is a new domain.</li>\n</ul>\n<h3 id=\"method-2---traditional\">Method 2 - Traditional<a title=\"Direct link to Method 2 - Traditional\" aria-label=\"Direct link to Method 2 - Traditional\" href=\"#method-2---traditional\"></a></h3>\n<ul>\n<li>Download the file under the code button from <a rel=\"noopener noreferrer\" href=\"https://github.com/massgravel/Microsoft-Activation-Scripts\">GitHub</a> or <a rel=\"noopener noreferrer\" href=\"https://bitbucket.org/WindowsAddict/microsoft-activation-scripts\">Bitbucket</a></li>\n<li>Right-click on the downloaded zip file and extract</li>\n<li>In the extracted folder, find the folder named <code>All-In-One-Version</code></li>\n<li>Run the file named <code>MAS_AIO-CRC32_XXXXXXXX.cmd</code></li>\n<li>You will see the activation options, follow the on-screen instructions.</li>\n<li>That's all.</li>\n</ul>\n<p>To run the scripts in unattended mode, check <a href=\"https://massgrave.dev/command_line_switches\">here</a></p>\n<hr>\n<h2 id=\"mas-latest-release\">MAS Latest Release<a title=\"Direct link to MAS Latest Release\" aria-label=\"Direct link to MAS Latest Release\" href=\"#mas-latest-release\"></a></h2>\n<p>Last Release - v2.6 (20-Apr-2024)<br>\n<a rel=\"noopener noreferrer\" href=\"https://github.com/massgravel/Microsoft-Activation-Scripts\">GitHub</a> / <a rel=\"noopener noreferrer\" href=\"https://bitbucket.org/WindowsAddict/microsoft-activation-scripts\">Bitbucket</a></p>\n<hr>\n<h2 id=\"features\">Features<a title=\"Direct link to Features\" aria-label=\"Direct link to Features\" href=\"#features\"></a></h2>\n<ul>\n<li><strong>HWID (Digital License)</strong> Method to Permanently Activate Windows</li>\n<li><strong>Ohook</strong> Method to Permanently Activate Office</li>\n<li><strong>KMS38</strong> Method to Activate Windows/Server Till the Year 2038</li>\n<li><strong>Online KMS</strong> Method to Activate Windows/Server/Office For 180 Days (Lifetime With Renewal Task)</li>\n<li>Advanced Activation Troubleshooting</li>\n<li>$OEM$ Folders For Preactivation</li>\n<li>Change Windows Edition</li>\n<li>Check Windows/Office Activation Status</li>\n<li>Available in All In One and Separate Files Versions</li>\n<li>Fully Open Source and Based on Batch Scripts</li>\n<li>Fewer Antivirus Detections</li>\n</ul>\n<hr>\n<h2 id=\"activations-summary\">Activations Summary<a title=\"Direct link to Activations Summary\" aria-label=\"Direct link to Activations Summary\" href=\"#activations-summary\"></a></h2>\n<table><thead><tr><th>Activation Type</th><th>Supported Product</th><th>Activation Period</th></tr></thead><tbody><tr><td>HWID</td><td>Windows 10-11</td><td>Permanent</td></tr><tr><td>Ohook</td><td>Office</td><td>Permanent</td></tr><tr><td>KMS38</td><td>Windows 10-11-Server</td><td>Till the Year 2038</td></tr><tr><td>Online KMS</td><td>Windows / Office</td><td>180 Days. Lifetime With Renewal Task</td></tr></tbody></table>\n<p>For more details, use the respective activation details in Docs.<br>\nTo activate unsupported products such as <strong>Office on Mac</strong>, check <a href=\"https://massgrave.dev/unsupported_products_activation\">here</a>.</p>\n<hr>\n<h2 id=\"screenshots\">Screenshots<a title=\"Direct link to Screenshots\" aria-label=\"Direct link to Screenshots\" href=\"#screenshots\"></a></h2>\n<p><img height=\"550\" width=\"648\" src=\"https://massgrave.dev/assets/images/MAS_AIO-45ebdebc8c72356fe5e4902e8b893dbb.png\" loading=\"lazy\" decoding=\"async\"></p>\n<p><img height=\"614\" width=\"920\" src=\"https://massgrave.dev/assets/images/MAS_HWID-35c26abb0823a33380a7711de40b3d77.png\" loading=\"lazy\" decoding=\"async\"></p>\n<p><img height=\"582\" width=\"1080\" src=\"https://massgrave.dev/assets/images/MAS_Ohook-288e15f50b7f9b6efca1a177721be42a.png\" loading=\"lazy\" decoding=\"async\"></p>\n<p><img height=\"550\" width=\"656\" src=\"https://massgrave.dev/assets/images/MAS_Troubleshoot-710958cab268ea8abf811c56a3d0ae54.png\" loading=\"lazy\" decoding=\"async\"></p>\n<hr>\n<p>Made with Love ❤️</p></div></div>","textContent":"Microsoft Activation Scripts (MAS)\nA Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.\n\nDownload / How to use it?\nMethod 1 - PowerShell (Recommended)\n\nRight-click on the Windows start menu and select PowerShell or Terminal (Not CMD).\nCopy and paste the code below and press enter\n\nirm https://get.activated.win | iex\nor (deprecated, will be retired on Aug 31 2024, use above instead)\nirm https://massgrave.dev/get | iex\n\nYou will see the activation options. Follow the on-screen instructions.\nThat's all.\n\n\n\nOn older Windows builds you may need to run the below command before,\n[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12\nThe Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead.\nThe URL get.activated.win may be blocked by some DNS services because it is a new domain.\n\nMethod 2 - Traditional\n\nDownload the file under the code button from GitHub or Bitbucket\nRight-click on the downloaded zip file and extract\nIn the extracted folder, find the folder named All-In-One-Version\nRun the file named MAS_AIO-CRC32_XXXXXXXX.cmd\nYou will see the activation options, follow the on-screen instructions.\nThat's all.\n\nTo run the scripts in unattended mode, check here\n\nMAS Latest Release\nLast Release - v2.6 (20-Apr-2024)\nGitHub / Bitbucket\n\nFeatures\n\nHWID (Digital License) Method to Permanently Activate Windows\nOhook Method to Permanently Activate Office\nKMS38 Method to Activate Windows/Server Till the Year 2038\nOnline KMS Method to Activate Windows/Server/Office For 180 Days (Lifetime With Renewal Task)\nAdvanced Activation Troubleshooting\n$OEM$ Folders For Preactivation\nChange Windows Edition\nCheck Windows/Office Activation Status\nAvailable in All In One and Separate Files Versions\nFully Open Source and Based on Batch Scripts\nFewer Antivirus Detections\n\n\nActivations Summary\nActivation TypeSupported ProductActivation PeriodHWIDWindows 10-11PermanentOhookOfficePermanentKMS38Windows 10-11-ServerTill the Year 2038Online KMSWindows / Office180 Days. Lifetime With Renewal Task\nFor more details, use the respective activation details in Docs.\nTo activate unsupported products such as Office on Mac, check here.\n\nScreenshots\n\n\n\n\n\nMade with Love ❤️","length":2323,"excerpt":"A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.","siteName":null} |