当前位置: 首页 > news >正文

Microsoft Activation Scripts

Open-source Windows and Office activator featuring HWID, Ohook, KMS38, and Online KMS activation methods, along with advanced troubleshooting.

Method 1 - PowerShell (Windows 8 and later) ❤️

  1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal.
  2. Copy and paste the code below and press enter
irm https://get.activated.win | iex

More options

  • Alternatively, you can use the following (It will be retired Dec 31, 2024)
irm https://massgrave.dev/get | iex
  • On older Windows builds (17134 and before) you will need to run the below command before following the above steps,
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
  • The URL get.activated.win might be blocked by some DNS services because it is a new domain.
  1. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
  2. That's all

NOTE

  • The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it.
  • Always double-check the URL before executing the command and verify the source if manually downloading files.
  • Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command.

Screenshots 

 

 


http://www.mrgr.cn/news/24103.html

相关文章:

  • 酒店定制门牌的功能特点
  • SpringBoot开发——整合Redis
  • Redis 多线程模型详解
  • Java 21的Pseudorandom的笔记
  • 校园二手数码交易系统小程序的设计
  • 如何在Flask中实现用户认证
  • Python | Leetcode Python题解之第398题随机数索引
  • css的选择器有哪些?权重由大到小是怎么排序的?
  • AI学习指南深度学习篇-自适应矩估计(Adam)简介
  • vue的自定义指令
  • Ubuntu 24.04 配置 nginx + php-fpm
  • C++ 在项目中使用Git
  • 【玩转贪心算法专题】406. 根据身高重建队列【中等】
  • 详细分析Redis常用命令(图文)
  • vue自定义指令
  • C语言 ——— 学习并使用 #if defined #ifdef #ifndef 条件编译指令
  • Ionic 头部和底部
  • 第 8 章图像内容分类
  • Apache License 2.0 和 MIT License 区别
  • 从数据洞察到智能决策:合合信息infiniflow RAG技术的实战案例分享