KMS-QADhooker for Localhost Self-Activation

Discussion in 'Windows 10' started by xinso, Apr 17, 2014.

  1. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,776
    150
    #361 CODYQX4, Jun 3, 2014
    Last edited: Apr 12, 2019
    .
     
  2. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,001
    60
    #362 ratzlefatz, Jun 5, 2014
    Last edited: Jun 5, 2014
    Hi xinso,

    just noticed: Checking Windows version in Install_and_Forget.cmd doesn't work on Windows 7.

    before:
    set FL=/format:list
    set SS=wmic path SoftwareLicensingService
    for /f "tokens=2 delims==" %%A in ('%SS% get version %FL%') do (set VS=%%A)
    set CV=%VS:~,3%
    if %CV% LSS 6.2 (if %CV% GTR 6.3 echo Unsupported Windows.&echo.&pause&exit)

    the "if" version check goes wrong.

    Content of variable CV is ok.

    echo %CV%

    output: 6.1

    after I changed code to:

    if %CV% LSS 6.2 echo Unsupported Windows.&echo.&pause&exit
    if %CV% GTR 6.3 echo Unsupported Windows.&echo.&pause&exit

    then it works as expected.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #363 xinso, Jun 5, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  4. something²

    something² MDL Novice

    Nov 22, 2008
    15
    1
    0
    Hi xinso,

    nice work! i just wonder why it only supports Windows 8.x.
    Is there any reason it doesn't work on all of the NT6.x series Windows?
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #365 xinso, Jun 6, 2014
    Last edited: Jun 6, 2014
    (OP)
    Before Windows 8, I used OEM:SLP, not familiar with KMS.

    Thanks.
     
  6. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,957
    19,487
    340
    #366 Tito, Jun 8, 2014
    Last edited by a moderator: Apr 20, 2017
    @xinso

    For 9600, you are using user made GVLKs for build 17029 (not RTM) of the following SKUs:
    Code:
    :ProfessionalStudent
    :CoreConnected
    :CoreConnectedSingleLanguage
    
    It leads to confusion. I suggest you to remove them & add after leak of RTM.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #367 xinso, Jun 8, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Yes. Sir.

    Mr.X told me, and I copied from Slave77. Cool.
     
  8. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,957
    19,487
    340
    Alternatively, we still can make GVLK for the RTM but it isn't recommended to share them.

    :D
     
  9. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,957
    19,487
    340
    #369 Tito, Jun 8, 2014
    Last edited by a moderator: Apr 20, 2017
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #370 xinso, Jun 8, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  11. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,957
    19,487
    340
    Welcome buddy! Your dedication to this forum is priceless.

    :flag:
     
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,280
    931
    60
    The "RenewalTask" it is a splendid idea! :worthy:

    Edit : I think of expecting Windows 8.1 Update 2 before creating a new AIO
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,280
    931
    60
    Sorry I have a question, what is the difference between Select-Slipstream and Slipstream_KmsRenewalTaskLogon ?
    The Slipstream_KmsRenewalTaskLogon is only for 8.1 with Office 2013 or not :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #374 xinso, Jun 11, 2014
    Last edited: Jun 11, 2014
    (OP)
    1. Same. To cut down the file name length.

    2. Extra Scheduled Task is for Windows 8.1 the weird only.

    Actually, KMS-QADhooker does not need Scheduled Task, because it'll be called automatically by sppsvc. And this is why there are options at OP for different tastes.

    For example, some like to activate the System at last second, yet some like to see 259200 every day.

    I belong to the former, because I wish it to sleep 259200 Mins and wake up to activate at 259201, then go to sleep another 259200...

    In short:

    Without Scheduled Task, KMS-QADhooker works only when activation is requested.

    With Scheduled Task, KMS-QADhooker works always, like normal KMS Service.

    Edit: Correction

    With Scheduled Task, if Renewal Interval is too short, e.g. 2 or 3 Mins, KMS-QADhooker works always, like normal KMS Service.

    Thanks.
     
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,280
    931
    60
    OK Thanks, all is good, I like the first method too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
    #376 xinso, Jun 11, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
  17. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,957
    19,487
    340
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,019
    14,668
    340
  19. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,399
    2,043
    210


    We should not generate keys - at least not at MDL , as the outcome can be (does not have to be) unexpected

    sebus
     
  20. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,957
    19,487
    340
    Exactly, sometimes more knowledge is dangerous. Wzor made a 'keygen' using this, without giving any credit.

    @xinso

    Your thread is excellent but the outcome of the guide posted before may not be welcomed. Good to see that you have removed it.