Creating auto-activating DVD's-With or Without Loader???

Discussion in 'Windows 7' started by sushil1576, Sep 21, 2009.

  1. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    hi...Thanks for your suggestion..But i don't think it will be possible to include support for server as this does not deal only with activation part..It also involves integrating many other things such as drivers,updates,and many other modifications...
     
  2. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    Well...I think you can use this script in x86 windows 7 for preparing x64bit dvd...Anyway just try it and please report back.. :)
     
  3. shahed26

    shahed26 MDL Novice

    Feb 9, 2008
    26
    0
    0
    Ok, thanks for your reply. Maybe you can just create a seperate "cmd" file to add server R2 support?

    Integrating drivers, updates will work with server r2, other modifications might not, so maybe you can write a script for activation, that also has drivers and updates integration commands in that script.
     
  4. shahed26

    shahed26 MDL Novice

    Feb 9, 2008
    26
    0
    0
    #485 shahed26, Nov 10, 2009
    Last edited: Nov 10, 2009
    Thanks nonosence. Thats great :)

    Maybe this cmd file can make its way to the next update of this kit for a more complete activation kit.
     
  5. denslin

    denslin MDL Novice

    Oct 29, 2009
    21
    0
    0
    Thanks a lot!!
    Traditional chinese O.K.
     
  6. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I am working on adding languages, still a few details to work out.
     
  7. btf-tribal

    btf-tribal MDL Junior Member

    Jul 9, 2009
    70
    12
    0
    system : clean install of windows 7 ultimate x64
    no updates , no apps installed.
    run the script as admin

    everytime i run the script i got several errors.

    1. cant take owneship of several files
    2. updates cant be extracted to temp. folder

    tried to run the script with full admin rights (enabled in local users and groups)
    same errors.

    at this point the errors occour.
    what am i doing wrong?
     
  8. denslin

    denslin MDL Novice

    Oct 29, 2009
    21
    0
    0
    Thank YOU very much!!
     
  9. Raoul

    Raoul MDL Junior Member

    Aug 8, 2009
    61
    10
    0
    If I have more then 1 .cmd file in the folder, will they all be executed?
     
  10. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    Just try to run the script by right clicking on it and then choose "Run as Administrator"...may be thats the reason for all those errors...:)
     
  11. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    Yes...the script executes all the *.cmd commands in the extras folder...even better you can combine all the command in one *.cmd file..:)
     
  12. George King

    George King MDL Expert

    Aug 5, 2009
    1,858
    2,197
    60
    Yes, script will run all CMD files int folder...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    #494 sushil1576, Nov 13, 2009
    Last edited: Nov 13, 2009
    (OP)
    New Pre-Activation Script for Windows Server R2 2008...

    New Pre-Activation script for Windows server R2 2008 has been posted on the first page of this thread.....
    Version 2.6.9a :
    * Activates Server R2 2008 standard
    * Automatic integration of updates and drivers
    * Many Other customisations just like that in Windows 7 Kit


    *** Once again all the credit goes to The Great "nononsence"
     
  14. shahed26

    shahed26 MDL Novice

    Feb 9, 2008
    26
    0
    0
    Thanks for adding Windows Server R2 2008 support.
     
  15. Raoul

    Raoul MDL Junior Member

    Aug 8, 2009
    61
    10
    0
    Yes lol I know that i can combine them into one, but I wasnt sure it would work with more then 1. :)
     
  16. maktucali

    maktucali MDL Novice

    Nov 6, 2009
    21
    0
    0
    help here. the iso i got is the profesional with the

    sha1 50127304441A793EE51B3F501289F6599A559E9F

    anyway to make this tool work?

    i keep getting a failed message in cmd.
     
  17. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #498 nononsence, Nov 13, 2009
    Last edited by a moderator: Apr 20, 2017
    the sum is case sentive

    find near the top
    Code:
       "%~dp0bin\sha1.exe" "%~dp0%iso_file%" | findstr %sha1_sum% >nul
    
    and change to
    Code:
       "%~dp0bin\sha1.exe" "%~dp0%iso_file%" | findstr /I %sha1_sum% >nul
    
    /I after findstr

    and change

    set iso_file=7600.16385.090713-1255_x86fre_client_en-us_Retail_Ultimate-GRMCULFRER_EN_DVD.iso
    set sha1_sum=5395dc4b38f7bdb1e005ff414deedfdb16dbf610

    to match the iso you have
     
  18. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,370
    1,256
    60
    change name and sha in script.
     
  19. maktucali

    maktucali MDL Novice

    Nov 6, 2009
    21
    0
    0
    #500 maktucali, Nov 13, 2009
    Last edited: Nov 13, 2009
    cool thanks! i think its working!


    EDIT: IT WORKED!!! holly crap thank you