Windows 7 preactivation kit

Discussion in 'Windows 7' started by Hazar, Aug 18, 2009.

  1. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    post updated, fixed a lockup bug
     
  2. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Will do later
     
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #63 Mr Jinje, Aug 22, 2009
    Last edited: Aug 22, 2009
    Think Smarter not Work Harder.

    Why not create end user update method. Create a version that reads the PID from an external.txt file. Allow the user to update that file themselves. Then people can use keys that are not leaked on the internet and still have a reason to need your loader.

    Since your code is not using a variable for the PID, you would create one via your batch. Set the variable to read it's value from the .txt file and change the line to something like cscript slmgr.vbs -ipk $VARIABLE instead hard coded to 22TKD like it is now. You will need to explicitly create the variable in the beginning of your code so that it is available later in the code when it is needed.

    Sounds more complicated then it is, ask if you have question.
     
  4. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    the code has not changed at all, just a few tweaks to setupcomplete.cmd. and as you can see, many reports of success. Because the exe is an sfx everything will be in the same dir, so no need for full file path.

    You really should test things before asking other to test them :D
     
  5. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    Leave him alone, he is still learning. At least he has 8 hours a day to dedicate to My Digital Life updating the program and answering millions of questions.
     
  6. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thing is though, he was wrong. See above post.
     
  7. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30

    slmgr.vbs wont know where the cert is unless you supply a full path
    or CD into the install dir

    cscript %SYSTEMROOT%\System32\slmgr.vbs -ilc "Cert.xrm-ms"

    your probably right about the bootinst.exe tho..

    this is the error returned:

    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.

    On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0xBBA' to display the error text.
    Error: 0xBBA
     
  8. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    you could try

    after every command that calls an external program
    that way if an operation fails the script will stop and
    you can view the error.
     
  9. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Dude I tested it and it worked. As long as its running from a batch script in the same dir as the files it works. Trust me.
     
  10. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    this is the batch file im using to test

    I have the cert in the same dir and get the same error.
     
  11. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Dude idk but sever people say it works perfectly and that is the way I did it with my vista crack and my original 7 loader they all worked great. Are you sure the SLUI error isnt access denied?
     
  12. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    but with this batch

    this is the output

     
  13. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I think someone is pulling your leg.
     
  14. Epsilan

    Epsilan MDL Novice

    Aug 22, 2009
    31
    0
    0
    does this kit work with the latest OEM key you provided today, Hazar?
     
  15. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    ok dude I don't know but it works for me. Must be to do with the way it extracts to a temp folder or something, maybe it provides full paths for it or something. :confused:
     
  16. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #77 nononsence, Aug 23, 2009
    Last edited: Aug 23, 2009
    also I spoted an issue with 1.5

    on the bootinst.exe line the %windir% is missing one of the %
     
  17. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Yeah that was fixed within about 45mins of it being released ;)
     
  18. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    confirmed, look perfect!
     
  19. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thanks, makes a change from my usual coding :)