Multi-OEM/Retail Project {MRP} - Mk3

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

  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #801 s1ave77, Mar 21, 2017
    Last edited by a moderator: Apr 20, 2017
    Used the above to keep the complete snippet as reference could be shortened:

    Code:
    :SystemTime
        set X=
        for /f "skip=1 delims=" %%x in ('wmic os get localdatetime') do if not defined X set X=%%x
        set "t=%X:~8,2%:%X:~10,2%:%X:~12,2%"
        goto:eof
    
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #802 mxman2k, Mar 21, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Well have had a mass editing session with the TIME variable using the script S1ave77 posted (shortened version)...

    This is using a copy of the project just for this test with the new time check subroutine in place.

    Code:
    Multi-OEM/Retail Project Version : 170321-R54.2 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 21/03/2017 
     
    16:07:58 > Checking installed OS name. 
    16:07:58 Windows 10 Pro x64 version found. 
    16:07:58 > Checking installed OS Edition/SKU. 
    16:07:59 Professional Edition/SKU installed. 
    16:07:59 Build Version: 14393.0.amd64fre.rs1_release.160715-1616 
    16:07:59 Edition Language/Code: en-GB ( 2057 [809h] ) 
    16:07:59 OS Locale:             en-GB 
    16:07:59 OS Language Value:     ENG 
     
    -------------------- 
    DMI BIOS Information 
    -------------------- 
    #1 CS Product Name   : [To be filled by O.E.M.] 
    #2 CS Model Name     : [To be filled by O.E.M.] 
    #4 CS Vendor Name    : [Gigabyte Technology Co., Ltd.] 
    #5 CS System Name    : [Gigabyte Technology Co., Ltd.] 
    #6 Baseboard Name    : [Gigabyte Technology Co., Ltd.] 
    #8 BIOS ID           : [ALASKA] 
     
    > Detecting if a Solid State or Standard Hard Drive is present. 
    INFO: Standard HDD Detected. 
     
    16:07:59 > Checking if 'LblDrv' flag is enabled. 
    16:08:02 Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Pro'. 
    16:08:02 > Checking DMI for manufacture information. 
    16:08:02 Gigabyte [#4] manufacture will be used for theme/branding. 
    16:08:02 > Branding Section Part 1. 
    16:08:02 Force theme text file not present. 
    16:08:02 > Checking DMI for Model Name. 
    16:08:03 > Branding Section Part 2. 
    16:08:03 Desktop backgrounds folder created. 
    16:08:03 > Windows 8.x/10/Server 2016 User Account Picture Management Section 1. 
    16:08:03 OOBE.xml file deleted.  
    16:08:03 User.bmp replaced.  
    16:08:03 User.png replaced.  
    16:08:03 User-40.png replaced.  
    16:08:03 > Windows 10/Server 2016 User Account Picture Management Section 2. 
    16:08:03 User-32.png replaced.  
    16:08:03 User-48.png replaced.  
    16:08:03 User-192.png replaced. 
    16:08:03 Lock Screen {img105.jpg} replaced. 
    16:08:04 > Theme Management Section. 
    16:08:04 Gigabyte theme has been applied. 
    16:08:04 Log-In Background {img100.jpg} replaced. 
    16:08:04 > Transfer Theme Files Section. 
    16:08:04 System32\oobe\info folder has been created. 
    16:08:04 Required theme files transferred to 'System32\oobe\info' folder. 
    16:08:04 > Deletion of obsolete files. 
    16:08:04 Branding script has completed.
    16:11:18 Add-On Manager in progress. 
    16:11:19 > Detecting if Visual C 2012 DLL's are present. 
    16:11:19 > Visual C 2012 DLL's have been temporarily installed. 
    16:11:22 > Check BIOS for MSDM Key. 
    16:11:22 No MSDM key detected in BIOS. 
    16:11:24 > Temporary Visual C 2012 DLL's used have been uninstalled. 
    16:11:25 > Checking if the computer is a 'default' Virtual Machine. 
    16:11:30 Advanced Log-On screen has been enabled.
    16:11:31 Set 'User Account Picture' registry entry applied. 
    16:11:33 'Registered Owner' registry entry corrected. 
    16:11:33 Detected 'defaultuser0', attempting to remove the folder... 
    16:11:33 Removal of 'defaultuser0' folder successful. 
    16:11:34 > Checking BIOS's mode and System drive's partition type. 
    16:11:34 BIOS Mode: Legacy, Partition Type: MBR 
    16:11:45 > Checking Hard Drive Controller Mode. 
    16:11:45 HDD Controller Mode: [AHCI] 
    16:11:45 > Checking Online Status. 
    16:11:45 Device does not appear connected to the Internet, online license check failed. 
    16:11:45 > Checking if Windows is activated/licensed. 
    16:11:51 License Status: Not Licensed. 
    16:11:53 > Checking if 'UserTweaks.cmd' present. 
    16:11:53 'UserTweaks.cmd' present, attempting to apply. 
    16:11:53 UserTweaks.cmd has completed. 
    16:11:53 > Checking if 'WinTel.cmd' present. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    Still unsure to actually remove the time part as the addition adds another part where an error can occur.

    If the time is removed the log will look something like this:
    Code:
    Multi-OEM/Retail Project Version : 170321-R54.2 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 21/03/2017 
     
    > Checking installed OS name. 
    Windows 10 Pro x64 version found. 
    > Checking installed OS Edition/SKU. 
    Professional Edition/SKU installed. 
    Build Version: 14393.0.amd64fre.rs1_release.160715-1616 
    Edition Language/Code: en-GB ( 2057 [809h] ) 
    OS Locale:             en-GB 
    OS Language Value:     ENG 
     
    -------------------- 
    DMI BIOS Information 
    -------------------- 
    #1 CS Product Name   : [To be filled by O.E.M.] 
    #2 CS Model Name     : [To be filled by O.E.M.] 
    #4 CS Vendor Name    : [Gigabyte Technology Co., Ltd.] 
    #5 CS System Name    : [Gigabyte Technology Co., Ltd.] 
    #6 Baseboard Name    : [Gigabyte Technology Co., Ltd.] 
    #8 BIOS ID           : [ALASKA] 
     
    > Detecting if a Solid State or Standard Hard Drive is present. 
    INFO: Standard HDD Detected. 
     
    > Checking if 'LblDrv' flag is enabled. 
    Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Pro'. 
    > Checking DMI for manufacture information. 
    Gigabyte [#4] manufacture will be used for theme/branding. 
    > Branding Section Part 1. 
    Force theme text file not present. 
    > Checking DMI for Model Name. 
    > Branding Section Part 2. 
    Desktop backgrounds folder created. 
    > Windows 8.x/10/Server 2016 User Account Picture Management Section 1. 
    OOBE.xml file deleted.  
    User.bmp replaced.  
    User.png replaced.  
    User-40.png replaced.  
    > Windows 10/Server 2016 User Account Picture Management Section 2. 
    User-32.png replaced.  
    User-48.png replaced.  
    User-192.png replaced. 
    Lock Screen {img105.jpg} replaced. 
    > Theme Management Section. 
    Gigabyte theme has been applied. 
    Log-In Background {img100.jpg} replaced. 
    > Transfer Theme Files Section. 
    System32\oobe\info folder has been created. 
    Required theme files transferred to 'System32\oobe\info' folder. 
    > Deletion of obsolete files. 
    Branding script has completed.
    Add-On Manager in progress. 
    > Detecting if Visual C 2012 DLL's are present. 
    > Visual C 2012 DLL's have been temporarily installed. 
    > Check BIOS for MSDM Key. 
    No MSDM key detected in BIOS. 
    > Temporary Visual C 2012 DLL's used have been uninstalled. 
    > Checking if the computer is a 'default' Virtual Machine. 
    Advanced Log-On screen has been enabled.
    Set 'User Account Picture' registry entry applied. 
    'Registered Owner' registry entry corrected. 
    Detected 'defaultuser0', attempting to remove the folder... 
    Removal of 'defaultuser0' folder successful. 
    > Checking BIOS's mode and System drive's partition type. 
    BIOS Mode: Legacy, Partition Type: MBR 
    > Checking Hard Drive Controller Mode. 
    HDD Controller Mode: [AHCI] 
    > Checking Online Status. 
    Device does not appear connected to the Internet, online license check failed. 
    > Checking if Windows is activated/licensed. 
    License Status: Not Licensed. 
    > Checking if 'UserTweaks.cmd' present. 
    'UserTweaks.cmd' present, attempting to apply. 
    UserTweaks.cmd has completed. 
    > Checking if 'WinTel.cmd' present. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    JFYI there are over 200 places where the %TIME% variable is used in the whole MRP obviously not all are displayed as most are error/failure messages. 114 are in the branding script alone, i know, i counted them all!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Feel free to follow your instincts :D. I only remembered how i hate localized output and how much time i spent finding an independed way for some challenges (i only say activation).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #804 mxman2k, Mar 21, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Think this log looks better...

    Code:
    Multi-OEM/Retail Project Version : 170321-R54.2 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 21/03/2017 
     
    [CHKOV] > Checking installed OS name. 
    [CHKOV] Windows 10 Pro x64 version found. 
    [CHKOE] > Checking installed OS Edition/SKU. 
    [CHKOE] Professional Edition/SKU installed. 
    [CHKOE] Build Version: 14393.0.amd64fre.rs1_release.160715-1616 
    [OSLNG] Edition Language/Code: en-GB ( 2057 [809h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    DMI BIOS Information 
    -------------------- 
    #1 CS Product Name   : [To be filled by O.E.M.] 
    #2 CS Model Name     : [To be filled by O.E.M.] 
    #4 CS Vendor Name    : [Gigabyte Technology Co., Ltd.] 
    #5 CS System Name    : [Gigabyte Technology Co., Ltd.] 
    #6 Baseboard Name    : [Gigabyte Technology Co., Ltd.] 
    #8 BIOS ID           : [ALASKA] 
     
    > Detecting if a Solid State or Standard Hard Drive is present. 
    INFO: Standard HDD Detected. 
     
    [CHKLF] > Checking if 'LblDrv' flag is enabled. 
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Pro'. 
    [CHDMI] > Checking DMI for manufacture information. 
    [THMOK] Gigabyte [#4] manufacture will be used for theme/branding. 
    [BRND1] > Branding Section Part 1. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] > Checking DMI for Model Name. 
    [BRND2] > Branding Section Part 2. 
    [TRNDB] Desktop backgrounds folder created. 
    [W8XAP] > Windows 8.x/10/Server 2016 User Account Picture Management Section 1. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [WXAP2] > Windows 10/Server 2016 User Account Picture Management Section 2. 
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMMN] > Theme Management Section. 
    [THMRP] Gigabyte theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [CLEAN] > Deletion of obsolete files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager in progress. 
    [CMSDM] > Detecting if Visual C 2012 DLL's are present. 
    [CMSDM] > Visual C 2012 DLL's have been temporarily installed. 
    [CMSDM] > Check BIOS for MSDM Key. 
    [CMSDM] No MSDM key detected in BIOS. 
    [CMSDM] > Temporary Visual C 2012 DLL's used have been uninstalled. 
    [ADMVM] > Checking if the computer is a 'default' Virtual Machine. 
    [W10US] Advanced Log-On screen has been enabled.
    [W10US] Set 'User Account Picture' registry entry applied. 
    [W10US] 'Registered Owner' registry entry corrected. 
    [W10US] Detected 'defaultuser0', attempting to remove the folder... 
    [W10US] Removal of 'defaultuser0' folder successful. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] > Checking Hard Drive Controller Mode. 
    [AMHDC] HDD Controller Mode: [AHCI] 
    [AMCOS] > Checking Online Status. 
    [AMCOS] Device does not appear connected to the Internet, online license check failed. 
    [AMCLS] > Checking if Windows is activated/licensed. 
    [AMCLS] License Status: Not Licensed. 
    [AMUTC] > Checking if 'UserTweaks.cmd' present. 
    [AMUTC] 'UserTweaks.cmd' present, attempting to apply. 
    [AMUTC] UserTweaks.cmd has completed. 
    [AMWTL] > Checking if 'WinTel.cmd' present. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    A log without some reference looks a bit bare.
     
    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
    I mentioned to him to post in the thread directly so you can help mxman2k. Seems specific to win7 home.
     
  6. Delboy99

    Delboy99 MDL Novice

    Nov 10, 2014
    11
    3
    0
    The upgrade from win7 pro or 8.1 with win upgrade win 10 iso works a treat still.But my wifes friends emachine 4gb amd has win 7 home so i ran upgrade but after install doesnt activate when online.First time ive had issues with doing in this way.Dont want to use activator if at all possible.Im going to install windows 10 home on my dell desktop hopefully this evening & see if same thing happens.Interesting one.:g:
     
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #808 mxman2k, Mar 23, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    MRP R54.2 BaseLine Refresh2

    Have updated the MRP main project to 54.2 (Refresh2).

    Log output has changed from TIME to a new internal reference marker that will assist by pinpointing exactly where the project is if any errors occur. The change was due to the localized time problems seen on some logs whereby the time would be a vast difference between one section and another.

    Some code tweaks along the way too, mainly rewording here and there and a fix for the Computer Model Name that would not say Undefined as I had a not checked the variable correctly.:eek: It all looked ok until i examined it closer, not a show stopper but one that i noticed as i was going though changing the TIME references.

    A few bits of debug code removed as no longer needed.

    Code:
    Multi-OEM/Retail Project Version : 170323-R54.2 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 23/03/2017 
     
    [CHKOV] > Checking installed OS Version. 
    [CHKOV] Windows 10 Education x64 version found. 
    [CHKOE] > Checking installed OS Edition/SKU. 
    [CHKOE] Education Edition/SKU installed. 
    [CHKOE] Build Version: 14393.0.amd64fre.rs1_release.160715-1616 
    [OSLNG] Edition Language/Code: en-GB ( 2057 [809h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [To be filled by O.E.M.] 
    #2 CS Model Name     : [To be filled by O.E.M.] 
    #4 CS Vendor Name    : [Gigabyte Technology Co., Ltd.] 
    #5 CS System Name    : [Gigabyte Technology Co., Ltd.] 
    #6 Baseboard Name    : [Gigabyte Technology Co., Ltd.] 
    #8 BIOS ID           : [ALASKA] 
     
    > Detecting if a Solid State or Standard Hard Drive is present. 
    INFO: Standard HDD Detected. 
     
    [CHKLF] > Checking if 'LblDrv' flag is enabled. 
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Edu'. 
    [CHDMI] Checking DMI for manufacture information. 
    [THMOK] Gigabyte [#4] manufacture will be used for theme/branding. 
    [BRND1] > Branding Section Part 1. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: Undefined. 
    [BRND2] > Branding Section Part 2. 
    [BGDFC] Desktop backgrounds folder created. 
    [W8XAP] > Windows 8.x/10/Server 2016 User Account Picture Management Section 1. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [WXAP2] > Windows 10/Server 2016 User Account Picture Management Section 2. 
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMMN] > Theme Management Section. 
    [THMRP] Gigabyte theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of obsolete files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager in progress. 
    [CMSDM] > Detecting if Visual C 2012 DLL's are present. 
    [CMSDM] > Visual C 2012 DLL's have been temporarily installed. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] No MSDM key detected in BIOS. 
    [CMSDM] > Temporary Visual C 2012 DLL's used have been uninstalled. 
    [ADMVM] > Checking if the computer is a 'default' Virtual Machine. 
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Removal of 'defaultuser0' folder successful. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] > Checking Hard Drive Controller Mode. 
    [AMHDC] HDD Controller Mode: [AHCI] 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLS] License Status: Not Licensed.  
    [AMUTC] > Checking if 'UserTweaks.cmd' present. 
    [AMUTC] 'UserTweaks.cmd' present, attempting to apply. 
    [AMUTC] UserTweaks.cmd has completed. 
    [AMWTL] > Checking if 'WinTel.cmd' present. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,555
    450
    I have just ran W10UI script 6 times because of new updates :D I assume that what i got from you, last week, still works ;)
     
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #810 mxman2k, Mar 23, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    The new MRP is the log changes basically, not a huge amount of changes otherwise so yes the MRP you have will all work , it will just have the TIME errors now and then lol.

    Just tested on en-gb pro x64 RS2 , must say the setup is a lot different, and no happy your here LOL. Faster too at installing.

    See the readme text in the archive i sent you. ;) It explains the addon you use better.

    Code:
    Multi-OEM/Retail Project Version : 170323-R54.2 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 23/03/2017 
     
    [CHKOV] > Checking installed OS Version. 
    [CHKOV] Windows 10 Pro x64 version found. 
    [CHKOE] > Checking installed OS Edition/SKU. 
    [CHKOE] Professional Edition/SKU installed. 
    [CHKOE] Build Version: 15063.0.amd64fre.rs2_release.170317-1834 
    [OSLNG] Edition Language/Code: en-GB ( 2057 [809h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [To be filled by O.E.M.] 
    #2 CS Model Name     : [To be filled by O.E.M.] 
    #4 CS Vendor Name    : [Gigabyte Technology Co., Ltd.] 
    #5 CS System Name    : [Gigabyte Technology Co., Ltd.] 
    #6 Baseboard Name    : [Gigabyte Technology Co., Ltd.] 
    #8 BIOS ID           : [ALASKA] 
     
    > Detecting if a Solid State or Standard Hard Drive is present. 
    INFO: Standard HDD Detected. 
     
    [CHKLF] > Checking if 'LblDrv' flag is enabled. 
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Pro'. 
    [CHDMI] Checking DMI for manufacture information. 
    [THMOK] Gigabyte [#4] manufacture will be used for theme/branding. 
    [BRND1] > Branding Section Part 1. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: Undefined. 
    [BRND2] > Branding Section Part 2. 
    [BGDFC] Desktop backgrounds folder created. 
    [W8XAP] > Windows 8.x/10/Server 2016 User Account Picture Management Section 1. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [WXAP2] > Windows 10/Server 2016 User Account Picture Management Section 2. 
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMMN] > Theme Management Section. 
    [THMRP] Gigabyte theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of obsolete files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager in progress. 
    [CMSDM] > Detecting if Visual C 2012 DLL's are present. 
    [CMSDM] > Visual C 2012 DLL's have been temporarily installed. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] No MSDM key detected in BIOS. 
    [CMSDM] > Temporary Visual C 2012 DLL's used have been uninstalled. 
    [ADMVM] > Checking if the computer is a 'default' Virtual Machine. 
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Removal of 'defaultuser0' folder successful. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] > Checking Hard Drive Controller Mode. 
    [AMHDC] HDD Controller Mode: [AHCI] 
    [AMCOS] > Checking Online Status. 
    [AMCOS] Online license check failed. 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLSLS] License Status: Not Licensed. 
    [CHKLS] A reboot maybe required to complete activation. 
    [AMUTC] > Checking if 'UserTweaks.cmd' present. 
    [AMUTC] 'UserTweaks.cmd' present, attempting to apply. 
    [AMUTC] UserTweaks.cmd has completed. 
    [AMWTL] > Checking if 'WinTel.cmd' present. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    damn just noticed a little error LOL .. [CHKLSLS] License Status: Not Licensed. an extra LS :eek: ah well will fix it on next release. :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,555
    450
    #811 Enthousiast, Mar 24, 2017
    Last edited by a moderator: Apr 20, 2017
    Code:
    Multi-OEM/Retail Project Version : 170324-R54.2 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 24/03/2017 
     
    [CHKOV] Windows 10 Pro x86 version found. 
    [CHKOE] Professional Edition/SKU installed. 
    [CHKOE] Build Version: 15063.0.x86fre.rs2_release.170317-1834 
    [OSLNG] Edition Language/Code: fr-FR ( 1036 [40Ch] ) 
    [OSLNG] OS Locale:             fr-FR 
    [OSLNG] OS Language Value:     FRA 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [VMware Virtual Platform] 
    #2 CS Model Name     : [VMware Virtual Platform] 
    #4 CS Vendor Name    : [VMware, Inc.] 
    #5 CS System Name    : [VMware, Inc.] 
    #6 Baseboard Name    : [Intel Corporation] 
    #8 BIOS ID           : [INTEL] 
     
    INFO: Standard HDD Detected. 
     
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Pro'. 
    [CKDMI] Checking DMI for manufacture information. 
    [THMOK] VMware [VMware] manufacture will be used for theme/branding. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: 'VMware Virtual Platform' detected and applied.
    [BGDFC] Desktop backgrounds folder created. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMRP] VMware theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager in progress. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] No MSDM key detected in BIOS. 
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Normal removal of 'defaultuser0' folder failed - retrying...  
    [USRD0] Forced removal of 'defaultuser0' folder successful. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: [AHCI] 
    [CHKLS] License Status: Not Licensed. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
     
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    First time i've seen a Pro edition have to force remove the defaultuser0 :eek:


    Today i had my first UserTweaks error:

    [AMUTC] Error: Some tweaks within UserTweaks.cmd may not of integrated correctly.

    Found the problem, a REM was no longer a REM but a DEM lol
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    lol
    I am still trying to find the any key... lol :D
     
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    Think one of the best ones is:

    Keyboard Missing, Press F1 to continue...

    Hmm if the keyboard is not present how can we press the F1 key ? :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #815 mxman2k, Mar 29, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    54.3 is in the pipeline!

    For now the split is on hold, mainly because the project will ignore any non required sections if the installed OS does not match.

    When any major changes happen in the branding that affects the older OS's below 10 then the last working MRP for the older OS's will be set aside as a legacy version. The project will then concentrate only on W10 onwards.

    Information within spoiler to keep thread tidy.
    Minor changes in MRP 54.3...

    New error checking for UserTweaks and Wintel if any errors detected you will be informed of the fact it completed but with some errors.

    1. This could be a command typed wrong, a REG entry that is not correct etc. It is quite sensitive, so the slightest error in those files can trigger the error message.

    2. It does not mean your tweaks totally failed just that one or two lines you have added may have triggered an ERRORLEVEL result of some sort.

    3. In the case of Wintel.cmd it may be one of the services that are altered which are not present in your installed OS.

    Checks for OS that allow patches to be made easier without upsetting the main scripts, such as if a certain update causes a problem you will be notified of the fact. For example RS1 Jan Refresh (no updates added), you will get a message that the particular version has branding problems.

    Removed a few more enhanced 'debug' lines as the new reference system pinpoints exactly where the project has reached, will keep the 'debug' mode in as it allows extra information to be logged if needed and can be added to later if required.

    There is no urgent need to update from 54.2 as most parts are the same and as that version works ok this 'update' is only a minor one to be ready for any changes in the future.

    Preview log of 54.3:
    Code:
    Multi-OEM/Retail Project Version : 170329-R54.3 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 29/03/2017 
     
    [CHKOV] Windows 10 Home x64 version found. 
    [CHKOE] Core Edition installed. 
    [CHKOE] Build Version: 15063.0.amd64fre.rs2_release.170317-1834 
    [CHKOE] Build Revision: Baseline Release 
    [OSLNG] Edition Language/Code: en-GB ( 2057 [809h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [90DA*] 
    #2 CS Model Name     : [90DA*] 
    #4 CS Vendor Name    : [LENOVO] 
    #5 CS System Name    : [LENOVO] 
    #6 Baseboard Name    : [LENOVO] 
    #8 BIOS ID           : [LENOVO] 
     
    > Detecting Type Of Hard Drive. 
    Info: SSD Detected. 
     
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Core'. 
    [CKDMI] Checking DMI for manufacture information. 
    [THMOK] Lenovo [#4] manufacture will be used for theme/branding. 
    [BRND1] > Branding Section Part 1. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: '90DA*' detected and applied.
    [BRND2] > Branding Section Part 2. 
    [BGDFC] Desktop backgrounds folder created. 
    [W8XAP] > Windows 8.x/10/Server 2016 User Account Picture Management Section 1. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [WXAP2] > Windows 10/Server 2016 User Account Picture Management Section 2. 
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMMN] > Theme Management Section. 
    [THMRP] Lenovo theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of obsolete files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager Started. 
    [CMSDM] > Detecting if Visual C 2012 DLL's are already present. 
    [CMSDM] > Visual C 2012 DLL's have been temporarily installed. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] Processing MSDM Key for Edition status. 
    [CMSDM] > Show MSDM Key Information. 
    [CMSDM] MSDM Key Information: Win 10 RTM Core OEM-DM
    [CMSDM] Your MSDM key is for the Edition installed, saved and applied.
    [CMSDM] See C:\MSDM-Key.txt for your saved MSDM key details.
    [CMSDM] > Temporary Visual C 2012 DLL's used have been uninstalled. 
    [ADMVM] > Checking if the computer is a 'default' Virtual Machine. 
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Removal of 'defaultuser0' folder successful. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: AHCI 
    [AMCOS] Online activation/license check failed. 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLS] License Status: Not Licensed. 
    [AMUTC] UserTweaks.cmd file is present, attempting to apply. 
    [AMUTC] UserTweaks has completed, however some errors was detected. 
    [ADMAN] Add-On Manager Completed. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    Changes highlighted in bold. Build Revision will only appear when a .0 release is installed such as RS2. As you can see my UserTweaks has an error within, I know in my case its a missing file that is being called, but wanted to test for the error message, hopefully you will get the completed with no errors message.
    Will post when the update is ready, just a few more tests need to be made to make sure its fit for purpose.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #816 mxman2k, Mar 30, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    MRP 54.3 Updated.

    Testing Completed. MRP 54.3 Now available! Updated first post and link is live now.

    See change log for details. Also information about some returned error codes if you use UserTweaks.cmd or WinTel.cmd...

    Windows 7 test, showing a test error...
    Code:
    Multi-OEM/Retail Project Version : 170330-R54.3 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 30/03/2017 
     
    [CHKOV] Windows 7 Home Premium x64 version found. 
    [CHKOE] HomePremium Edition installed. 
    [CHKOE] Build Version: 7601.19135.amd64fre.win7sp1_gdr.160121-1718 
    [OSLNG] Edition Language/Code: en-US ( 1033 [409h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [VMware Virtual Platform] 
    #2 CS Model Name     : [VMware Virtual Platform] 
    #4 CS Vendor Name    : [VMware, Inc.] 
    #5 CS System Name    : [VMware, Inc.] 
    #6 Baseboard Name    : [Intel Corporation] 
    #8 BIOS ID           : [INTEL] 
     
    > Detecting Type Of Hard Drive. 
    Info: Standard HDD Detected. 
     
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_7_HPrem'. 
    [CKDMI] Checking DMI for manufacture information. 
    [CSLIC] Checking for SLIC information. 
    [NOSLC] Note: OEM activation is not possible due to no defined SLIC. 
    [THMOK] VMware [VMware] manufacture will be used for theme/branding. 
    [BRND1] > Branding Section Part 1. 
    [FTMNP] Force theme text file not present. 
    [X64RP] x64 Theme registry patch file applied.
    [CHKMN] Computer Model Name: 'VMware Virtual Platform' detected and applied.
    [BRND2] > Branding Section Part 2. 
    [BGDFC] Desktop backgrounds folder created. 
    [THMS2] > Theme Management Section 2. 
    [UBREP] User.bmp replaced. 
    [THMOK] VMware theme has been applied.  
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of obsolete files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager Started. 
    [ADMVM] > Checking if the computer is a 'default' Virtual Machine. 
    [ADMVM] > Detected: 'default' VMware VM. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: AHCI 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLS] License Status: Not Licensed. 
    [CHKLS] A reboot maybe required to complete activation. 
    [AMUTC] UserTweaks.cmd file is present, attempting to apply. 
    [AMUTC] UserTweaks has completed, however Windows error code {1} was detected.
    [ADMAN] Add-On Manager Completed. 
    [CLNUP] MRP Clean Up Processed. 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
    This is just a minor update to 54.2, this just adds extra checks ready for RS2 and few tweaks here and there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #817 mxman2k, Apr 7, 2017
    Last edited by a moderator: Apr 20, 2017
    (OP)
    MRP 54.4 Update!

    Main Project Updated.

    First Post and download link updated.

    Quite a few changes made to this version, the changelog on the first post will detail most and the ChangeLog.txt file within the MRP archive will now list more information.

    One of the code changes was for the UserTweaks/WinTel .cmd files, due to some weird quirk with CALL and ERRORLEVEL it sometimes flagged an error when there was none. Have adjusted the code and if you use those optional files you just need to add the line within the CODE: part below to make the files fully working with the change. Add the one line above the DEL /F.... line (if present) or the very last line of the .cmd file if the DEL line is not present.
    Code:
    IF /I "%errorlevel%" NEQ "0" set ErrCode=%errorlevel%
    DEL /F /Q %0% >nul  <-- No need to add this part as MRP will auto delete the file once the project finished anyway.
    This is not a major update, it just covers a few areas that was causing a few slow downs and tweaks ready for RS2.

    If you are happy with the previous version this does not bring a huge amount to the table so to speak, so no need to update if the other one works for you.

    Project.log from Win 7 that triggered the new Add-On #2 module.
    Code:
    Multi-OEM/Retail Project Version : 170407-R54.4 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 07/04/2017 
     
    [CHKOV] Windows 7 Home Premium x64 version found. 
    [CHKOE] HomePremium Edition installed. 
    [CHKOB] Build Version: 7601.19135.amd64fre.win7sp1_gdr.160121-1718 
    [OSLNG] Edition Language/Code: en-US ( 1033 [409h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [VMware Virtual Platform] 
    #2 CS Model Name     : [VMware Virtual Platform] 
    #4 CS Vendor Name    : [VMware, Inc.] 
    #5 CS System Name    : [VMware, Inc.] 
    #6 Baseboard Name    : [Intel Corporation] 
    #8 BIOS ID           : [INTEL] 
     
    Info: Standard HDD Detected. 
     
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_7_HPrem'. 
    [CKDMI] Checking DMI for manufacture information. 
    [CSLIC] Checking for SLIC information. 
    [NOSLC] Note: OEM activation is not possible due to no defined SLIC. 
    [THMOK] VMware [VMware] manufacture will be used for theme/branding. 
    [BRND1] > Branding Extra Checks Section. 
    [FTMNP] Force theme text file not present. 
    [X64RP] x64 Theme registry patch file applied.
    [CHKMN] Computer Model Name: 'VMware Virtual Platform' detected and applied.
    [BRND2] > Brand Transfer Section. 
    [BGDFC] Desktop backgrounds folder created. 
    [THMS2] > Theme Management Section 2. 
    [UBREP] User.bmp replaced. 
    [THMOK] VMware theme has been applied.  
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of unused files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager Started. 
    [ADMVM] Detected a 'default' VMware Virtual Machine. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: AHCI 
    [AMM21] Add-On Module 2.1 Present, attempting to apply. 
    [AO21A] Add-On 2.1A Started. 
    [AMM21] Add-On Module 2.1 Completed. 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLS] License Status: Not Licensed. 
    [CHKLS] Note: System reboot maybe required to complete activation. 
    [AMUTC] UserTweaks.cmd file is present, attempting to apply. 
    [AMUTC] UserTweaks completed without errors. 
    [ADMAN] Add-On Manager Completed. 
    [CLNUP] MRP Clean Up Processed. 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    As mentioned in the changelog.txt (within the MRP archive) this module will kick in if something triggers it. Most of the time you will not see this only on some installations. This is a new feature of DeCompile.exe which i have added - this does NOT alter any OS system files ONLY those what MRP uses for itself -- it just re-configures MRP Addon's if needed to prevent MRP from aborting. In my case it was a WIM edit that I had made that may of caused a Branding malfunction.

    Basically a test to see if the new code would work, which it did. :p

    Project.log Win 10 Core - Normal nothing triggered the Addon#2.
    Code:
    Multi-OEM/Retail Project Version : 170407-R54.4 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 07/04/2017 
     
    [CHKOV] Windows 10 Home x64 version found. 
    [CHKOE] Core Edition installed. 
    [CHKOB] Build Version: 15063.0.amd64fre.rs2_release.170317-1834 
    [CHKOB] Build Revision: Baseline Release 
    [OSLNG] Edition Language/Code: en-GB ( 2057 [809h] ) 
    [OSLNG] OS Locale:             en-GB 
    [OSLNG] OS Language Value:     ENG 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [90DA*] 
    #2 CS Model Name     : [90DA*] 
    #4 CS Vendor Name    : [LENOVO] 
    #5 CS System Name    : [LENOVO] 
    #6 Baseboard Name    : [LENOVO] 
    #8 BIOS ID           : [LENOVO] 
     
    Info: SSD Detected. 
     
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Core'. 
    [CKDMI] Checking DMI for manufacture information. 
    [THMOK] Lenovo [#4] manufacture will be used for theme/branding. 
    [BRND1] > Branding Extra Checks Section. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: '90DA*' detected and applied.
    [BRND2] > Brand Transfer Section. 
    [BGDFC] Desktop backgrounds folder created. 
    [W8XAP] > Windows 8.x/10 User Account Picture Management Section 1. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [WXAP2] > Windows 10 User Account Picture Management Section 2. 
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMMN] > Theme Management Section. 
    [THMRP] Lenovo theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of unused files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager Started. 
    [CMSDM] > Detecting if Visual C 2012 DLL's are already present. 
    [CMSDM] > Visual C 2012 DLL's have been temporarily installed. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] Processing MSDM Key for Edition status. 
    [CMSDM] > Show MSDM Key Information. 
    [CMSDM] MSDM Key Information: Win 10 Core OEM-DM
    [CMSDM] Your MSDM key is for the Edition installed, saved and applied.
    [CMSDM] See C:\MSDM-Key.txt for your saved MSDM key details.
    [CMSDM] > Temporary Visual C 2012 DLL's used have been uninstalled. 
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Removal of 'defaultuser0' folder successful. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: AHCI 
    [AMCOS] Online activation/license check failed. 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLS] License Status: Not Licensed. 
    [CHKLS] Note: System reboot maybe required to complete activation. 
    [AMUTC] UserTweaks.cmd file is present, attempting to apply. 
    [AMUTC] UserTweaks completed without errors. 
    [ADMAN] Add-On Manager Completed. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,555
    450
    #818 Enthousiast, Apr 7, 2017
    Last edited by a moderator: Apr 20, 2017
    Code:
    Multi-OEM/Retail Project Version : 170407-R54.4 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    Enhanced Log Mode: Activated. 
     
    > Checking OEM's Folder Structure.
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: Sat 04/08/2017 
     
    [CHKOV] Windows 10 Pro x64 version found. 
    [CHKOE] Professional Edition installed. 
    [CHKOB] Build Version: 16170.1000.amd64fre.rs_prerelease.170331-1532 
    [OSLNG] Edition Language/Code: en-US ( 1033 [409h] ) 
    [OSLNG] OS Locale:             en-US 
    [OSLNG] OS Language Value:     ENU 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [VMware Virtual Platform] 
    #2 CS Model Name     : [VMware Virtual Platform] 
    #4 CS Vendor Name    : [VMware, Inc.] 
    #5 CS System Name    : [VMware, Inc.] 
    #6 Baseboard Name    : [Intel Corporation] 
    #8 BIOS ID           : [INTEL] 
     
    Info: Standard HDD Detected. 
     
    [CHKLF] Rename 'System Drive' flag was enabled, 'C:' changed to 'Windows_10_Pro'. 
    [CKDMI] Checking DMI for manufacture information. 
    [THMOK] VMware [VMware] manufacture will be used for theme/branding. 
    [BRND1] > Branding Extra Checks Section. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: 'VMware Virtual Platform' detected and applied.
    [BRND2] > Brand Transfer Section. 
    [BGDFC] Desktop backgrounds folder created. 
    [W8XAP] > Windows 8.x/10 User Account Picture Management Section 1. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [WXAP2] > Windows 10 User Account Picture Management Section 2. 
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMMN] > Theme Management Section. 
    [THMRP] VMware theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [TTFS0] > Transfer Theme Files Section. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [TDYUP] > Deletion of unused files. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager Started. 
    [CMSDM] > Detecting if Visual C 2012 DLL's are already present. 
    [CMSDM] > Visual C 2012 DLL's have been temporarily installed. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] No MSDM key detected in BIOS. 
    [CMSDM] > Temporary Visual C 2012 DLL's used have been uninstalled. 
    [ADMVM] Detected a 'default' VMware Virtual Machine. 
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Removal of 'defaultuser0' folder successful. 
    [AMBMP] > Checking BIOS's mode and System drive's partition type. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: AHCI 
    [CHKLS] > Checking if Windows is activated/licensed. 
    [CHKLS] License Status: Not Licensed. 
    [CHKLS] Note: System reboot maybe required to complete activation. 
    [ADMAN] Add-On Manager Completed. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    Enhanced Log Mode: Deactivated. 
     
    The Multi-OEM/Retail Project has now completed. 
     
    
    I set debug to "Yes" (removed the REM)

    ps, thanks for the PM, i am a bit busy with 1703 and new insiders :)
     
  19. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #819 mxman2k, Apr 7, 2017
    Last edited: Apr 7, 2017
    (OP)
    @Enth: It was in operation as you can tell by the '>' lines. At the end of MRP it will auto deactivate the 'debug' mode when it has completed all the tasks.

    Ooh new insider version already. :eek:

    No worries i was amazed it sent the PM as usually you have a full inbox lol. :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,589
    1,584
    150
    #820 tcntad, Apr 9, 2017
    Last edited by a moderator: Apr 20, 2017
    Windows 10 Pro x64 1607 was the base, but its been updated i bet.

    [Project.log]
    Code:
    Multi-OEM/Retail Project Version : 170407-R54.4 - BaseLine  [MRP/MDL] 
     
    Required files present and extracted successfully. 
     
    OEM's folder detected, structure appears OK. 
     
    OS Installation Date: 2017-04-09 
     
    [CHKOV] Windows 10 Pro x64 version found. 
    [CHKOE] Professional Edition installed. 
    [CHKOB] Build Version: 14393.953.amd64fre.rs1_release_inmarket.170303-1614 
    [OSLNG] Edition Language/Code: sv-SE ( 1053 [41Dh] ) 
    [OSLNG] OS Locale:             sv-SE 
    [OSLNG] OS Language Value:     SVE 
     
    -------------------- 
    BIOS DMI Information 
    -------------------- 
    #1 CS Product Name   : [80Q2] 
    #2 CS Model Name     : [80Q2] 
    #4 CS Vendor Name    : [LENOVO] 
    #5 CS System Name    : [LENOVO] 
    #6 Baseboard Name    : [LENOVO] 
    #8 BIOS ID           : [LENOVO] 
     
    Info: SSD Detected. 
     
    [CKDMI] Checking DMI for manufacture information. 
    [THMOK] Lenovo [#4] manufacture will be used for theme/branding. 
    [FTMNP] Force theme text file not present. 
    [CHKMN] Computer Model Name: '80Q2' detected and applied.
    [BGDFC] Desktop backgrounds folder created. 
    [RMXML] OOBE.xml file deleted.  
    [UBREP] User.bmp replaced.  
    [UPREP] User.png replaced.  
    [UPREP] User-40.png replaced.  
    [UPREP] User-32.png replaced.  
    [UPREP] User-48.png replaced.  
    [UPREP] User-192.png replaced. 
    [WXLS5] Lock Screen {img105.jpg} replaced. 
    [THMRP] Lenovo theme has been applied. 
    [WXLS1] Log-In Background {img100.jpg} replaced. 
    [OIFCS] System32\oobe\info folder has been created. 
    [OIFCS] Required theme files transferred to 'System32\oobe\info' folder. 
    [BRNOK] Branding script has completed.
    [ADMAN] Add-On Manager Started. 
    [CMSDM] Checking BIOS for MSDM Key. 
    [CMSDM] Processing MSDM Key for Edition status. 
    [CMSDM] MSDM Key Information: Win 10 Core OEM-DM
    [CMSDM] Your MSDM Key is not for the installed Edition, saved only.  
    [CMSDM] See C:\MSDM-Key.txt for your saved MSDM key details.
    [USRAC] Advanced Log-On screen has been enabled.
    [USRAC] Set 'User Account Picture' registry entry applied. 
    [USRRO] 'Registered Owner' registry entry corrected. 
    [USRD0] Detected 'defaultuser0', attempting to remove the folder... 
    [USRD0] Removal of 'defaultuser0' folder successful. 
    [AMBMP] BIOS Mode: Legacy, Partition Type: MBR 
    [AMHDC] HDD Controller Mode: AHCI 
    [CHKLS] License Status: Not Licensed. 
    [CHKLS] Note: System reboot maybe required to complete activation. 
    [ADMAN] Add-On Manager Completed. 
    [CLNUP] MRP Clean Up Processed. 
     
    ================================================================================ 
    = Please Note: It is advisable to logout or reboot your computer when possible = 
    =              to allow the User and Log-On background pictures to finalize.   = 
    ================================================================================ 
     
    The Multi-OEM/Retail Project has now completed. 
    

    [MSDM] I did remove the key
    Code:
    Saved MSDM key 
    ============== 
     
    Your detected MSDM key: <key>
    
    Key Edition: Win 10 Core OEM-DM
    
    If required, you can insert this MSDM key manually via a Admin Command Prompt using:
     
    slmgr.vbs /ipk <key>
    slmgr.vbs /ato 
     
    The above commands will insert your MSDM key and attempt to activate when you are online.
     
    Activation will occur ONLY if the key matches the installed Edition/SKU.
     
    ================================= 
    Other Information about your Key: 
    ================================= 
    Activate ID: = 
    Group    ID: = 3259 
    Edition  ID: = Core 
    Key Name ID: = Win 10 Core OEM-DM 
    Channel  ID: = OEM-DM 
    


    [QT Tool]
    Code:
    MRP - OEM Query Tool v15 Build 7 Advanced 15:11  2017-04-09 
     
    Basic OEM Information For This Computer 
    --------------------------------------- 
     OS Name:                 - Windows 10 Pro [x64] 
     OS Edition/SKU:          - Professional 
     OS Language Name/Code:   - sv-SE ( 1053 [41Dh] ) 
     OS Locale:               - sv-SE 
     OS Language Value:       - SVE 
     Processor:               - Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz 
     Processor Cores:         - [2] 
     Logical Processors:      - [4] 
     Processor Architecture:  - [64] 
     HDD Mode:                - [AHCI] 
     HDD Partition Type:      - [MBR] 
     Bios Version:            - [DCCN39WW(V2.08), 10/06/2016] 
     Total Physical Memory:   - [8050 Mb]      -     Note: Memory Amounts May 
     Available Memory:        - [6352 Mb]                  Not Be Accurate.  
     
    Scanned DMI
    ----------- 
     #1 CSProduct Name:       - 80Q2 
     #2 CSModel Name:         - 80Q2 
     #3 CSBaseboard Prod:     - Lenovo ideapad 5 
     #4 CSProduct Vendor:     - LENOVO 
     #5 CSManufacturer:       - LENOVO 
     #6 Baseboard MFR:        - LENOVO 
     #7 Serial/Service Tag:   - Not Shown On Saved Report. 
     #8 BIOS ID:              - LENOVO 
     #9 SLIC OA:              - Un-Listed   
    #10 Installed PID Key:    - Key Not Shown On Saved Report. 
    #11 MSDM Key [OEM-DM]:    - Not Shown On Saved Report.  
    #11 MSDM Edition Info:    - Win 10 RTM Core OEM-DM 
    #12 BIOS Mode:            - Legacy 
    #13 Certificate:          - Un-Listed 
    #14 License Status:       - Licensed 
     
    SUMMARY 
    ------- 
     OEM Theme/Branding:      - Lenovo [id:-'#4'] 
     OEM Activation Vista/7:  - Lenovo [id:-'#8'] 
     Valid OEM OS:            - Win8.x/Win10 Only 
     
     
    SLIC Table 
    ---------- 
    Un-Listed 
     
    MSDM Table Not Shown On Saved Report. 
     
     
    Certificate 
    ----------- 
    Un-Listed