KMS Activate Windows 8.1 (En & Pro) and Office 2013

Discussion in 'Windows 8' started by FaiKee, Oct 25, 2013.

  1. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,466
    11,872
    240
  2. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,000
    1,758
    60
    I did some final testing, and on my modem/router (TC7200-UPC-NL) it is possible to define multiple forwarding rules for the same port. I added rules for all my PC's (192.168.0.10 through 20), all calls to port 1688 (KMS) are forwarded to these PC's (and it looks like the router tries them all, until it finds one that responds).
    In my particular setup, this can be useful, because when I only have 1 PC on/online at a time, I only need to start up a KMS emulator on that particular PC, slmgr /skms to my own "outside" IP, and the forwarding table goes through all rules, until it finds a PC that responds. Activation is successfull in this case, because KMSv6 doesn't recognize the IP as "localhost".
    Just wanted to test it, and would like to know if there are more routers that behave this way.

    [To put it differently: If I have a KMSv6 Server Service installed and/or running on all PC's (which uses hardly any cpu or ram), the minumum number of PC's that need to be online is: 1 (instead of 2)]
    **EOP** (end of project)
     
  3. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,000
    1,758
    60
    Looking good! I will test it as soon as I can.
    Can I please ask some stupid questions (for "my friend"):
    - Is the TAP adapter installed permanently?
    - Please could you elaborate on the HGM license server emulator, what does it add to a normal KMS server?

    Thanks!
     
  4. ilmar

    ilmar MDL Novice

    Nov 9, 2013
    1
    0
    0
    murphy78
    Site on your link is not available. :(
    Earned.Thank you!
     
  5. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,000
    1,758
    60
    Nono, just a 100kb KMS emulator, that's the whole point...
     
  6. Weedy

    Weedy MDL Member

    Mar 9, 2011
    205
    70
    10
    Just reporting back my observations about KMS_VL_ALL.

    I did a fresh install of 8.1 Ent x64 in a VMware machine.
    Installed without a product key.
    Installed VMWare tools.
    Tried to activate with KMS_VL_ALL, the latest version.
    TAP Driver installed,
    Activation failed,
    TAP Driver uninstalled.

    Disabled Ethernet connection and re-ran the KMS_VL_ALL installer.
    Tap Driver installed,
    Activated correctly,
    Tap Driver uninstalled.

    Re-enabled Ethernet connection

    Re-run KMS_VL_ALL installed,
    Tap installed,
    Activated successfully
    Tap uninstalled.

    The ethernet on the VM was set to bridged mode, not NAT or the other one.

    I'll be trying this again tonight on a laptop to double check.
     
  7. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    #1709 lunar21, Nov 11, 2013
    Last edited by a moderator: Apr 20, 2017
    Hey all, need a test. I have updated my KMS to include Server 2012R2 so I need some tests for Win 8, win 8.1 and Server 2012R2 (and possible Office 2010 and 2013). If there are some willing people out there who could do this for me that would be great :D

    Code:
    whwebsolution.no-ip.org
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. ramg1967

    ramg1967 MDL Member

    Sep 13, 2012
    237
    87
    10
    I will test in 30 minutes. Just started installing Server 2012 R2 Data Center Edition now. The ISO, I am using is Trial version downloaded from MS on 19th Oct 2013. Do, I use same command as, I used before to perform online activation.
     
  9. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    Trial or Eval? If eval then no, after the eval time is over your done. All windows really have a trial time of 30 days if I am correct.

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,026
    340
    #1712 abbodi1406, Nov 11, 2013
    Last edited by a moderator: Apr 20, 2017
    RandomKMSPID is not functioning:
    Code:
    KMS-Client 1688 whwebsolution.no-ip.org 12R2
    KMS Client Emulator running...
    Activation request (KMS V6) 1 of 1 sent.
    Received response from KMS Server.
    KMS Server PID: 05426-00206-152-755569-03-1033-9200.0000-2822013
    
    KMS-Client 1688 whwebsolution.no-ip.org W81
    KMS Client Emulator running...
    Activation request (KMS V6) 1 of 1 sent.
    Received response from KMS Server.
    KMS Server PID: 05426-00206-152-755569-03-1033-9200.0000-2822013
    
    KMS-Client 1688 whwebsolution.no-ip.org 2012
    KMS Client Emulator running...
    Activation request (KMS V5) 1 of 1 sent.
    Received response from KMS Server.
    KMS Server PID: 05426-00206-152-755569-03-1033-9200.0000-2822013
    
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,026
    340
    #1713 abbodi1406, Nov 11, 2013
    Last edited by a moderator: Apr 20, 2017
    It turned out that his service is using the old registry parameters that Cody implemented:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\KMSServerService]
    "Description"="Software Licensing Service"
    "DisplayName"="KMS Server Service"
    "FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\
      00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00,00,00,00,00,00,00,00,00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\KMSServerService\Parameters]
    "KMSPort"="1688"
    "KMSPID"="RandomKMSPID"
    "VLActivationInterval"=dword:00000078
    "VLRenewalInterval"=dword:00002760
    "KillProcessOnPort"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform]
    "UserOperations"=dword:00000001
    
    

    i see that RandomKMSPID is functioning very well
     
  12. kole123

    kole123 MDL Novice

    Sep 6, 2012
    5
    2
    0
    @lunar21 thanks for working KMS server i just activated my office 2013 on win 8.1 with your server :D thanks again server is working :D
     
  13. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    #1715 lunar21, Nov 11, 2013
    Last edited by a moderator: Apr 20, 2017
    Can you send me the script for the client emulator so I can do tests?

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ramg1967

    ramg1967 MDL Member

    Sep 13, 2012
    237
    87
    10
    Same here - Just activated Server 2012 R2 - Hope this server will be online for some time until we have a working OFFLINE KMS package.

    How to remove watermark from the desktop - I have the following watermark

    "Windows Server 2012 R2 Data Center Evaluation
    Windows License valid for 180 days
    Build 9600"
     
  15. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    My server is always up and running as long as I have power and internet :D

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. lash78

    lash78 MDL Novice

    Apr 22, 2010
    34
    11
    0
    @lunar21 RandomKMSPID not working and i think that activation interval 43200 minutes is too high. If activation fails then the client will retry only 43200 minutes later. The default activation interval is 120.
     
  17. lunar21

    lunar21 MDL Addicted

    Dec 14, 2008
    754
    277
    30
    Which KMS emulator has the Random KMS PID? There have been a few floating around I dont know which one I am using LOL. Please point me to the best one that has the RandomKMSPID please :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,026
    340
    #1720 abbodi1406, Nov 11, 2013
    Last edited by a moderator: May 23, 2017