From 05f6d11953dbecf27037135b04fd41f4ab131a5c Mon Sep 17 00:00:00 2001 From: Simonmicro Date: Sat, 5 Sep 2020 11:55:48 +0200 Subject: [PATCH] Added reference to #57 + Formulations --- docs/Usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Usage.md b/docs/Usage.md index 05e259e..b3541ea 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -204,8 +204,9 @@ The `//nologo` option of `cscript` was used only to hide the startup logo. 1. This is optional, it's for unistalling any existing product key. 2. Then put in your product's GVLK. 3. Set connection parameters. -4. Try online activation, but... if that fails with error `0xC004F074` you’ll most likely have to configure your firewall that it accepts incoming connections on TCP port 1688. So for Linux users (server-side with `pykms_Server.py` - running): `sudo ufw allow 1688` (to remove this rule `sudo ufw delete allow 1688`) +4. Try online activation, but if that fails with error... + - `0xC004F074` You’ll most likely have to configure your firewall that it accepts 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 into the [issue here](https://github.com/SystemRage/py-kms/issues/57), it will may help you... 5. Attempt online activation (now with traffic on 1688 enabled). 6. View license informations (optional).