From f3c3f2b3989823fe574ac217e2bceb74aa1443d4 Mon Sep 17 00:00:00 2001 From: konk22 <61495394+konk22@users.noreply.github.com> Date: Sun, 4 Aug 2024 23:45:19 +0300 Subject: [PATCH] Instructions Page Instructions Page --- py-kms/templates/instructions.html | 147 +++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 py-kms/templates/instructions.html diff --git a/py-kms/templates/instructions.html b/py-kms/templates/instructions.html new file mode 100644 index 0000000..7949777 --- /dev/null +++ b/py-kms/templates/instructions.html @@ -0,0 +1,147 @@ +{% extends 'base.html' %} + +{% block title %}Instructions{% endblock %} + +{% block content %} +
+ The wiki is available on readthedocs.io. It should provide you all the necessary information about how to set + up and use py-kms, without cluttering this readme. The documentation also includes more details about + activation with py-kms and how to get GVLK keys. +
+
+ The //nologo option of cscript was used only to hide the startup logo.
+
C:\Windows\System32 path);
+ cscript //nologo slmgr.vbs /upkcscript //nologo slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXXcscript //nologo slmgr.vbs /skms ip_adress:1688cscript //nologo slmgr.vbs /ato0xC004F074 You'll most likely have to configure your firewall to accept incoming
+ connections on TCP port 1688. So for Linux users (server-side with
+ pykms_Server.py running): sudo ufw allow 1688 (revert this rule
+ sudo ufw delete allow 1688) should fix that.0xC004F069 Take a look at the issue here, it may
+ help you…cscript //nologo slmgr.vbs /atocscript //nologo slmgr.vbs /dlv
+
+ + Note that you'll have to install a volume license (VL) version of Office. Office versions downloaded from + MSDN and / or Technet are non-VL. +
+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 or
+ Office 2021;/dstatus, my Office is expiring (14 days remaining);
+ cscript //nologo ossp.vbs /dstatuscscript //nologo ossp.vbs /unpkey:WFG99/dstatus again;
+ cscript //nologo ossp.vbs /dstatuscscript //nologo ossp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXXcscript //nologo ossp.vbs /sethst:ip_adrescscript //nologo ossp.vbs /setprt:1688cscript //nologo ossp.vbs /actcscript //nologo ossp.vbs /dstatus
+
+
+
+