Windows 8 KMS Activation

Discussion in 'Windows 8' started by The_Spider, Aug 6, 2012.

Thread Status:
Not open for further replies.
  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,377
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,147
    552
    60
    Yup - a bit hairy at first when your activation goes :eek: - but it returns again - not for the feint-hearted :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    hey how do I change the port used by the KMS? I want to change it to something I know might work as for some reason when I try my URL to activate it cant find it yet according to many sites and my router port 1688 is open.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,567
    3,887
    120
    Isn't there anything you can do without asking? rtfm!
    slmgr.vbs /sprt PORT NUMBER
     
  5. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    #3466 lunar21, Oct 19, 2012
    Last edited by a moderator: Apr 20, 2017
    Well I did not mean that but thats for the quick answer anyways :). I did some searching and found what I needed. If you want to change your KMS listening port just type this in an admin cmd window:
    Code:
    SLMgr.vbs /SPrt xxxx
    where xxxx = the new port number

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,567
    3,887
    120
    #3467 FreeStyler, Oct 19, 2012
    Last edited by a moderator: Apr 20, 2017
    Make sure your Windows Firewall has opened port 1688 as well, eg:
    Code:
    netsh advfirewall firewall set rule name="Key Management Service (TCP-In)" new enable=yes
    The command above should return:
    Code:
    Updated 2 rule(s).
    Ok.
     
  7. ashoktvm

    ashoktvm MDL Addicted

    Jul 29, 2009
    522
    49
    30
    I am able to run VMWare windows 8 and 7 in my desktop and able to run KMS server. But in my laptop even after giving bridge and NAT i am unable to get lan connection and unable to ping the KMS server by network machines. I am using wireless, will that be the problem?
     
  8. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,614
    1,409
    60
    To successfully ping open ICMP echo port & for activation open KMS port on host.
     
  9. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,567
    3,887
    120
    As already said i did not tested it, but i simply assumed 'activate the previous generation' would not mean 'activate the previous generations'
    Anyway, good to know it works for Vista as well
     
  10. ashoktvm

    ashoktvm MDL Addicted

    Jul 29, 2009
    522
    49
    30
    Ok I think i am not being clear. I am using the same VM i used on desktop and moved it to use on laptop. In that I am not able to ping the KMS server (VM machine) which i run in the same laptop.
     
  11. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    70
    10
    Has this KMS Host key to be activated at Microsoft, and how often can this be done?
     
  12. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,157
    2,273
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Bornung1

    Bornung1 MDL Member

    Oct 9, 2010
    148
    39
    10
    @pisthai

    I need this one: All supported x86-based versions of Windows 7

    Cheers
    and thanks

    @rrohela
    Many thanks :) just what i needed.