avatar

春草

日拱一卒

  • 首页
  • 归档
  • 关于
主页 Windows&Office安装与激活
文章

Windows&Office安装与激活

发表于 9天前 更新于 2天前
作者 木棉
9~12 分钟 阅读

0x01 Windows11 的安装与激活

1.1 Windows11 的安装

  • 安装包下载

    • 官网下载:下载 Windows 11

    • uup dump:UUP dump

    • msdn:MSDN, 我告诉你 - 做一个安静的工具站

  • 安装盘制作

    • 官网制作工具:下载 Windows 11:创建 Windows 11 安装媒体

    • Ventory:Ventoy是一个制作可启动U盘的开源工具。

  • 安装流程

    • 使用F1、F2、DEL等快捷键进入BIOS,选择安装盘启动

    • 首先使用当前适用的方法跳过联网:当前版本25H2,可修改注册表调出跳过联网,仍可绕过:新变通方案可实现微软 Win11 装机 OOBE 创建本地账号 - IT之家

    • 1. 在 OOBE 环节断开网络

      2. 输入 Shift + F10 进入命令行界面

      3. 输入以下命令

      reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
      shutdown /r /t 0
    • 在联网界面选择我没有网络链接,然后使用本地账户安装Windows,如需登录Microsoft账号可在安装完成之后进行

    • 在安装完成后如没有网卡驱动导致无法联网,可以使用手机USB共享网络给Windows

1.2 Windows11 的激活

microsoft activation scripts

网站:Microsoft Activation Scripts | MAS

GitHub:massgravel/Microsoft-Activation-Scripts: Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.

Method 1 - PowerShell ❤️

info

  1. Open PowerShell
    Click the Start Menu, type PowerShell, then open it.

  2. Copy and paste the code below, then press enter.

    • For Windows 8, 10, 11: 📌

      irm https://get.activated.win | iex
      

      If the above is blocked (by ISP/DNS), try this (needs updated Windows 10 or 11):

      iex (curl.exe -s --doh-url https://1.1.1.1/dns-query https://get.activated.win | Out-String)
      
    • For Windows 7 and later:

      iex ((New-Object Net.WebClient).DownloadString('https://get.activated.win'))
      
    • Script not launching❓Use Method 2.

  3. The activation menu will appear. Choose the green-highlighted options to activate Windows or Office.

  4. Done!

0x02 Office的安装与激活

在这里只推荐使用Office Tool Plus进行安装与激活

官网:Office Tool Plus | 一键部署 Office

安装教程:[安装 Office] Office Tool Plus 入门教程 - Yerong の小窝

一键安装命令:Ctrl + Shift + P

deploy /add O365ProPlusRetail_zh-cn /O365ProPlusRetail.exclapps Access,Groove,Lync,OneDrive,OneNote,Outlook,OutlookForWindows,Publisher,Teams /channel Current /dlfirst /edition 64

激活教程:[激活 Office] Office Tool Plus 入门教程 - Yerong の小窝

一键激活命名:Ctrl + Shift + P

ospp /inslicid MondoVolume /sethst kms.loli.best /setprt 1688 /act

许可协议:  CC BY 4.0
分享

相关文章

下一篇

GEO工作站配置指南

上一篇

最近更新

  • Windows&Office安装与激活
  • GEO工作站配置指南
  • ACGN指南(2025)
  • 第一篇文章

热门标签

ACGN 基建 技术

目录

©2025 春草. 保留部分权利。

使用 Halo 主题 Chirpy