惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

Rat's Blog - Windows

Windows系统各版本最新KMS GVLK列表,带一键激活Win脚本 - Rat's Blog OpenVZ虚拟化(架构)VPS一键安装Windows系统 - Rat's Blog Windows VPS一键重装为Linux系统 - Rat's Blog Windows 10获取数字许可证 批处理版 - Rat's Blog 自制Windows10纯净版系统64位,无广告,无插件,运行流畅 - Rat's Blog MinerGate:在Windows、Mac、Ubuntu、安卓手机上挖矿教程 - Rat's Blog Linux VPS全自动DD安装Windows一键脚本 - Rat's Blog
Linux VPS一键搭建KMS服务器脚本及激活Windows和Office教程 - Rat's Blog
博主: Rat's · 2018-02-11 · via Rat's Blog - Windows

说明:KMS就不详细介绍了,可以用来激活微软的一些系统和软件,让你免费体验正版的系统或软件。这里就分享个KMS激活服务器一键搭建脚本,可以供多人使用,一次激活有效期180天,且180天内只要服务器重新在线一次就会自动续期。

安装

Github地址:https://github.com/dakkidaze/one-key-kms

使用命令:

#CentOS,Redhat,Fedora等请选择CentOS脚本
wget https://raw.githubusercontent.com/dakkidaze/one-key-kms/master/one-key-kms-centos.sh
chmod +x one-key-kms-centos.sh
./one-key-kms-centos.sh

#Debian,Ubuntu,Mint等请选择Debian脚本
wget https://raw.githubusercontent.com/dakkidaze/one-key-kms/master/one-key-kms-debian.sh
chmod +x one-key-kms-debian.sh
./one-key-kms-debian.sh

#启动KMS
wget https://raw.githubusercontent.com/dakkidaze/one-key-kms/master/kms.sh
chmod +x kms.sh
./kms.sh start

注意放行服务器1688端口!

激活Windows

系统需要是VL版本的,然后使用管理员权限运行cmd,运行以下命令:

cd /d "%SystemRoot%\system32"
slmgr /skms ip  #ip为你KMS的IP地址或者域名 
slmgr /ato
slmgr /xpr

看到网上还有很多系统不是VL版本的激活方法,这个方法就不说了,感觉没啥用,因为不是VL版本的都没KEY,比如说旗舰版,家庭高级版等。

激活Office

首先你的Office必须是VOL版本,否则无法激活。

找到你的Office安装目录,如果你不知道你的Office装在哪个目录,可以鼠标右键一个程序图标比如Word,然后选择“打开文件所在的位置”,在上面地址栏就可以看到了。

这里以Office2016为例,32位文件夹目录为C:\Program Files (x86)\Microsoft Office\Office1662位目录为C:\Program Files\Microsoft Office\Office16。关于文件夹对应的版本说明:Office16Office2016Office15就是Office2013Office14就是Office2010

下面以32位为参考。使用管理员权限运行cmd,运行以下命令:

#进入Office文件夹执行命令
cd "C:\Program Files (x86)\Microsoft Office\Office16"
cscript ospp.vbs /sethst:ip  #ip为你KMS的IP地址或者域名
cscript ospp.vbs /act

如果提示看到successful的字样,那么就是激活成功了,重新打开Office就好。


版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/512/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。