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

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    Look at your inbox
     
  2. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    @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

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    Mr.X is my hero. :)
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,203
    Likes Received:
    7,532
    Trophy Points:
    210

    yay dude, thanks again you is one good friend :clap:
     
  5. Googolplex

    Googolplex MDL Junior Member

    Joined:
    Aug 17, 2014
    Messages:
    52
    Likes Received:
    28
    Trophy Points:
    0
  6. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    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.
     
  7. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    First post updated 11-01-2015.
    Change log 11-01-2015:
    -Updated optional WinTel.cmd with error handling.
     
  8. amsk98

    amsk98 MDL Junior Member

    Joined:
    Sep 8, 2013
    Messages:
    58
    Likes Received:
    5
    Trophy Points:
    0
    update

    thanks for periodic update
     
  9. Smorgan

    Smorgan Glitcher

    Joined:
    Mar 25, 2010
    Messages:
    1,855
    Likes Received:
    1,049
    Trophy Points:
    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.
     
  10. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    So your going through power-shell withdraws? lol Just say no. lmao! Got to mess with you a little bit. ;)
     
  11. Smorgan

    Smorgan Glitcher

    Joined:
    Mar 25, 2010
    Messages:
    1,855
    Likes Received:
    1,049
    Trophy Points:
    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
     
  12. BillyRazOr

    BillyRazOr MDL Novice

    Joined:
    Jun 24, 2014
    Messages:
    21
    Likes Received:
    1
    Trophy Points:
    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??
     
  13. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    Exactly, you got it. :)
     
  14. BillyRazOr

    BillyRazOr MDL Novice

    Joined:
    Jun 24, 2014
    Messages:
    21
    Likes Received:
    1
    Trophy Points:
    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:

  15. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    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.
     
  16. Smorgan

    Smorgan Glitcher

    Joined:
    Mar 25, 2010
    Messages:
    1,855
    Likes Received:
    1,049
    Trophy Points:
    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.
     
  17. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    I will pm you with need files that you will need to convert later this evening when I get home.
     
  18. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    #1678 The_Guardian, Nov 6, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  19. Smorgan

    Smorgan Glitcher

    Joined:
    Mar 25, 2010
    Messages:
    1,855
    Likes Received:
    1,049
    Trophy Points:
    60
    yayyyyyyyyyy
     
  20. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    @ Smorgan,
    Check your pm's. ;)
     
Thread Status:
Not open for further replies.