mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-09-29 17:09:23 +08:00
update manual
19
Manual.md
19
Manual.md
@@ -587,7 +587,7 @@ Note that you’ll have to install a volume license ( VL ) version of Office. Of
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
0. Run a Command Prompt as Administrator and navigate to Office folder ```cd C:\ProgramFiles\Microsoft Office\OfficeXX```, where XX = 14 for Office 2010, 15 for Office 2013, 16 for Office 2016.
|
0. Run a Command Prompt as Administrator and navigate to Office folder ```cd C:\ProgramFiles\Microsoft Office\OfficeXX``` (64-bit path) or ```cd C:\ProgramFiles(x86)\Microsoft Office\OfficeXX``` (32-bit path), where XX = 14 for Office 2010, 15 for Office 2013, 16 for Office 2016 or Office 2019.
|
||||||
1. As you can see, running ```/dstatus```, my Office is expiring ( 14 days remaining ).
|
1. As you can see, running ```/dstatus```, my Office is expiring ( 14 days remaining ).
|
||||||
2. Only for example, let's go to uninstall this product.
|
2. Only for example, let's go to uninstall this product.
|
||||||
3. This is confirmed running ```/dstatus``` again.
|
3. This is confirmed running ```/dstatus``` again.
|
||||||
@@ -600,8 +600,15 @@ Note that you’ll have to install a volume license ( VL ) version of Office. Of
|
|||||||
## Supported Products
|
## Supported Products
|
||||||
Note that it is possible to activate all versions in the VL ( Volume License ) channel, so long as you provide the proper key to let Windows know that it should be activating against a KMS server. KMS activation can't be used for Retail channel products, however you can install a VL product key specific to your edition of Windows even if it was installed as Retail. This effectively converts Retail installation to VL channel and will allow you to activate from a KMS server. This is not valid for Office's products, so Office, Project and Visio must be volume license versions. Newer version may work as long as the KMS protocol does not change.
|
Note that it is possible to activate all versions in the VL ( Volume License ) channel, so long as you provide the proper key to let Windows know that it should be activating against a KMS server. KMS activation can't be used for Retail channel products, however you can install a VL product key specific to your edition of Windows even if it was installed as Retail. This effectively converts Retail installation to VL channel and will allow you to activate from a KMS server. This is not valid for Office's products, so Office, Project and Visio must be volume license versions. Newer version may work as long as the KMS protocol does not change.
|
||||||
|
|
||||||
## References
|
## Documentation
|
||||||
* <sup>[1]</sup> http://forums.mydigitallife.info/threads/50234-Emulated-KMS-Servers-on-non-Windows-platforms
|
* <sup>[1]</sup> https://forums.mydigitallife.net/threads/emulated-kms-servers-on-non-windows-platforms.50234
|
||||||
* <sup>[2]</sup> https://github.com/myanaloglife/py-kms
|
* <sup>[2]</sup> https://forums.mydigitallife.net/threads/discussion-microsoft-office-2019.75232
|
||||||
* <sup>[3]</sup> https://github.com/CNMan/balala/blob/master/pkconfig.csv
|
* <sup>[3]</sup> https://forums.mydigitallife.net/threads/miscellaneous-kms-related-developments.52594
|
||||||
* <sup>[4]</sup> https://github.com/Wind4/vlmcsd
|
* <sup>[4]</sup> https://forums.mydigitallife.net/threads/kms-activate-windows-8-1-en-pro-and-office-2013.49686
|
||||||
|
* <sup>[5]</sup> https://github.com/myanaloglife/py-kms
|
||||||
|
* <sup>[6]</sup> https://github.com/Wind4/vlmcsd
|
||||||
|
* <sup>[7]</sup> https://github.com/ThunderEX/py-kms
|
||||||
|
* <sup>[8]</sup> https://github.com/CNMan/balala/blob/master/pkconfig.csv
|
||||||
|
* <sup>[9]</sup> http://www.level7techgroup.com/docs/kms_overview.pdf
|
||||||
|
* <sup>[10]</sup> https://www.dell.com/support/article/it/it/itbsdt1/sln266176/windows-server-using-the-key-management-service-kms-for-activation-of-volume-licensed-systems?lang=en
|
||||||
|
* <sup>[11]</sup> https://social.technet.microsoft.com/Forums/en-US/c3331743-cba2-4d92-88aa-9633ac74793a/office-2010-kms-current-count-remain-at-10?forum=officesetupdeployprevious
|
Reference in New Issue
Block a user