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
    335
    157
    10
  2. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #63 nononsence, Sep 25, 2009
    Last edited: Sep 25, 2009
    the certs you added look correct, I think you got the hang of it
     
  3. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
  4. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    the bootloader wont install if the system activates after the certificate
    is installed, else you can edit the install.vbs script to remove every thing
    past the

    '==================================================================================
    'populate dictonaty
    '==================================================================================

    part, the resulting script will install the certificat and quit.
     
  5. colinzim

    colinzim MDL Senior Member

    May 14, 2007
    461
    114
    10
    Thanks, very nice work !
    Better to keep bootloaders separate - (my opinion only)
     
  6. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    also you can delete the bin directory, $OEM$\$$\Setup\Scripts\bin
     
  7. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #71 nononsence, Sep 25, 2009
    Last edited by a moderator: Apr 29, 2017
  8. danny3456

    danny3456 MDL Member

    Aug 22, 2009
    132
    14
    10
    Good job!!! Thanks.:D
     
  9. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    Hi..nononsence,i just now tested ur pre-activation script..it creates a pre-activated iso succesfully...but i think you forgot to add logos in the script...just check ur script again..thanks
     
  10. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10

    well i just figured it out...we have to add all the contents of the logos folder into the scripts folders...how could i forgot such an easy step...:p
     
  11. MyDigitalName

    MyDigitalName MDL Member

    Sep 12, 2009
    124
    17
    10
  12. kdoweb

    kdoweb MDL Novice

    Sep 18, 2009
    13
    0
    0
    I also like to create an x86 and x64 aio can you please post your guide? the guide that I found requires 4 iso files but I only want to create disk with just 2 iso files.
     
  13. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    We cannot add samsung because at present there are no new certs v2.1 are available for samsung..
     
  14. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    I will post the guide tomorrow..its pretty simple after nononsence has made the script..:)
     
  15. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #80 nononsence, Sep 25, 2009
    Last edited: Sep 25, 2009
    here is a mini-guide to add a custom logon background to the $OEM$ folder



    choose or make a .jpg (filesize must be less than 256Kb)
    make a background for each supported resoultion.

    backgroundDefault.jpg
    background768x1280.jpg
    background900x1440.jpg
    background960x1280.jpg
    background1024x1280.jpg
    background1280x1024.jpg
    background1024x768.jpg
    background1280x960.jpg
    background1600x1200.jpg
    background1440x900.jpg
    background1920x1200.jpg
    background1280x768.jpg
    background1360x768.jpg

    put .jpg's

    in $OEM$\$$\SETUP\SCRIPTS\logos\*\backgrounds\

    add


    ==============================================================================================================


    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background]
    "OEMBackground"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI]
    "ButtonSet"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background]
    "OEMBackground"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI]
    "ButtonSet"=dword:00000000


    ==============================================================================================================


    to $OEM$\$$\SETUP\SCRIPTS\logos\*\reg.reg


    In order to change the button set change:

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI


    0. Lighter text shadows, darker (more opaque) buttons (Windows default)
    1. Darker text shadows, lighter (more translucent) buttons (for lighter backgrounds)
    2. No text shadows, opaque buttons (for darker backgrounds)


    >>>>> EDIT: I attached an example that will change your logon screen to black. <<<<<


    .
     

    Attached Files: