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

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

  1. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    #2561 zwaan123, Dec 1, 2013
    Last edited by a moderator: Apr 20, 2017
    Thanks very much ia'm going to try it !
     
  2. ace2

    ace2 Guest

    xinso look like you need to stay with, and use timeout /t 3 .;)

    I will stay with, and use NET START ALG >nul .:D
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,764
    14,471
    340
    Yeah, good for you.
     
  4. zetitres

    zetitres MDL Member

    Oct 20, 2009
    229
    49
    10
    The script works but suggest to add office activation. It is valid for windows but it is incomplete. Sorry, my point of view.:)
     
  5. ukendt

    ukendt MDL Junior Member

    Aug 4, 2009
    52
    14
    0
    And it will take care of both x86 and 64, I suppose?
    Would You mind to elaborate? Thx in advance!:worthy:
     
  6. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    it works on x86 an x64 you can use any method our program to intergrade it to your install disk !
    Its hard to explain how to do that in a minute but iam sure there is something about that on this forum
     
  7. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    i made it timeout /t 10 nobody complains and on older slow systems its also working ;) 10 sec is nothing in a life time :)
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,764
    14,471
    340
    Simply provide them with "$OEM$".
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,764
    14,471
    340
    Yeah, I see. You've done a great job, mate.
     
  10. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    I think so too, thanks for your help :)
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,764
    14,471
    340
    No worries.

    If you're interested in FakeClient/WinDivert (for no more 10 Secs' waiting. sort of weird though), give me a shout, I'll fly to you at once.
     
  12. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    i don''t know how to that i always post install the software i put it in the install.wim and edit the register of the install.wim to run it once
     
  13. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    Its always good to improve i will look in to that, but for now i hacked/rooted and flashed my new Galaxy s4 phone this weekend! i made this working on windows and ia''m also working to jailbreak my ipad ios 7.04 before the evaders do!iam a little busy :S
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,764
    14,471
    340
    #2576 xinso, Dec 1, 2013
    Last edited by a moderator: Apr 20, 2017
    Try putting a script called "SetupComplete.cmd", together with KMS_Installer.exe, in $OEM$\$$\Setup\Scripts.

    SetupComplete.cmd
    Code:
    @echo off
    pushD "%~dp0"
    
    KMS_Installer.exe /quiet
    
    cd\
    rd /q /s %WinDir%\Setup\Scripts
    And integrate $OEM$ into ISO\sources and save (or save as another new file).

    But remember not to show activation staus and prompt user for a "Press ENTER to continue" during silent install. Otherwise the "pause" will surely freeze the installation.
     
  15. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    we will do it! and thanks for your help
     
  16. zwaan123

    zwaan123 MDL Member

    Aug 15, 2011
    245
    491
    10
    #2578 zwaan123, Dec 1, 2013
    Last edited by a moderator: Apr 20, 2017
    Okay !thats easy! i will work on it tommorow!
     
  17. Cowboy

    Cowboy MDL Member

    Oct 25, 2008
    189
    29
    10
    Shouldn't that be /quiet
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,764
    14,471
    340
    No worries. It's my bad. "quiet".