1. forslaey

    forslaey MDL Novice

    Mar 4, 2021
    12
    6
    0
    Hello. Please tell me after which components on 19042 win pro x64 an error occurs when checking sfc / scannow

    Maybe someone knows which component to pay attention to when removing? Manually iterating over each component is just a week's worth. Sorry for my bad english.
     
  2. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    hi
    @MSMG
    I know this may seemb contrivircial, or even haynus, but could you slow down a bit?
    with your release rate?
    slowing down a tad, may enable you to recharge your batteries and your health may get alot better.
    over working is never a good thing,

    you work so hard on this tool, you really aught to have a brake.
    I hope I won't get virtually castigated for even saying this,
    but phisical and mental health is really important.
    sorry for sounding like a naging old man!
    thanks msmg,
    thank you other mdl members for helping in the modding process, you know who you are.
    just a thought,
    in a cirten members mod of there toolkit, I can't spell your name sorry, but you know who you are, a question is asked would you like to un mount the mounted image,
    you can answer y or n
    if you answer n, would I assume correctly that you would be able to work on sed image e.g resume working on it?
    would it be possible to add this question to the main toolkit?
    here are the pros
    would be able to resume working on a image even after system reboot
    would have the option to dismount any mounted images mounted by the toolkit instead of default cleanup.
    here are the cons.
    would be able to work on the image the image may not be in a functional state depending on how you quit any file opperations such as removal of components.

    Majid
     
  3. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    #18863 Igor147, Mar 22, 2021
    Last edited: Mar 22, 2021
    Everything is deleted from me without errors. I am using "ru_windows_10_consumer_editions_version_20h2_updated_march_2021_x64_dvd_d387f9e3.iso" but it originally comes with SFC error
    AdobeFlashForWindows
    EdgeChromium
    SecurityCenter
    StepsRecorder
    EdgeDevToolsClient
    Edge
    OneDrive
    SmartScreen
    WindowsDefender
    WindowsReaderPDF
    3DViewer
    AdvertisingXaml
    Alarms
    BingWeather
    Camera
    CommunicationsApps
    Cortana
    FeedbackHub
    GetHelp
    Getstarted
    Maps
    MixedRealityPortal
    OfficeHub
    OfficeOneNote
    Paint3D
    People
    ScreenSketch
    SkypeApp
    SolitaireCollection
    SoundRecorder
    StickyNotes
    WalletService
    XboxApp
    XboxIdentityProvider
    YourPhone
    But, I tested and removed everything that the program removes and there were no errors. But perhaps in the future, the remote components may be required and something may not work. I gave an example of my list. I delete only the most trash, and turn off the rest on a live system.
     
  4. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    I'm not seeing anything about a MS Account. The error I'm getting is "Code Integrity Footprint File missing"...
     
  5. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    4
    0
    How to integrate Windows Store apps?
    For instance Windows Terminal and Ubuntu.
    They both have BlockMap files, but Windows Terminal has Msixbundle and Ubuntu has AppxBundle.
    And Ubuntu has two versions:
    2021.222 - I suppose it's for 21h1?
    2020.418 - for all older?
     
  6. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    4
    0
    How do I make wim image with just one index?
    I have ISO with Pro, Ent and some others. I only want to modify Pro and finally make image of only Pro,
     
  7. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    Code:
    ::-------------------------------------------------------------------------------------------
    :: Function to unhide a Windows Component Package
    :: Input Parameters [ %~1 : Package Name ]
    ::-------------------------------------------------------------------------------------------
    :UnHidePackage
    
    Dism /Mount-Wim /WimFile:"%~dp0dvd\sources\install.wim" /index:1 /MountDir:"%~dp0mount"
    
    setlocal
    
    set RegistryKey=
    
    :: Retriving Package Registry Key Path
    for /f "tokens=* delims=" %%a in ('reg query "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages" /f "%~1" ^| find /I "%~1"') do ( set "RegistryKey=%%a" )
    
    :: Making Windows Components Package visible
    reg add "%RegistryKey%" /v Visibility /t REG_DWORD /d 1 /f >nul 2>&1
    reg add "%RegistryKey%" /v DefVis /t REG_DWORD /d 2 /f >nul 2>&1
    reg delete "%RegistryKey%\Owners" /f >nul 2>&1
    
    set RegistryKey=
    endlocal
    
    
    Dism /Unmount-Wim /MountDir:"%~dp0mount" /Commit
    
    goto :eof
    MSMG, I tried to uninstall using the Remove-WindowsPackage but it didn't work, what should I do?

    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-933#post-1647649

    Am I doing everything right?
     
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Select the Pro index, make your changes, when saving, select yes for the trim to be executed. Then, you will have the image only with the indexes you selected at the beginning. In that case only the Pro.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    4
    0
    I need help with creating list of components to remove from LTSB2015.
    I assume first I'd need to list all present, and then remove (from the list) components that are necessary.

    I hope really like hell
    that someone did it and will share his list
     
  10. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    I responded in the thread you created for this purpose alone but you did not care to check it.

    https://forums.mydigitallife.net/th...age-list-ltsb2015-in-msmg.83307/#post-1651704
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Gloeyisk

    Gloeyisk MDL Member

    Sep 2, 2020
    122
    14
    10
    Hi! May can I know complete list for "RemovePkgsList" and "DisableFeaturesList" for Windows 7?
     
  12. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    40
    4
    0
    Because there's nothing there
     
  13. testplayer

    testplayer MDL Junior Member

    Jun 25, 2011
    53
    8
    0
  14. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    delete
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    @MSMG
    folowing on from the last poster talking about manifest_inum,
    you could componentize even more, by adding the individual components as @testplayer mentioned,
    makeing options more flexable,
    thinking of the toolkit removal lists not thrue the menu.
    I hope all is well with you all,
    Majid
     
  16. bill.fi.dill

    bill.fi.dill MDL Novice

    Mar 27, 2021
    3
    0
    0
    #18880 bill.fi.dill, Mar 28, 2021
    Last edited: Mar 28, 2021
    Hi,

    I'm making my second attempt at customizing an ISO (10.0.19041, downloaded from Microsoft's site). I'm following the README, and the first optional step is integrating language packs. It seems the ISO defaults to en-US, so I wonder if there's any reason to integrate this language specifically. I was also wondering why someone might want to integrate a language since, in my first attempt at customizing an ISO, I still had to choose a language after installation was complete. (In my first attempt, I mostly just removed Windows' bloatware apps, then installed the custom ISO in a VM as a test run.)

    I was also wondering if there's an explanation anywhere about the material differences between the following options and why I might choose any, or all, of them:
    Code:
    [1]   Integrate to Windows Setup Boot Image
    [2]   Integrate to Windows Installation Image
    [3]   Integrate to Windows Recovery Image
    
    Thanks for any help you can provide.


    PS: I'm also wondering where we'd get any drivers we'd like to integrate. Something like Snappy Driver Installer comes to mind, but I feel like I'm wrong, there.