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

windows和office微软官方免费激活教程

微软提供了windows系统和office的官方免费激活,其实不用去买什么激活码,官方提供了激活方式,完全免费。目前测试没发现什么问题,windows还支持永久激活,比一些乱七八糟的kms激活工具还省心。

github地址:GitHub - massgravel/Microsoft-Activation-Scripts: A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.

操作流程:

Download / How to use it?

Method 1 - PowerShell (Recommended)

  • Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
  • Copy and paste the code below and press enter
irm https://get.activated.win | iex

or (deprecated, will be retired on Aug 31 2024, use above instead)

irm https://massgrave.dev/get | iex
  • You will see the activation options. Follow the on-screen instructions.
  • That's all.

  • On older Windows builds you may need to run the below command before,
    [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
  • The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead.
  • The URL get.activated.win may be blocked by some DNS services because it is a new domain.

Method 2 - Traditional

  • Download the file under the code button from GitHub or Bitbucket
  • Right-click on the downloaded zip file and extract
  • In the extracted folder, find the folder named All-In-One-Version
  • Run the file named MAS_AIO-CRC32_XXXXXXXX.cmd
  • You will see the activation options, follow the on-screen instructions.
  • That's all.

To run the scripts in unattended mode, check here

 
Latest Version: 2.6
Release date: 20-Apr-2024

Troubleshooting / Help

Download Original Windows & Office

Homepage - Microsoft Activation Scripts (MAS) | MAS

简单来讲,就是打开powershell,输入:irm https://get.activated.win | iex,回车按照菜单来搞就行了,貌似windows和office都可以永久激活。  

http://www.lryc.cn/news/418929.html

相关文章:

  • 【C++ 面试 - 基础题】每日 3 题(七)
  • Java面试题精选:消息队列(一)
  • 宝塔面板启用 QUIC 与 Brotli 的完整教程
  • Linux 进程调度(二)之进程的上下文切换
  • Oracle事物临时表
  • 看图学sql之sql的执行顺序
  • 百日筑基第四十五天-从JAVA8走到JAVA9
  • 力扣第五十七题——插入区间
  • 跟《经济学人》学英文:2024年08月03日这期 India’s economic policy will not make it rich
  • js 深拷贝、浅拷贝深度解析
  • CSS文本两端对齐
  • C#中的foreach和自定义比较
  • 有序转化数组(LeetCode)
  • 大数据信用报告查询有什么作用?怎么选择查询平台?
  • import cv2ModuleNotFoundError: No module named ‘cv2‘
  • [Modbus] Modbus协议开发-基本概念(一)
  • 爬虫代理的使用:提升爬虫效率
  • 【gcc】基于gpt和python的流程和延迟梯度分析
  • 前端CSS总结
  • Linux/C 高级——指针函数
  • GRU门控循环单元【数学+图解】
  • 代码随想录算法训练营第六十一天|Bellman_ford 队列优化算法(又名SPFA)、bellman_ford之判断负权回路
  • ArrayList集合源码解读(二)已完结
  • 光伏逆变器、MPPT、PCS储能变流器、BMU、BCU、BDU和液冷机组
  • OpenHarmony编译
  • C语言典型例题30
  • springMVC @RestControllerAdvice注解使用方式
  • HarmonyOS鸿蒙开发岗位面试中关于组件的问题总结
  • Unity 在Editor下保存对Text组件的文本的修改
  • mysql 日志爆满,删除日志文件,定时清理日志