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

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

  1. Tony.Mercury

    Tony.Mercury MDL Novice

    Jul 29, 2009
    9
    0
    0
    How can I run this in a VM where all my computers can point to the VM server and get activated?

    Thank you :)
     
  2. kelorgo

    kelorgo MDL Addicted

    Oct 29, 2012
    839
    1,506
    30
    No. The Tun Mirror can only bind to an actual Tap adapter, not to your network card.
     
  3. 55chevy

    55chevy MDL Novice

    Nov 14, 2013
    8
    0
    0
    Anyone care to tell this complete noob how to use this? I've dlownloaded KMS_VL_ALL_6.0.3.zip. Do I need to extract this on my Windows 8.1 machine and then run KMS_VL_ALL.cmd as admin or what steps are needed to activate my license?

    Thanks in advance!
     
  4. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
  5. 55chevy

    55chevy MDL Novice

    Nov 14, 2013
    8
    0
    0
    FaiKee, thank you very kindly for your helpful reply. I first tried the "offline" version (KMS_VL_ALL_Offline.cmd) but that failed each time with a TunMirror.exe error. I then tried the "online" version (KMS_VL_ALL.cmd) while connected to the internet and that did work and has extended my license again. So I'm in good shape there.


    Also, is there a way to disable the Office 2013 portion of this by chance?
     
  6. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    #1987 FaiKee, Nov 15, 2013
    Last edited by a moderator: May 23, 2017
    (OP)
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,818
    340
    Relative bug = Relative Fix :rolleyes:

    Yep, qewlpal and i made a hard work detecting Office stuff, specially Visio :mad: :D
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,818
    340
    #1989 abbodi1406, Nov 15, 2013
    Last edited by a moderator: Apr 20, 2017
    You can run the main script KMS_VL_ALL.cmd even in offline status
    KMS_VL_ALL_Offline.cmd is sort of a backup :D

    as FaiKee point it out, the script is smart enough to skip retail/MAK activated Office
    but if you insist, open the script with notepad and search for:
    Code:
    if %name% equ Office set /a off15=1
    replace it with:
    Code:
    if %name% equ Office exit /b
     
  9. 55chevy

    55chevy MDL Novice

    Nov 14, 2013
    8
    0
    0
    FaiKee & abbodi1406 - thanks again for the replies. My concern about office was just that, trying to mess with my MAK license install but now after reading the last reply I now know that the script is smart enough to ignore it. I thank you!
     
  10. pun

    pun MDL Senior Member

    Oct 19, 2013
    465
    188
    10
    #1991 pun, Nov 15, 2013
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. anfjavid

    anfjavid MDL Novice

    Nov 10, 2009
    15
    2
    0
    To THE HONOURABLE MEN who created /participated/ rendered their help in creating this masterpiece..

    HATS OFF TO YOU SIRS... :worthy:

    THANX A LOT..
     
  12. retest

    retest MDL Member

    Nov 2, 2010
    116
    63
    10
    #1993 retest, Nov 15, 2013
    Last edited by a moderator: Apr 20, 2017
    "TriggerKMS" cmd.

    Is this correct ?
    Usage : Usage : thiscode.cmd days cmdfile
    Runs cmdfile if remaining-activation-days is LEQ days.
    Code:
    @echo off
    
    SET _SLMGR_FN=%windir%\system32\slmgr.vbs
    SET _CSCRIPT_FN=%windir%\system32\cscript.exe
    SET _ACT_DAYS=0
    
    IF [%1]==[] (
    ECHO Usage : %0 days cmdfile
    ECHO Runs cmdfile if remaining activation days is LEQ days. Exiting.
    EXIT 1
    )
    
    IF [%2]==[] (
    ECHO Usage : %0 days cmdfile
    ECHO Runs cmdfile if remaining activation days is LEQ days. Exiting.
    EXIT 1
    )
    
    IF NOT EXIST %_SLMGR_FN% ( 
    ECHO Cannot find %_SLMGR_FN% . Exiting.
    EXIT 1
    )
    
    IF NOT EXIST %_CSCRIPT_FN% ( 
    ECHO Cannot find _CSCRIPT_FN . Exiting.
    EXIT 1
    )
    
    FOR /F "tokens=8 delims=() " %%G IN ('%_CSCRIPT_FN% %_SLMGR_FN% /dli ^| findstr " expiration:"') DO SET _ACT_DAYS=%%G
    
    IF NOT [%_ACT_DAYS%]==[day] ( 
    ECHO %_SLMGR_FN% token 8 not day. Exiting.
    EXIT 1
    )
    
    FOR /F "tokens=7 delims=() " %%G IN ('%_CSCRIPT_FN% %_SLMGR_FN% /dli ^| findstr " expiration:"') DO SET _ACT_DAYS=%%G
    
    rem ECHO %_ACT_DAYS%
    rem ECHO %1
    
    IF %_ACT_DAYS% LEQ %1 START "%0" "%2"
    
    EXIT 0
    

    Could be used to run a script only if certain number of activation days left.
     
  13. Smackerel

    Smackerel MDL Novice

    Oct 31, 2013
    6
    6
    0
    Thanks to all the talented members of MDL. I was going to buy 8.1 for A$70 educational. This isn't a lot to pay for a mature OS and value for money. I do have a problem though with having to plead with MS to allow me to carry my key across to another machine as I quite frequently change motherboards etc. As the father of a gaming son and daughter I get their hand-me-downs. I recall the experience of my smother-in-law who had a genuine copy of XP. When her machine croaked it I rebuilt and reinstalled XP with genuine CD and key. It wouldn't accept the key even though (to my knowledge and her's) no one else had used it. She spent the next two days flat out like a lizard drinking trying to get MS in Oz to allow her key for her new computer. She finally contacted MS HQ in Asia, but same response - no dice. :mad: I know her copy was genuine. I don't understand how they could refuse her.

    So big thank you to MDL developers. Maybe one day MS will revise their activation policies.
     
  14. pun

    pun MDL Senior Member

    Oct 19, 2013
    465
    188
    10
    We can only hope. I have similar issues to yours, with my computer hardware being modified on a regular basis. Besides, as murphy says: "Never pay for software you can't own."
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. las4

    las4 MDL Novice

    Nov 22, 2012
    11
    0
    0
    @abbodi1406
    some questions if you don't mind :)
    1. does it also work on vista (ent/business)? it has the proper keys in the batch though...
    2. why is the need of .net4? :huh: i mean it uses v6 requests in win7 & 8 too?
    3. randomkmspid generates the epid using the OS lcid (or 1033 everytime)?
    sorry if anything has been asked before.
    thanks
     
  16. Gunteer

    Gunteer MDL Novice

    Feb 2, 2013
    5
    1
    0
    I bought MS Office 2013 pro plus - at a very good rebate via my job. $30 with permission to install on two PC's. I installed on one with no problems. After installing on my laptop - I got the well known activation screen - entering the legit serial, didn't lead to activation. MS wasn't willing to help. Phone activation didn't work either.
    The only thing which worked, was KMSpico as posted in this thread..................! Do I feel I cheat or steal? Not the slightest. I only got one install, despite MS sold me two - I now have 180 days grace, within this period I hopefully can find a solution.

    Thank you guy, for helping me out :worthy:
     
  17. Pipe Smoker

    Pipe Smoker MDL Novice

    Jan 21, 2013
    46
    0
    0
    Just install W8.1 Pro 32 Bit, and work perfect. Activate both (W8.1 and Office 2013 Pro with AutoKMS_VL_ALL (run as Admin). Only one question: Is AutoKMS_VL_ALL run automatic activation after 180 days for another 180, if not, what I must to do?

    Thank you!
     
  18. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #1999 Nucleus, Nov 15, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240