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
    6,947
    10,709
    210
  2. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,873
    2,949
    90
    #2462 Nucleus, Nov 26, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,626
    14,953
    240
    Ratiborus answer and quote:
    "From the command line only. I deleted all references to the registry."
     
  4. harvester

    harvester MDL Novice

    Jun 7, 2007
    12
    7
    0
    As usual Mr. Murphy, another excellent job. I would make one change though and place all the remote ip,s to be stricken in the same firewall rule using commas to separate the remote ip's. It would make for just one rule and be a little cleaner. Again excellent work and that it does!

    Edit: Bug in Auto_KMS_VL_All.exe No check is made to determine if the Firewall rule exists, so it makes another one. If run as a daily task, this won't work. Also, same is true running KMS_VL_ALL.cmd and verbose version.
     
  5. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,873
    2,949
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,070
    55,445
    340
    Unfortunately, WinDivert is causing BSOD in my system, so i cann't even test the new method :D

    i have to create vm to test it

    Edit:

    vm test:
    connected -> success
    disconnected (with "ping %kmsip%" loop check) -> fail
    then i got BSOD in the third and fourth time

    so it seems that WinDivert is not stable or reliable enough to replace tap-tun.. just saying :D
    and since it's technically a driver like tap adapter, i'll wait for some improvement before we count on it as activation workout :rolleyes:
     
  7. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,626
    14,953
    240
    #2467 Mr.X, Nov 26, 2013
    Last edited by a moderator: Apr 20, 2017
  8. alexxf

    alexxf MDL Addicted

    Feb 9, 2008
    727
    483
    30
    #2468 alexxf, Nov 26, 2013
    Last edited by a moderator: Apr 20, 2017
  9. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,626
    14,953
    240
    I'm awaiting Ratiborus response.
     
  10. apex2000

    apex2000 MDL Senior Member

    May 6, 2007
    252
    284
    10
    It was as polite as you were in your post - you posted in red (but not bold print), didn't you?

    Anyway, I will not insult you by calling you a "fool" and I will not waste any more of my time on communicating with such a person.

    Consider this 'conversation' over.

    You will never hear from me again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,947
    10,709
    210
    It is causing a BSOD on my VM testing. I thought it was just the VM though...
    I wonder if the 1.1.0 RC fixes some of those issues...
     
  12. Bio Hazard

    Bio Hazard MDL Member

    Nov 23, 2013
    225
    255
    10
    @ murphy78
    I tested it and working with wifi on and off
    :yeahyeah:
    thanks

    tested on real machine, windows 8.1 enterprise x64
     
  13. Boops

    Boops MDL Addicted

    Jan 5, 2008
    885
    1,093
    30
    @ murphy78
    I tested it and working with wifi on and off
    :yeahyeah:
    thanks

    tested on real machine, windows 8.1 Pro x64
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,873
    2,949
    90
    #2479 Nucleus, Nov 27, 2013
    Last edited by a moderator: Apr 20, 2017
    Well done. :clap3:

    Ran many tests. Now working every time for me, connected or disconnected - nice. :D

    Code:
    Attempting to activate Office 15, OfficeProPlusVL_KMS_Client edition
    
    Remaining Period: 180 day(s)
    
    Product Activation Successful
    
    
    Attempting to activate Windows(R), Professional edition
    
    Remaining Period: 180 day(s)
    
    Product Activation Successful
    
    No Installed Office 2010 Product Detected...
    
    
    Press any key to exit...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. hdzz

    hdzz MDL Novice

    Jan 10, 2013
    14
    15
    0
    #2480 hdzz, Nov 27, 2013
    Last edited by a moderator: Apr 20, 2017
    I made ​​some improvements on the KMS_VL_ALL-WinDivert-1.1.0RC-v1.

    Code:
    sc stop windivert1.1 >nul 2>&1
    sc delete windivert1.1 >nul 2>&1
    route print -4 0*|find "0.0.0.0" >nul 2>&1
    if %errorlevel% neq 0 (route add %kmsip% 10.0.0.1 IF 1 >nul 2>&1)
    start "" /d %DCPATH% /b  %DCPATH%\FakeClient.exe %kmsip% >nul 2>&1
    start "" /b  "KMS Server.exe" 1688 RandomKMSPID 43200 43200 KillProcessOnPort
    ......
    sc stop windivert1.1 >nul 2>&1
    sc delete windivert1.1 >nul 2>&1
    route delete %kmsip% >nul 2>&1
    10.255.255.254 is
    never existed,if you do not add it manually.
    route add %kmsip% 10.0.0.1 IF 1 ;10.0.0.1 is gateway,not the end ip. No matter what values ​​are possible, if not already in use.

    Sorry for my English ~~~