WOAT - OEM/KMS Activator

Discussion in 'MDL Projects and Applications' started by DARKOR04, Aug 8, 2010.

?

Did WOAT work for you?

  1. Yes, It works perfectly.

    59.9%
  2. No, for some reason it did not work for me.

    40.1%
  1. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #1 DARKOR04, Aug 8, 2010
    Last edited: Jun 27, 2019
  2. fightininsane

    fightininsane MDL Novice

    Oct 31, 2007
    9
    3
    0
    I'll try it thank you!:rolleyes:
     
  3. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #3 DARKOR04, Aug 8, 2010
    Last edited: Aug 8, 2010
    (OP)
    Please if anyone have any problem with the new Feature KMS Activation please feedback, to make bugfixes if needed thanks!
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    I bet this get's moved...lol :D
     
  5. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Sorry! Is this the wrong place? Or you mean remove from MDL?
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Just seemed like it should be in applications to me. I dunno my bad...
     
  7. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Okay then no prob thanks for advice. next time I'll make it right.
     
  8. Phazor

    Phazor MDL Expert

    Sep 1, 2009
    1,144
    518
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    thanks! appreciate it Phazor

    was waiting for that to happen, I realized too late. I will repair the errors. thanks
     
  10. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
  11. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    The link is Up again... The tool has been fixed and tested several times, and it worked perfectly.. Please feedback if you find something I miss. Thanks to all of you. And Enjoy it....
     
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #12 timesurfer, Aug 10, 2010
    Last edited by a moderator: Apr 20, 2017
    I looked at the script and noticed you said that a restart was necessary when rearming but you put the correct code

    Code:
    slmgr /rearm
    net stop sppsvc
    net start sppsvc
    
    so restart is unnecessary ;)

    And after you say this

    "After that you'll need Genuine Key, clean install or Instal Cert n Key"

    That's not entirely true :eek:...lol
     
  13. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #13 DARKOR04, Aug 10, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    What I mean is when rearm count reach 0 you need to do that or use IR4 to reset the count, thats what I really mean.
    But no problem, Fixed... BTW cmd line display the message anyways ".............restart......to changes take effect...."
     
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #14 timesurfer, Aug 10, 2010
    Last edited by a moderator: Apr 20, 2017
    Ok I read this and it seemed you suggested after rearm there was a restart necessary

    Code:
    :REARM
    CLS
    title W.O.A.T Tool v1.5 - Rearm windows
    echo.
    echo. W.O.A.T Tool v1.5 - Rearm windows
    echo. ---------------------------------
    echo.
    echo.Rearming Windows Please Wait...
    echo.
    cscript \windows\system32\slmgr.vbs /rearm
    net stop sppsvc
    net start sppsvc
    echo.
    echo.
    echo. Caution! You can Rearm Windows 3 Times only,
    echo. After that you'll need Genuine Key, clean install or Instal Cert n Key.
    echo.
    echo. Plase restart the system for the changes to take effect.
    echo.
    echo. Press any key to return to the main menu.
    pause > nul
    GOTO MAINMENU
    )
    I like this tool. It's everything Opa does plus some cool stuff even put's back default key which I need sometimes.

    Later
     
  15. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #15 DARKOR04, Aug 10, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Your Right timesurfer but fixed look:


    Code:
    :REARM
    CLS
    title W.O.A.T Tool v1.5 - Rearm windows
    echo.
    echo. W.O.A.T Tool v1.5 - Rearm windows
    echo. ---------------------------------
    echo.
    echo.Rearming Windows Please Wait...
    echo.
    cscript \windows\system32\slmgr.vbs /rearm
    net stop sppsvc
    net start sppsvc
    echo.
    echo.
    echo. Careful! You can Rearm Windows 3 Times only,
    echo. When count reach 0 need Clean Install or IR4 to reset it.
    echo.
    echo.
    echo. Press any key to return to the main menu.
    pause > nul
    GOTO MAINMENU
    )
    and thanks for advice :biggrin:
     
  16. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    #16 timesurfer, Aug 10, 2010
    Last edited by a moderator: Apr 20, 2017
    lol...funny :eek:

    Maybe when reach 0 rearms and 0 days...:p
     
  17. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Yes Its like Opa, I have ask Opa to update it, and permission granted, he suggest to make my own version, so i did, and add useful stuff I usually use. jeje BTW Thanks Opa
     
  18. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    It's real nice. I like it ;)
     
  19. killercat

    killercat MDL Member

    May 28, 2010
    179
    3
    10
    lol hey is this weird? my windows edition in enterprise but this tool says its ultimate :D look > and i have another program that says my windows is ultimate edition :p
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Do you check if you have Windows Media Center? If so. its really Ultimate edition and not Enterprise