Win 8.x • Win 7 • Vista - 'Multi-OEM' ISO Project

Discussion in 'MDL Projects and Applications' started by searchengine, Jan 30, 2010.

Thread Status:
Not open for further replies.
  1. downloaddeviant

    downloaddeviant MDL Junior Member

    Jan 12, 2008
    64
    5
    0
    Just had to say thanks for adding Vbox and VMWARE !!!!!!!!!!!! :worthy:
     
  2. chrisgun

    chrisgun MDL Novice

    Feb 28, 2012
    35
    2
    0
    is there any way that I can remove the activation thing as I would like to us this but I have the key already and just easier if I can remove the activation
     
  3. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    If you are using custom PC i,e, not a branded model Dell, HP e,c,t that did not come with windows 7 or vista pre-installed then it will not add OEM:SLP key.
     
  4. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,003
    19,676
    340
  5. Bige4u

    Bige4u MDL Novice

    Jun 8, 2013
    1
    0
    0
    Just used this along with my WIN7 OEM 9IN1 x86_x64 AIO disk, it activated automatically when installed on a new hdd in my acer netbook(win7 starter)... surprisingly, it still activated when using this with a retail disk, didnt think it would.

    Great work OP!
     
  6. chillipig

    chillipig MDL Junior Member

    Dec 26, 2009
    78
    10
    0
    Was just wondering if anyone knows which wallpapers in this tool are genuine OEM creations that came included with factory images. (As opposed to photoshop / deviant art made?)

    Great piece of work all the same.
     
  7. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    I wish we could get something like this for Windows 8
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1688 The_Guardian, Jul 2, 2013
    Last edited by a moderator: Apr 20, 2017
    Since there are no more shared keys with oem's on win8 the only working solution is to use kms. I have updated my modified version to include kmspico v7.1 for win 8 only. Installs branding and if win 8 will auto activate upon logging in to the desktop the first time. I keep the original script as true as possible. This might serve a purpose as to oem branding and activating via kmspico for win 8. I used a display.cmd file that gets called at login to run kms activation and any extra software you wish to install since in win 8 you cant use oobe or setupcomplete. I just use the login to install the extras. Thanks goes out to all involved in the seperate projects that I just put together. I take no credit for this is just some scripting nothing special on my behalf. Give all the credit to the original creators of the projects.

    Code:
    Removed
     
  9. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,003
    19,676
    340
    @cerberus8855

    I think its better to get permission from searchengine and start a new thread about your updated version.

    :hug2:
     
  10. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1690 The_Guardian, Jul 2, 2013
    Last edited: Jul 2, 2013
    @Tito,
    I dont see why a new thread would be necessary for this isnt nothing new but just put together if you will for lack of a better term. Like said above it is nothing special just some scripting to correct cleanup, added alt activation if oem activation fails and correct uac disabling in vista (gets turned back on). Other then that nothing really changed. Most takes place in the display.cmd file that gets called from oiginal script to run the display.exe and anything extra for oobe and setupcomplete cmds are disabled in win8. Its up to all of you though. Doesnt really matter to me. I was just sharing what modifications I use personally to customize my installs. Maybe I shouldnt have shared it? ...Sorry

    I will remove it....again no disrespect or harm intended.
     
  11. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,003
    19,676
    340
  12. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    No problem tito...I just dont want anyone upset with me for I am not trying to take over anyone's project, I just combined them into one. I did remove the link for I dont want to offend or make anyone mad at me so I thought that would be best. Like I said, I was just sharing. As far as another thread, the problem I would have with it is that I am not online much anymore so to keep it updated or make corrections would take me some time for I am really busy in real life. Its staff's call on that. Anyways, I hope everyone has a wonderful day.
     
  13. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    #1693 Simpuhl, Jul 2, 2013
    Last edited: Jul 2, 2013
    This did not activate my HP G60 (Windows 7 32bit Ultimate). I had to use Windows Loader :( It did load all the logos though!

    Is there anyway I can update my cd so that if oem activation fails it uses Windows Loader instead?

    I know how to add the windows loader as a script and stuff just don't know how to use it as an alternative if oem fails.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    Below are some specs on your machine...this is why it didnt activate....you dont have slic 2.1 in bios...either mod bios or use loader. This is why he includes the oem assm. tool to check first before installing.
    Operating System:
    Genuine Windows Vista Home Premium with Service Pack 1
     
  15. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    Its ok that it didn't activate I just want to make my cd use windows loeader as an alternative if it doesn't for future stuff. do u know how?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1696 The_Guardian, Jul 3, 2013
    Last edited: Jul 3, 2013
    WMIC /NAMESPACE:\\root\CIMV2 PATH SoftwareLicensingProduct WHERE LicenseStatus=1 GET LicenseStatus | findstr "1" >nul
    IF '%errorlevel%' == '1' GOTO :Activation

    :Activation
    now add the loader or kms activation here

    Since this is for win 7 then just use setupcomplete.cmd for above scripting to do the check and if not activated then use windows loader or kms. Simple
     
  17. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    #1697 Simpuhl, Jul 3, 2013
    Last edited by a moderator: Apr 20, 2017
    I made my SetupComplete.cmd with the following:

    Code:
    @echo off
    WMIC /NAMESPACE:\\root\CIMV2 PATH SoftwareLicensingProduct WHERE LicenseStatus=1 GET LicenseStatus | findstr "1" > nul
    IF ERRORLEVEL 1 goto :not_licensed
    RMDIR /S /Q "%WINDIR%\Setup\Scripts" >nul
    exit
    
    
    
    
    
    :not_licensed
    %~dp0"Windows Loader.exe" /silent /preactivate >nul
    cd %~dp0
    attrib -R -A -S -H *.*
    SHUTDOWN /R /T 30
    RMDIR /S /Q "%WINDIR%\Setup\Scripts" >nul
    exit
    
    I also added Windows Loader.exe to the same folder (Scripts)


    I notice mine includes

    Code:
    RMDIR /S /Q "%WINDIR%\Setup\Scripts" >nul
    
    What exactly do that do? should I delete it?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. urie

    urie retired mod

    May 21, 2007
    8,996
    3,380
    300
    @ Simpuhl, it deletes the scripts folder from windows\setup folder once windows is installed you do not need it after that.
     
  19. Simpuhl

    Simpuhl MDL Senior Member

    Aug 8, 2012
    396
    43
    10
    Sweet thank you

    So I should leave it in then.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. anas992000

    anas992000 MDL Novice

    Jul 6, 2013
    2
    0
    0
    :worthy:thnx its work