Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. JanCerny

    JanCerny MDL Senior Member

    Sep 13, 2012
    295
    194
    10

    Attached Files:

  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    #1902 mxman2k, Dec 18, 2017
    Last edited: Dec 18, 2017
    (OP)
    Thanks for the theme set for Supermicro. Will add that information into the next MRP/QT as i will have to add the DMI information into the database as well so that it can be detected correctly. Updated first post with the Supermicro brand and added you to the credits list for the OEM theme set. :)

    Regarding the CPU information, this is obtained via a WMIC call directly from the OS, sadly i cannot alter how that part works. There seems to be some discrepancies with some elements of the queries on some computers, the only thing i can think of is a 'bug' of some sort within the WMIC system as i followed Microsoft's information sheets.

    Dual CPU's may be a addition i will check for at a later stage hopefully that will address any issues.

    The top part is just information and isn't 100% accurate on some parts due to lack of information sheets available to obtain those parts.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    #1903 mxman2k, Dec 18, 2017
    Last edited: Dec 18, 2017
    (OP)
    QT 39 will have a new routine added (only for W8.x/10 as the API calls are not present in anything lower than 8.0), this will show a bit more information about the HDD/SDD.

    Sneak clue:
    Code:
    HDD {Boot} Information    - [BusType:SATA, Partition:MBR, Model:Samsung SSD 750 EVO 250GB] 
    ;)

    It should now (on W8.x/10) show the bustype such as SATA, IDE/ATA, eMMC/SD, NVMe etc. The model name may or may not show depending if the information is present, if the manufacturer allows reading of that data area.

    The routine almost got scrapped as spent hours yesterday trying to get it to work on non English installs as the results was localized. After a short 'give it up for now' moment, and a little tweak all was good. Thanks to @s1ave77 & @Enthousiast for multiple testings on their native language installs. :hug2:

    Have added the Supermicro details into the database and the theme pack into the OEM's.7z file as well. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    Re Query Tool
    Hopefully have addressed the CPU/Cores/Threads issue with more than one Processor, such as dual and more CPU setups. I cannot guarantee it will be 100% perfect in the Cores/Threads area but the actual Physical Processor count should be correctly shown as {x-} after the CPU name, see below code tag examples. A single CPU will not show the {x-} number.

    On the assumption that if a dual processors are fitted they must be a matched pair so if the cores/threads for a single processor is 2/4 then logically if 2 processors are fitted it will be 4/8 in this example.

    Examples:
    Code:
    CPU Name                 - Intel{R} Core{TM} i5-6400 CPU @ 2.70GHz {x2}
    ...
    CPU Cores/Threads        - [8] / [8]
    Code:
    CPU Name                 - Intel{R} Core{TM} i5-6400 CPU @ 2.70GHz {x4}
    ...
    CPU Cores/Threads        - [16] / [16]
    I know i said no coding done over the festive season, but was bored so had a play about. :p

    I could release this version if there is enough call for it (either as Beta or baseline) ?

    Tests all seem to indicate no problems.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    :tooth:
    ocd.jpg
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    Code:
    # MRPConfiguration file. {Via MRPConfig Creator v1.8}
    
    # #################################################################################################################################
    # ############################################ General OS Options Below ###########################################################
    # #################################################################################################################################
    
    # Setting :EnhancedLogMode to Yes will turn on enhanced Project.Log information.
    # Set to No will Disable Enhanced Log Mode, {Default setting}.
    
    :EnhancedLogMode=Yes
    
    # #################################################################################################################################
    
    # MRP System Drive renaming
    # Set to Yes will tell MRP to auto name the System Drive with Windows_xx_yyyy {xx is Vista/7/8.x/10/Server, yyyy is Core-Pro-Ent-etc}.
    # Set to No tells MRP not to auto rename the drive and use the Operating System's default name. Default is No.
    # Also see :DriveLabel option below to override MRP automatic naming.
    
    :AutoDriveRename=No
    
    # #################################################################################################################################
    
    # Setting :DriveLabel to your own Selection will rename the System Drive to your specified name, overriding the MRP automated
    # naming of the System Drive. If :AutoDriveRename option is set to Yes it will be ignored or set to No if :DriveLabel is used.
    # Note that some characters are not permitted, check on the internet for details of what is allowed.
    # Leave this option blank with :AutoDriveRename command set as Yes to use MRP's auto-rename feature. Default is blank.
    
    :DriveLabel=Test_17063
    
    # #################################################################################################################################
    
    # Place ThisPC/My Computer icon on the Desktop. {'My Computer' for OS's below Windows 8 and 'ThisPC' for Windows 8 and above}.
    # Set to Yes will show the icon.
    # Set to No {default} don't show the icon on the Desktop.
    
    :ThisPC=Yes
    
    # #################################################################################################################################
    
    # Using the :CustomTheme option below works in same way as the 'Force_Theme[Readme].txt' did, you set the
    # brand and MRP attempts to use it, leave it blank to allow MRP to automate theme processing via DMI information etc.
    # Note that using an incorrect or misspelt name for the brand may result in the Windows default theme being used.
    # There is limited checking to see if the brand used in this option exists and if it cannot be found then MRP will
    # attempt normal theme processing, if that fails then the Windows default theme will be used.
    # Only accepts the brand names found within the OEM's.7z file. Default is blank.
    
    :CustomTheme=Rmplc
    
    # #################################################################################################################################
    
    # :ShowFileExt - Setting to Yes will show filenames with extensions ie 'myfile.txt' or No {default} to not show extensions.
    
    :ShowFileExt=Yes
    
    # #################################################################################################################################
    
    # :NoShortCutSuffix - Setting to Yes removes the '-shortcut' end part added to icons, No {Default} leave '-shortcut' reference present.
    
    :NoShortCutSuffix=Yes
    
    # #################################################################################################################################
    
    # :ComputerModelName - Entering text here will override any DMI detected Model Name which is shown on the
    # 'View basic information about your computer' screen under the 'System' section. Such as 'HP ProBook' etc.
    # Default is blank.
    
    :ComputerModelName=MRP 17063
    
    # #################################################################################################################################
    
    # :DisableMSRT - This enables or disables the Windows Malicious Software Removal Tool {MSRT} which is not really
    # needed if you use a 3rd party Antivirus application. See internet for more details about this program.
    # Default is No.
    
    :DisableMSRT=Yes
    
    # #################################################################################################################################
    
    # :EnableServerLockLogScreens - This enables or disables Server's Lock/Login Screens. Servers ONLY, ignored for non Servers.
    # Set to Yes will allow MRP to set the Lock/Login Screens on Servers. Some this may not work on, however Server 2016 it does work.
    # Default is No.
    
    :EnableServerLockLogScreens=No
    
    # #################################################################################################################################
    
    
    # #################################################################################################################################
    # ###################################### Windows 8.x/10 Only Options below ########################################################
    # #################################################################################################################################
    
    # Sets Delete confirmation for Windows 8.x/10, if :DelConfirm set to Yes then Windows will ask for confirmation when deleting a file.
    # Default is No.
    
    :DelConfirm=Yes
    
    # #################################################################################################################################
    
    # :ChangeLockLoginScreens - Setting to Yes, MRP will change the Lock/Log-On screens to the brand's wallpaper, {if one is present}.
    # Set to No tells MRP not to change the Lock/Log-In screens. This uses default Windows ones and not use the brand's wallpaper.
    # Default setting is Yes.
    
    :ChangeLockLoginScreens=No
    
    # #################################################################################################################################
    
    # :LaunchToThisPC - Setting to Yes, this will open 'ThisPC' instead of 'Quick Access' view.
    # Default is No.
    
    :LaunchToThisPC=Yes
    
    # #################################################################################################################################
    
    # :LegacyBootMenu - This Enables or Disables the 'F8' Legacy Boot Menu.
    # This option allows you to have the old Boot Menu if you press 'F8' during boot up.
    # Default No.
    
    :LegacyBootMenu=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # :W10TB - Setting to Yes will tell MRP to Colorize the TitleBars, see :WXTBColor for current colors allowed.
    # Change to No to not change them, {Default setting}.
    
    :W10TB=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # Setting :WXTBColor to:
    # 'Grey' will tell MRP to Colorize the TitleBars to Grey, {DarkGrey-Active, LightGrey-Inactive}.
    # 'Blue' will use NavyBlue-Active, LightBlue-Inactive.
    # 'Classic' is what the chosen Windows theme uses. This is also the default if :W10TB is set as Yes and no color set here.
    # --------
    # However for the moment only three Colors are working, Classic, Blue or Grey.
    # This is only active if :W10TB is set to Yes otherwise this option is ignored.
    
    :WXTBColor=Grey
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # Setting :HiLiteColor to Blue will tell MRP to change the HiLited text to Blue.
    # Setting :HiLiteColor to Grey will tell MRP to change the HiLited text to Grey.
    # Setting :HiLiteColor to Black will tell MRP to change the HiLited text to Black.
    # Setting :HiLiteColor to Default the color used is determined by the Windows theme in use.
    # However for the moment only three Colors are working, Blue, Grey or Black.
    # This is only active if :W10TB is set to Yes otherwise this option is ignored and Windows colors are used.
    
    :HiLiteColor=Grey
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # Enable file sharing tweak without enabling SMB v1.0 - This enables you to access network shares/drives which may be blocked.
    # Check online for AllowInsecureGuestAuth for any security risks involved if you enable this file sharing tweak.
    # Set as Yes to enable. Default is No.
    # Note if you want to use this tweak you must type Yes {or yes}, as anything else is taken as No for security.
    
    :EnableFileSharing=Yes
    
    # #################################################################################################################################
    
    # Windows 10 RS3+ Only
    # Remove People icon from the Taskbar. Yes to remove the icon, or No {default} to leave it present.
    # Note if you set to Yes, {to remove the icon}, then a Log-Out maybe required after setup has completed to make this tweak work.
    # Also note this does not uninstall the People App.
    
    :RemovePeopleBand=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # Prevent OneDrive from automatically installing after setup has completed.
    # Set to Yes to remove it from run/runonce, or No {default} to let it install.
    # Note this tweak does not uninstall One Drive from your computer it just prevents it from
    # automatically installing after setup has completed.
    
    :PreventOneDrive=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # :AppsUseDarkTheme - Setting to Yes sets the Windows 10 Apps to use 'Dark Theme', No {Default} will use standard 'White' App theme color.
    
    :AppsUseDarkTheme=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # :OLEDTaskbar - Setting to Yes sets a more transparent Taskbar for Windows 10, No {Default} leave as Windows default semi-blurred.
    
    :OLEDTaskbar=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # Remove Library Folders from 'ThisPC' View, such as Pictures, Documents etc. {Not the 'Quick Access' menu on side panel}
    # Default is No.
    
    :RemoveLibraryFolders=Yes
    
    # #################################################################################################################################
    
    # Windows 10 RS3+ Only
    # Remove 3D Objects folder from 'ThisPC' view.
    # Default No.
    
    :Remove3DObjects=Yes
    
    # #################################################################################################################################
    
    # Windows 10 Only
    # Disable Automatic Computer Maintenance Tasks. Such as broken shortcuts removal.
    # Desktop icons which have been unused in three months will be removed, plus other resource using things.
    # See internet for more details.
    # Default No.
    
    :DisableAutoMaint=Yes
    
    # #################################################################################################################################
    
    # End of MRP Config
    
    :END
    
    Code:
    Multi-OEM/Retail Project Version : 171215-R78.0 - BaseLine  [MRP/MDL]
     
    Required project files extracted successfully.
     
    DeCompile has detected a 'VMware' Virtual Machine.
     
    OEM's folder detected, structure appears OK.
     
    Detected Config File          - Checking For User Options...
                                  - Options Pre-Check Completed.
     
    MRP Logging Mode              : Enhanced
    Confirm File Delete           : Enabled
    W10 TitleBar Color            : Enabled  - Title Bars will be colorized to Grey.
    Hi-Lite Colorization          : Enabled  - Hi-Lited Text will be colorized to Grey.
    CustomTheme option            : Disabled - Brand folder or file{s} missing.
    No Lock/Login Screen          : Enabled  - Lock/Login Screen's will NOT be replaced.
    Show 'ThisPC' On Desktop      : Enabled
     
    OS Installation Date/Time     : Tue 12/19/2017 -- 8:40pm
     
    [OSINF] =======================
    [OSINF] Detected OS Information
    [OSINF] =======================
    [OSINF] Version Installed     : Windows 10 Enterprise Insider Preview x64
    [OSINF] Edition {Registry}    : Professional
    [OSINF] Edition {WMIC}        : Professional
    [OSINF] Build Information     : 17063.1000.amd64fre.rs_prerelease.171213-1610
    [OSINF] Update Build Revision : 1000
    [OSINF] Edition Language/Code : en-US / 1033 {409h}
    [OSINF] Locale                : en-US
    [OSINF] Language Name Value   : ENU
    [OSINF] =======================
     
    [MBINF] =======================
    [MBINF] Motherboard Information
    [MBINF] =======================
    [MBINF] #01 CS Product Name   : [VMware Virtual Platform]
    [MBINF] #02 CS Model Name     : [VMware Virtual Platform]
    [MBINF] #04 CS Vendor Name    : [VMware, Inc.]
    [MBINF] #05 CS System Name    : [VMware, Inc.]
    [MBINF] #06 Baseboard Name    : [Intel Corporation]
    [MBINF] #08 BIOS or SLIC ID   : [DELL]
    [MBINF] #09 SLIC Information  : [2.2]
    [MBINF] #11 MSDM Brand Name   : [Dell]
    [MBINF] =======================
     
    [CMINF] =======================
    [CMINF] CPU/Memory  Information
    [CMINF] =======================
    [CMINF] CPU Name/Type         : [Intel{R} Core{TM} i7-3770 CPU @ 3.40GHz]
    [CMINF] CPU Description       : [Intel64 Family 6 Model 58 Stepping 9]
    [CMINF] CPU Architecture      : [32/64 Bit Instruction Set]
    [CMINF] CPU Cores/Threads     : [2] / [2]
    [CMINF] Total Physical Memory : [4095 Mb]
    [CMINF] Available Memory      : [3672 Mb]
    [CMINF] =======================
     
    [HDTYP] Info: HDD Detected.
     
    [SATOU] -> Show User options enabled/applied.
    [FEXTS] Show File Extensions option enabled.
    [REMSC] Remove '-Shortcut' reference from icons option enabled.
    [AMSRT] Disable 'Malicious Software Removal Tool' tweak applied.
    [GO2TP] Launch To 'ThisPC' instead of 'Quick Access' view option enabled.
    [APPDT] Apps use 'Dark Theme' option enabled.
    [REMPB] Remove 'People Band' option enabled.
    [REM1D] Prevent One Drive from installing tweak enabled.
    [REM6F] Remove 'Library Folders' from 'ThisPC' view tweak applied.
    [REM3D] Remove '3D Objects Folder' from 'ThisPC' view tweak applied.
    [MTTBT] Extra TaskBar Transparency option enabled.
    [AWLBM] Use 'F8' Legacy Boot Menu tweak applied.
    [NOAMT] Disable 'Automatic Computer Maintenance Tasks' tweak applied.
    [USERL] System Drive user rename option enabled, 'Local Disk' changed to 'Test_17063'.
    [PKEIC] -> PID.txt/ei.cfg Detection.
    [PKEIC] The PID.txt file was not detected.
    [PKEIC] The ei.cfg file "D:\Sources\ei.cfg" was detected.
    [CKDMI] Querying BIOS for any manufacturer brand information.
    [VMWSD] Default DMI 'VMware' with a Dell [#08] SLIC detected.
    [THMOK] Dell [#08] manufacturer detected for automated theme/branding.
    [UDPNA] User defined 'Computer Model Name' option has been enabled.
    [CHKMN] Computer Model Name: 'MRP 17063' has been applied.
    [BRND1] -> Branding Extra Checks Section.
    [USRFT] CustomTheme option was not used.
    [THMMS] -> OEM Brand Transfer Management Section.
    [WPCHK] Wallpaper.jpg transferred.
    [BGDFC] Desktop backgrounds folder created.
    [BGDFC] BackgroundDefault.jpg created from Wallpaper.jpg.
    [W8XAP] -> Windows 10: User Account Picture Management {1}.
    [RMXML] OOBE.xml file processed.
    [UBREP] User.bmp replaced.
    [UPREP] User.png replaced.
    [UPREP] User-40.png replaced.
    [WXAP2] -> Windows 10: User Account Picture Management {2}.
    [UPREP] User-32.png replaced.
    [UPREP] User-48.png replaced.
    [UPREP] User-192.png replaced.
    [NLLSA] Note: Using Windows default Lock/Log-In Screens as the ChangeLockLoginScreens 'No' option was enabled.
    [OTFTS] -> OEM Theme Files Transfer Section.
    [OTFTS] OEM theme folder has been created.
    [OTFTS] OEM files have been transferred.
    [ATHBA] Dell theme has been applied.
    [BSHCS] Branding script has completed.
     
    [ADMAN] Add-On Manager: Started.
    [SATOU] -> Show User options applied.
    [FEXTS] Show File Extensions tweak applied.
    [REMSC] Remove '-Shortcut' on icons tweak applied.
    [REMPB] Remove 'People Band' tweak applied.
    [GO2TP] LaunchTo 'ThisPC' instead of 'Quick Access' tweak applied.
    [APPDT] Apps use 'Dark Theme' tweak applied.
    [REM1D] Prevent One Drive from installing tweak applied.
    [MTTBT] Extra TaskBar Transparency tweak applied.
    [CMSDM] Querying BIOS for MSDM data.
    [CMSDM] Processing MSDM Key...
    [CMSDM] -> Show WMIC/MSDM Edition/Channel Information.
    [CMSDM] -> {WMIC} OS Edition     : 'Professional'
    [CMSDM] -> {MSDM} KeyEditionID   : 'Professional'
    [CMSDM] -> {MSDM} ChannelID      : 'MSDM'
    [CMSDM] Key Detection Routine Used : 1
    [CMSDM] MSDM Key Information: Win 8 Professional
    [CMSDM] The detected MSDM key can be used for the OS Edition installed, saved and applied.
    [CMSDM] The MSDM key details have been saved in C:\MSDM-Key.txt.
    [USRAC] Windows 10: Enhanced Log-On screen has been enabled.
    [WXSTB] Windows 10: 'Grey' Title Bar Colorization applied.
    [WXSHL] Windows 10: 'Grey' Hi-Lite Text Color applied.
    [USRAC] 'User Account Picture' registry entry applied.
    [USRRO] Windows 'Registered Owner' {Winver} registry entry corrected.
    [USRD0] Detected 'defaultuser0', removal process started.
    [RDUPM] Removal of 'defaultuser0' account completed.
    [AMBPS] -> Checking BIOS/Boot mode and OS HDD/SDD partition type.
    [AMBPS] BIOS/Boot Mode : Legacy
    [AMBPS] Partition Type : MBR
    [AMHDC] SSD/HDD Mode   : AHCI
    [CHKLS] -> Check if Windows is activated/licensed.
    [CHKLS] License Status: Licensed, {HWID} Digital/Store License
    [OSLRC] License Status Reason Code: 0x4004F401
    [OSLRT] This computer has a valid Digital/Store License.
    [ADMAN] Add-On Manager: Completed.
    [CLNUP] MRP Clean Up Routine Processed.
     
    =========================================================================================
    = Please Note: It is advisable to log out or reboot your computer when possible to      =
    =              allow Windows 10 to finalize any settings/User Pictures etc.             =
    =                                                                                       =
    =              If you have used any tweak options within the configuration file then    =
    =              it is required to do a log out or reboot cycle to allow these options    =
    =              to take effect.                                                          =
    =========================================================================================
     
    The Multi-OEM/Retail Project has completed.
    
    
    Custom theme didn't run. Theme is inside the oem's.7z.
     
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    :g: interesting....

    CustomTheme option : Disabled - Brand folder or file{s} missing. :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    Only shows this:
    Code:
    CustomTheme option            : Disabled - Brand folder or file{s} missing.
     
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    Just looking into that brand. On my test brands script i use it also says

    CustomTheme option : Disabled - Required OEM Brand data files not found for user defined theme.

    Something is throwing the error that a file is missing. :g:

    Investigating...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    Think found the problem!

    Looks like MRP will need a bugfixed update lol.

    It will only affect Win8.x/10 as i missed off a vital '\' character :oops:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    You did that on purpose ;):p:D You don't want the break ;):D

    But it's coincidental i selected that theme (randomly), or was it with more themes?
     
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    :p

    Not sure, may be only that theme? no one has reported a problem, but it been fixed now.

    Might as well release the QT 39 as well.

    Then i might get a break :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    Will run a few others :)
     
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    #1914 mxman2k, Dec 19, 2017
    Last edited: Dec 19, 2017
    (OP)
    Ok a bumper release!

    First post updated with new passwords. :)

    MRP 78.1-BF (BugFixed) Baseline.

    Query Tool v39.

    OEMsOnly (Includes the new Supermicro theme).

    MRP Summary
    + Bugfix for CustomTheme not working on windows 8.x/10.

    + Added Supermicro theme.

    Query Tool
    +New routine for Multi-Processor systems, should show amount of CPU's {xY} after the CPU name. Also hopefully the right cores/threads. {Experimental}. A single CPU will not show any number after the CPU name. As it will only have one CPU. :p

    + Added Supermicro brand for dmi checks. Branding ONLY.

    + For Windows 8.x/10 only a bit more information about the Boot Drive. You will not see this new information on a OS lower than Win8.0 as the API call is not present so it will be the old info IDE/AHCI etc.

    + Few other tweaks done.

    + Added missing notes from QT38.

    Fingers crossed no more until January 2018!!! :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    About the forced themes, Acer also didn't install, still the vm dell theme.

    Will test the new MRP :)
     
  16. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    It should now :) It only affected Windows 8.x/10/S2012R2/S2016 -- Vista/7 and Servers using 6.0/6.1 kernels would not be affected.

    At least the fail-safe fall back worked. :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    Code:
    :CustomTheme=Rmplc
    Worked:
    Code:
    Multi-OEM/Retail Project Version : 171219-R78.1.BF - BaseLine  [MRP/MDL]
     
    Required project files extracted successfully.
     
    DeCompile has detected a 'VMware' Virtual Machine.
     
    OEM's folder detected, structure appears OK.
     
    Detected Config File          - Checking For User Options...
                                  - Options Pre-Check Completed.
     
    MRP Logging Mode              : Enhanced
    Confirm File Delete           : Enabled
    W10 TitleBar Color            : Enabled  - Title Bars will be colorized to Grey.
    Hi-Lite Colorization          : Enabled  - Hi-Lited Text will be colorized to Grey.
    CustomTheme option            : Enabled  - Using 'RMplc' defined in the MRPConfig file.
    No Lock/Login Screen          : Enabled  - Lock/Login Screen's will NOT be replaced.
    Show 'ThisPC' On Desktop      : Enabled
     
    OS Installation Date/Time     : Tue 12/19/2017 -- 10:35pm
     
    [OSINF] ======================= 
    [OSINF] Detected OS Information 
    [OSINF] ======================= 
    [OSINF] Version Installed     : Windows 10 Enterprise Insider Preview x64
    [OSINF] Edition {Registry}    : Professional
    [OSINF] Edition {WMIC}        : Professional
    [OSINF] Build Information     : 17063.1000.amd64fre.rs_prerelease.171213-1610
    [OSINF] Update Build Revision : 1000
    [OSINF] Edition Language/Code : en-US / 1033 {409h}
    [OSINF] Locale                : en-US
    [OSINF] Language Name Value   : ENU
    [OSINF] ======================= 
     
    [MBINF] =======================
    [MBINF] Motherboard Information
    [MBINF] =======================
    [MBINF] #01 CS Product Name   : [VMware Virtual Platform]
    [MBINF] #02 CS Model Name     : [VMware Virtual Platform]
    [MBINF] #04 CS Vendor Name    : [VMware, Inc.]
    [MBINF] #05 CS System Name    : [VMware, Inc.]
    [MBINF] #06 Baseboard Name    : [Intel Corporation]
    [MBINF] #08 BIOS or SLIC ID   : [DELL]
    [MBINF] #09 SLIC Information  : [2.2]
    [MBINF] #11 MSDM Brand Name   : [Dell]
    [MBINF] =======================
     
    [CMINF] =======================
    [CMINF] CPU/Memory  Information
    [CMINF] =======================
    [CMINF] CPU Name/Type         : [Intel{R} Core{TM} i7-3770 CPU @ 3.40GHz]
    [CMINF] CPU Description       : [Intel64 Family 6 Model 58 Stepping 9]
    [CMINF] CPU Architecture      : [32/64 Bit Instruction Set]
    [CMINF] CPU Cores/Threads     : [2] / [2]
    [CMINF] Total Physical Memory : [4095 Mb]
    [CMINF] Available Memory      : [3674 Mb]
    [CMINF] =======================
     
    [HDTYP] Info: HDD Detected.
     
    [SATOU] -> Show User options enabled/applied.
    [FEXTS] Show File Extensions option enabled.
    [REMSC] Remove '-Shortcut' reference from icons option enabled.
    [AMSRT] Disable 'Malicious Software Removal Tool' tweak applied.
    [GO2TP] Launch To 'ThisPC' instead of 'Quick Access' view option enabled.
    [APPDT] Apps use 'Dark Theme' option enabled.
    [REMPB] Remove 'People Band' option enabled.
    [REM1D] Prevent One Drive from installing tweak enabled.
    [REM6F] Remove 'Library Folders' from 'ThisPC' view tweak applied.
    [REM3D] Remove '3D Objects Folder' from 'ThisPC' view tweak applied.
    [MTTBT] Extra TaskBar Transparency option enabled.
    [AWLBM] Use 'F8' Legacy Boot Menu tweak applied.
    [NOAMT] Disable 'Automatic Computer Maintenance Tasks' tweak applied.
    [USERL] System Drive user rename option enabled, 'Local Disk' changed to 'Test_17063'.
    [PKEIC] -> PID.txt/ei.cfg Detection.
    [PKEIC] The PID.txt file was not detected.
    [PKEIC] The ei.cfg file "D:\Sources\ei.cfg" was detected.
    [CKDMI] Querying BIOS for any manufacturer brand information.
    [VMWSD] Default DMI 'VMware' with a Dell [#08] SLIC detected.
    [THMOK] Dell [#08] manufacturer detected. Defined CustomTheme 'RMplc' will override this.
    [UDPNA] User defined 'Computer Model Name' option has been enabled.
    [CHKMN] Computer Model Name: 'MRP 17063' has been applied.
    [BRND1] -> Branding Extra Checks Section.
    [FTHWD] CustomTheme processing.
    [USRFT] User selected CustomTheme 'RMplc' will be applied.
    [THMMS] -> OEM Brand Transfer Management Section.
    [WPCHK] Wallpaper.jpg transferred.
    [BGDFC] Desktop backgrounds folder created.
    [BGDFC] BackgroundDefault.jpg created from Wallpaper.jpg.
    [W8XAP] -> Windows 10: User Account Picture Management {1}.
    [RMXML] OOBE.xml file processed.
    [UBREP] User.bmp replaced.
    [UPREP] User.png replaced.
    [UPREP] User-40.png replaced.
    [WXAP2] -> Windows 10: User Account Picture Management {2}.
    [UPREP] User-32.png replaced.
    [UPREP] User-48.png replaced.
    [UPREP] User-192.png replaced.
    [NLLSA] Note: Using Windows default Lock/Log-In Screens as the ChangeLockLoginScreens 'No' option was enabled. 
    [OTFTS] -> OEM Theme Files Transfer Section.
    [OTFTS] OEM theme folder has been created.
    [OTFTS] OEM files have been transferred.
    [USCTA] User specified 'RMplc' theme has been applied. 
    [BSHCS] Branding script has completed.
     
    [ADMAN] Add-On Manager: Started.
    [SATOU] -> Show User options applied.
    [FEXTS] Show File Extensions tweak applied.
    [REMSC] Remove '-Shortcut' on icons tweak applied.
    [REMPB] Remove 'People Band' tweak applied.
    [GO2TP] LaunchTo 'ThisPC' instead of 'Quick Access' tweak applied.
    [APPDT] Apps use 'Dark Theme' tweak applied.
    [REM1D] Prevent One Drive from installing tweak applied.
    [MTTBT] Extra TaskBar Transparency tweak applied.
    [CMSDM] Querying BIOS for MSDM data.
    [CMSDM] Processing MSDM Key...
    [CMSDM] -> Show WMIC/MSDM Edition/Channel Information.
    [CMSDM] -> {WMIC} OS Edition     : 'Professional'
    [CMSDM] -> {MSDM} KeyEditionID   : 'Enterprise'
    [CMSDM] -> {MSDM} ChannelID      : 'MSDM'
    [CMSDM] Key Detection Routine Used : 1
    [CMSDM] MSDM Key Information: Win 10 Enterprise
    [CMSDM] The detected MSDM Key cannot be used for the Edition installed, saved only. 
    [CMSDM] The MSDM key details have been saved in C:\MSDM-Key.txt.
    [USRAC] Windows 10: Enhanced Log-On screen has been enabled.
    [WXSTB] Windows 10: 'Grey' Title Bar Colorization applied.
    [WXSHL] Windows 10: 'Grey' Hi-Lite Text Color applied.
    [USRAC] 'User Account Picture' registry entry applied.
    [USRRO] Windows 'Registered Owner' {Winver} registry entry corrected.
    [USRD0] Detected 'defaultuser0', removal process started.
    [RDUPM] Removal of 'defaultuser0' account completed.
    [AMBPS] -> Checking BIOS/Boot mode and OS HDD/SDD partition type.
    [AMBPS] BIOS/Boot Mode : Legacy 
    [AMBPS] Partition Type : MBR
    [AMHDC] SSD/HDD Mode   : AHCI
    [CHKLS] -> Check if Windows is activated/licensed.
    [CHKLS] License Status: Notification
    [OSLRC] License Status Reason Code: 0xC004F034
    [OSLRT] License not found/invalid or could not connect to the Activation Server.
    [CHKLS] Online connection maybe required to complete activation.
    [ADMAN] Add-On Manager: Completed.
    [CLNUP] MRP Clean Up Routine Processed.
     
    =========================================================================================
    = Please Note: It is advisable to log out or reboot your computer when possible to      =
    =              allow Windows 10 to finalize any settings/User Pictures etc.             =
    =                                                                                       =
    =              If you have used any tweak options within the configuration file then    =
    =              it is required to do a log out or reboot cycle to allow these options    =
    =              to take effect.                                                          =
    =========================================================================================
     
    The Multi-OEM/Retail Project has completed.
    
    
    The ei.cfg is there, i've selected pro at setup and it still installed enterprise, based on the MSDM :thinking:
     
  18. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,317
    21,056
    210
    Its the PID.txt that gets checked in the MSDM section if present it bypasses MSDM.

    I didn't check on the ei.cfg as at the time i created the routine, it should of ignored the MSDM, but looks like m$ have changed a few things since. :g:

    Well that will have to wait til after my break. May work on it in the 'bored' days before then.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    Yes, it's just an insider preview, nothing to hurry about :)

    They did correct and added some license switching.
     
  20. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    What Enterprise key do you have in MSDM?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...