1. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
  2. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    @Enthousiast

    Can I break the OS using the command below..??

    Code:
    Dism /Image:x:\ToolKit_v11.3\Mount\Install\1\ /Cleanup-Image /StartComponentCleanup
    
    Thanks in advance..!!
     
  3. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Do I have to integrate the separate LCU and SSU CAB files on MSMG ToolKit or just the entire LCU MSU file?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,520
    450
    Nope, it should be ok to use.
     
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Ohhhhh, sorry.

    Code:
    Dism /Image:x:\ToolKit_v11.3\Mount\Install\1\ /Cleanup-Image /StartComponentCleanup /ResetBase
    
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,520
    450
    /resetbase won't be ran when the regkey is not changed to enable it.

    It will run the command without /resetbase.

    On 1809 this can (most likely will) break the reset pc option (i never run it full resetbase on 1809 myself and am a W10UI user).
     
  7. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Wich the command to cleanup WinSxS Folder..??
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,520
    450
    With resetbase (and if it's enabled in registry) it will remove superseded components, without resetbase it will compress the superseded components.
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #18709 inTerActionVRI, Mar 10, 2021
    Last edited: Mar 10, 2021
    @zero cool root, /Cleanup-Image /StartComponentCleanup /ResetBase

    There is a problem, for builds 1903 1909 too.

    I stopped using this function.

    This is the same function present in the toolkit.
    [5] Apply
    [1] Cleanup Source Images

    and

    [7] Tools
    [1] WIM Manager
    [K] Cleanup
    [1] Cleanup Image (here - /Cleanup-Image /StartComponentCleanup /ResetBase)
    [2] Cleanup Image with CheckHealth
    [3] Cleanup Image with ScanHealth
     
  10. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Ohhhh,

    Thank you so much @RaiyvaN ..!!
     
  11. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Hello Master MSMG well I would like you to be able to guide me in a project that I am thinking of doing:
    I have an ISO already worked with MSMG Tookit v 10.1 where everything works 100%, without problems with sfc and by the way this system that I've been running for a while has been a real wonder, this way it would be possible to open a new project with this ISO and integrate the 7 updates for the W10 LTSC that have been made available until today and in the sequence I apply the modifications, convert from install.wim to install.esd and create a new ISO will be going to work ...
    Thank you in advance.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    After updating Windows 10.0-KB5000802-x64, the browser appeared in the menu, it was not there before. What kind of script can be used to clear it?
     

    Attached Files:

  13. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    #18713 niche99, Mar 11, 2021
    Last edited: Mar 12, 2021
    @MSMG This may have been reported already, my apologies if that is the case.

    I am using Windows 10 x64 as the host system, integrating Windows 2004_19041.804 [en-GB] and 3/4/21 toolkit.cmd
    I get the following error when attempting to Integrate Fonts using the menu option:
    Code:
    Exception calling "ReleaseComObject" with "1" argument(s): "Object reference
    not set to an instance of an object."
    At D:\MSMG\Bin\AddFonts.ps1:22 char:2
    +     $null = [System.Runtime.Interopservices.Marshal]::ReleaseComObjec ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: :)) [], MethodInvocationException
        + FullyQualifiedErrorId : NullReferenceException
    
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Are you starting the toolki with start.cmd?
    You have checked that the storage space is sufficient.
    I was having a similar problem with only 10gb of free space.
     
  15. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    I've tested the toolkit on latest public build 19042.867, both x86 and x64, all OK including deployment.

    Cheers.
     
  16. prozinhubr

    prozinhubr MDL Novice

    Dec 12, 2014
    40
    9
    0
    #18716 prozinhubr, Mar 11, 2021
    Last edited: Mar 11, 2021
    nvm
     
  17. Thvle

    Thvle MDL Senior Member

    Oct 7, 2012
    250
    58
    10
    Hello, I removed dge, IE, etc, and when I update Windows it reinstalls Edge. Can this be avoided? Thanks.
     
  18. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    Thanks for replying.
    Yes I use the start.cmd to launch the toolkit.
    I start with 30GB free space so I think that should be enough?
     
  19. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Nice!

    Are you using the toolkit with a short folder structure?
    So... Like:
    C:\Toolkit (no version, etc.)

    If it is not something like that, we have to wait that MSMG can answer.