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

推荐订阅源

K
Kaspersky official blog
Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
D
Docker
博客园 - 司徒正美
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
U
Unit 42
J
Java Code Geeks
A
About on SuperTechFans
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security Affairs
I
Intezer
Cisco Talos Blog
Cisco Talos Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Tenable Blog
T
Threatpost
H
Hacker News: Front Page
G
Google Developers Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
L
Lohrmann on Cybersecurity
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
S
Secure Thoughts
GbyAI
GbyAI
NISL@THU
NISL@THU
S
Security @ Cisco Blogs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog

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,可以在文章下面评论留言。