Windows 激活使用说明
以管理员的身份打开 cmd ,执行下述命令。以下命令中的 <ip> 需要替换为真实的激活服务器地址。
Windows
1
2
3
| slmgr.vbs -skms <ip>
slmgr.vbs -ato
slmgr.vbs -dlv
|
Office x86
1
2
3
4
| cd \Program Files (x86)\Microsoft Office\Office16
cscript ospp.vbs /sethst:<ip>
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall
|
Office x86_64
1
2
3
4
| cd \Program Files\Microsoft Office\Office16
cscript ospp.vbs /sethst:<ip>
cscript ospp.vbs /act
cscript ospp.vbs /dstatusall
|
GVLK keys
1
2
3
| Windows: https://technet.microsoft.com/en-us/library/jj612867(v=ws.11).aspx
Office 2013: https://technet.microsoft.com/en-us/library/dn385360.aspx
Office 2016: https://technet.microsoft.com/en-us/library/dn385360(v=office.16).aspx
|
参考资料: