Multi OEM/Retail Project

Discussion in 'MDL Projects and Applications' started by The_Guardian, Nov 8, 2014.

Thread Status:
Not open for further replies.
  1. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,554
    15,642
    270
    Look at your inbox
     
  2. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,554
    15,642
    270
    @all
    I strongly recommend to use an extension for your browser called uBlock Origin (not uBlock but uBlock Origin)
    This way any pop up or opening pages for re-direction which leads to malware download is blocked.

    Many file servers are using nasty tactics...
     
  3. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    Mr.X is my hero. :)
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,736
    240

    yay dude, thanks again you is one good friend :clap:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    Going to be updating the WinTel.cmd (optional addition) with error handling for ip routes that might already be executed. This update will come later this week.
     
  6. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    First post updated 11-01-2015.
    Change log 11-01-2015:
    -Updated optional WinTel.cmd with error handling.
     
  7. amsk98

    amsk98 MDL Junior Member

    Sep 8, 2013
    82
    5
    0
    update

    thanks for periodic update
     
  8. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    #1669 Smorgan, Nov 5, 2015
    Last edited: Nov 5, 2015
    Its been awhile.

    I've been working on modernizing script stuff with powershell. I wanna add the multi oem project as a module into the powershell oem pack. I think its finally time.

    Also I can pull the hardware information using powershell to pipe it into the multi oem project on install. I have a prototype that is stable that I'm using to throw from my version to the mdl copy.
     
  9. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    So your going through power-shell withdraws? lol Just say no. lmao! Got to mess with you a little bit. ;)
     
  10. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    #1671 Smorgan, Nov 6, 2015
    Last edited by a moderator: Apr 20, 2017
    Nah I ran out of stuff to do with the oem stuff on the powershell side. Then I thought up how I can grab the hardware information to use on the script side. I wanna use the multi oem project as a module and if its easy maybe convert the OOBE script to powershell. I looked at it and I have many of the basic variables already implemented.

    Code:
    #Multi OEM Project
    #
    $ProductName = (gwmi Win32_OperatingSystem).Caption
    $winver = (gwmi win32_OperatingSystem).Version
    $Manufacturer = (gwmi win32_bios).Manufacturer
    $System = (gwmi win32_computersystem).Model
    $default = "$env:windir\Setup\Scripts"
    cd $default
     
  11. BillyRazOr

    BillyRazOr MDL Novice

    Jun 24, 2014
    21
    1
    0
    @The Guardian

    The "Force_Theme_[readme].txt" are only write the brand name inside this txt? And also this txt file must located in scripts folder for working to install any brand theme??
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    Exactly, you got it. :)
     
  13. BillyRazOr

    BillyRazOr MDL Novice

    Jun 24, 2014
    21
    1
    0
    @The Guardian

    Haha! Thx! :D:D

    But the problem is, when I boot Windows 10 Pro 64-bit with OEM added in VMware Workstation 11 while Setup is starting, it gives me an unknown error message: In my attachment

    Differently my Windows 8.1 Pro 64-bit with OEM are no problem for me, only Windows 10 had problem. So how I gonna to fix it? o_O:g:
     

    Attached Files:

    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
    If win10 is a upgrade then no need to add key since it is generic anyways. Once online it will connect with M$ server and activate according to hardware id's. No need to use xml file in this case.
     
  15. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    #1676 Smorgan, Nov 6, 2015
    Last edited: Nov 6, 2015
    Is it feasible to start converting the cmd scripts to powershell? In terms of oobe.cmd, install.cmd, and wintel.cmd?

    Should be pretty easy because the syntax for powershell is closer to modern programming.
     
  16. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    I will pm you with need files that you will need to convert later this evening when I get home.
     
  17. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #1678 The_Guardian, Nov 6, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  18. Smorgan

    Smorgan Glitcher

    Mar 25, 2010
    1,855
    1,051
    60
    yayyyyyyyyyy
     
  19. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    @ Smorgan,
    Check your pm's. ;)