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

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

  1. 15miki15

    15miki15 MDL Novice

    Aug 15, 2012
    8
    0
    0
    All of these activators needs to be ran as Admin dude :bye1:
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,466
    11,872
    240
    There's so many tools using the Tap adapter now, people would likely be changing the settings on the connection it makes, and possibly installing more than one.
    As a multi-user tool it's just better to have it uninstall afterwards, but you're not married to those settings.

    You can extract the exe and point all of the different things to the cmd script and remove the line that calls the devcon remove tap0901 part
     
  3. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,000
    1,758
    60
    Yes, I understand. For general use it's better to keep it "self-contained", for others (like me), there's enough options to follow you guys' wonderful examples, and "cook" something for ourselves. Having the $oem$ folder to pre-activate 8.1 is a wonderful starting point!!
    Thanks man, I really, really (yes, REALLY) appreciate it!!!
     
  4. ingdiegotorres

    ingdiegotorres MDL Novice

    Nov 7, 2009
    38
    14
    0
    Wonderful tool, Thanks
     
  5. Boops

    Boops MDL Addicted

    Jan 5, 2008
    932
    1,231
    30
    I use the network adapter WIFI to get internet access.
    I can use Ethernet Network Adapter Cable for task to realize the tap adapter?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Draxas

    Draxas MDL Novice

    Nov 8, 2013
    17
    2
    0
    Sorry if this is a stupid question but doesn't KMS_VL_ALL 6.0.3 create/delete daily scripts for re-activation? If it does not, do I need to re-run the KMS_VL_ALL 6.0.3 script daily?

    Also, does it re-enable the Firewall after it activates?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    No, you have to use/run the script. - No, you need to run it once.

    It does not disable firewall in the first place, it just adds exception rule then remove it
     
  8. Draxas

    Draxas MDL Novice

    Nov 8, 2013
    17
    2
    0
    So then what's the main difference between your script and AutoKMS_VL_ALL 6.0.3?
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,466
    11,872
    240
    #1969 murphy78, Nov 14, 2013
    Last edited by a moderator: Apr 20, 2017
    I'm not entirely sure how well the time-scheduled tasks run. It could be that running it weekly or monthly would be a really good way to do that.
    I think the problem might be that if your system is not idle it will not run or something.
    I'm pretty sure there was a reason that many of us started using onstart, onlogon, and daily.

    The daily one is really just for people who leave their computer on for a REALLY long time.

    Monthly seems perfectly reasonable to me. You're more than welcome to try it. Just don't be freaked out if it requires you to actually idle for 5 minutes or something when it's supposed to occur.
     
  10. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,549
    1,674
    60
    In the case of pre-9600 builds, there is no need to remove the TAP device and kill TunMirror.
    Thank you for your tool.
     
  11. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,466
    11,872
    240
    It doesn't remove the tap device. It skips the part where it does "set /a ktap=0"
    so the call "if %ktap% equ 0 (%xOS%\devcon.exe remove tap0901 >nul 2>&1)" doesn't do anything since ktap is previously set to 1.

    The killing tunmirror is unnecessary, but harmless
     
  12. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,549
    1,674
    60
    Your script (statements 13 to 15) :

    if %winbuild% LSS 9600 (set kmsip=127.0.0.2&goto :posttap)

    set /a ktap=1

    The correct coding should be :

    set /a ktap=1
    if %winbuild% LSS 9600 (set kmsip=127.0.0.2&goto :posttap)

    Right?
     
  13. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    The initial release of KMS_VL_ALL by abbodi1406 worked wonders for me and I love the simplicity, best KMS solution so far. But with 6.0.3 and 6.0.2 I haven't been able to activate again, just keeps failing and can't connect to the local KMS server. I believe it has something to do with KMSpico being run at one point in between and hasn't worked since. I remember reading others saying that KMSpico leaves something behind in the registry or something that prevents other KMS activators from working. Does anybody recall what the fix for this was? Thank you! :)
     
  14. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    #1974 Nucleus, Nov 14, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    #1975 WildByDesign, Nov 14, 2013
    Last edited by a moderator: Apr 20, 2017
    Thank you so much. That is exactly the registry fix that I had seen previously and was looking for. These threads have become so polluted and messy since these KMS emulators started making progress lately and it's been more difficult to find the good information. I appreciate you finding that info for me, it fixed my problem.

    Also, yes, since the script failed it did leave the Tap adapter behind so I ran the remove script and that took care of it. Now with the registry fix the initial script runs perfectly and removes tap after properly. Thanks again.
     
  16. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    90
    #1976 Nucleus, Nov 14, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. 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 :)
     
  18. kelorgo

    kelorgo MDL Addicted

    Oct 29, 2012
    848
    1,512
    30
    No. The Tun Mirror can only bind to an actual Tap adapter, not to your network card.
     
  19. 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!