MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. Ace2

    Ace2 MDL Addicted

    Joined:
    Oct 10, 2014
    Messages:
    523
    Likes Received:
    320
    Trophy Points:
    30
    #2581 Ace2, May 16, 2017
    Last edited: May 16, 2017
    Deleted BY Ace2, information no good
     
  2. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    In command window as admin run
    Code:
    Reg.exe add "HKCU\Console" /v "ForceV2" /t REG_DWORD /d "0" /f
     
  3. Ace2

    Ace2 MDL Addicted

    Joined:
    Oct 10, 2014
    Messages:
    523
    Likes Received:
    320
    Trophy Points:
    30
    #2583 Ace2, May 16, 2017
    Last edited: May 16, 2017
    Using MSMG ToolKit v7.3, can someone post a command to uninstall Microsoft.MicrosoftEdge_8wekyb3d8bbwe from ToolKit-v7.3\Mount\Install\Program Files\WindowsApps folder, Please :(

    UPDATE:
    Found the solution, use ToolKit-v7.3.cmd with these settings 4 - 3 - 2 - 2 :oops:
     
  4. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Checked with RS1 CU and yes the ServicePackBuild version has changed in the image too, now it's 1198 instead of 0

    It was easy to use the ImageVersion.ImageServicePackBuild to differentiate b/w TH1/TH2/RS1/RS2 But now it's a new headache I have to make some adjustments to the Script.

     
  5. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Checked with this NVIDIA driver issues in google search and many users were facing with extra files it deploy to FileRepository folder and few other folders.

    Since the DISM search for any driver .inf file present in the drivers folder and copies files/folders required based on this .inf files, having extra .inf for other OS' might be cause for this errors.

    The best you can do is

    - Install the driver on a freshly installed OS
    - Extract only the required driver files by using this command

    DISM.exe /Online /Export-Driver /Destination:<FolderPathToStoreDrivers>

    - This will copy all the drivers installed in the system in a separate folder for each driver.

    - Now search in this folder for the NVIDIA driver folder and use this for the integration purpose.

    Well I have added this feature to extract and use the System Drivers in the GUI version of Toolkit but not in the current CMD one.

     
  6. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Integrating CU for boot.wim is not a necessity but it's just some people like to have a fully updated installation media.

     
  7. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Did you do Re-Build the Source Images as a last step before the ISO Image creation.

    Again today I checked with RS1 Image CU Integration and Re-Building (Exporting) the image does removes the DELETED folders.

     
  8. Zanza-kun

    Zanza-kun MDL Junior Member

    Joined:
    May 28, 2012
    Messages:
    60
    Likes Received:
    8
    Trophy Points:
    0
    I make a new iso and it works, the problem should come from me, thank you.
     
  9. malakoulis

    malakoulis MDL Novice

    Joined:
    Feb 3, 2012
    Messages:
    42
    Likes Received:
    13
    Trophy Points:
    0
    @MSMG
    Can you make the script to remove the file that is in Windows\WinSxS\ManifestCache folder before the image unmount? If you have multiple images in the same install.wim, this file adds a lot MB.
     
  10. ctrbuddy

    ctrbuddy MDL Novice

    Joined:
    May 16, 2017
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    New to all of this, so here is my issue. I have noticed that when I make a Win 10 Creators bloatfree, the iso size is bigger than the original. The problem I am having is I want a bloatfree edition that I am able to Bootcamp with my Mac. Apple uses FAT32 when doing this so the size has to be the same as the original iso file or smaller. Why is mine almost 2 GB larger when I am just removing files and integrating .NET 3.5?
     
  11. °ツ

    °ツ MDL Addicted

    Joined:
    Jun 8, 2014
    Messages:
    766
    Likes Received:
    1,053
    Trophy Points:
    30
  12. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    Why don't you list out precisely what you did, step by step, exactly and perhaps someone will help you. You can also read back a few days. MSMG does list a step-by-step to do what you want.
     
  13. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    Hmmm now I see.
    I'm in!

    Cheers.
     
  14. Super Spartan

    Super Spartan MDL Expert

    Joined:
    May 30, 2014
    Messages:
    1,549
    Likes Received:
    879
    Trophy Points:
    60
    anyone having issues with Windows update not working after removing the bloat? I am getting a 0x8xxxxxxxx error message after WU takes ages to check for updates
     
  15. FLCL

    FLCL MDL Junior Member

    Joined:
    Dec 20, 2013
    Messages:
    51
    Likes Received:
    17
    Trophy Points:
    0
    I also noticed that windows update takes a long time but it gaves me no errors.
     
  16. AeonX

    AeonX MDL Addicted

    Joined:
    May 24, 2013
    Messages:
    694
    Likes Received:
    542
    Trophy Points:
    30
    Redstone 1 or 2? Here everything normal in RS1.
     
  17. nice

    nice MDL Junior Member

    Joined:
    May 6, 2007
    Messages:
    55
    Likes Received:
    12
    Trophy Points:
    0

    Many Thanks!!!
    Bye
     
  18. AeonX

    AeonX MDL Addicted

    Joined:
    May 24, 2013
    Messages:
    694
    Likes Received:
    542
    Trophy Points:
    30
    Thanks @MSMG for all the support and for your great work with the Toolkit.

    The suggestion for update the setup media is because some users do not know exactly what it does or when they should use it.

    But another alternative is to make a FAQ as some have already suggested including this as a possible solution for errors when booting setup.