1. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
  2. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    shoddy windows 11. lol
    it aint that bad it just need a bit of tweaking and if you tweak it enough its as light and well working as 2016 ltsb
     
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    You have to use the command to enter Offline mode.
    Code:
    DISM.exe /Image:"%InstallMount%\1" /Add-ProvisionedAppxPackage
    
    Note: Change "%InstallMount%\1" to your mount point path.

    Yes, you can use it as you wish, but you cannot distribute it. Unless you make a request to MSMG and they approve your request.
    I've already thought about that. But I think it's better that if someone comes to the forum through my project that originated based on Toolkit.cmd and help from MSMG, they should come and see the Official project, since part of the customizations I made are for the use of all versions of ToolkitHelper.exe from MSMG Toolkit v9.5 onwards.
     
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    News:
    With the help of Master @abbodi1406, I fixed a small problem regarding the latest updates that was causing boot errors, in IMCK, even for w10, this was already happening for w11. And in the place where I made the modifications, as it is not a place where I make my customizations, I believe that in Toolkit.cmd there is the same problem.
    Even if we have to wait for MSMG to resolve the problem of removing components, I'm going to release a Toolkit.cmd for everyone.

    Next week I'll post it here.
     
  5. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    I have one user who wants to use a webcam... silly person... but who am I to judge :)
    So, I gather that means I need to keep the webscam experience in the image?
    However, I wouldn't want to keep the "camera bloatware app". Keeping the webscam experience keeps that app. Can I remove just that app or use powershell or dism after I've installed windows to get rid of it?
    I assume there are ways of managing the camera settings without that app?
    Sorry of that sounds dumb. I've never used a webcam before... hate them.
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I always remove Webcam experience and Camera Appx.
    My notebook camera works.

    I have an LG 480p webcam that doesn't work on any Windows. There is no driver that works. Only in Linux.
    Maybe it's a very old webcam? Like mine.
     
  7. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    @inTerActionVRI hi and nice to see you're back :)

    I been actually trying to find what was causing reset base error but I never could find it, maybe something to do with some signatures or some package gets corrupted don't know.
    i have lately been using cbsenum against 11 and sometimes it was doing similar thing when removed package rebooted windows i was getting resetbase error found that sometimes cbsenum didnt remove package as it should, funnily package or remnants of it i was to remove was moved in cbs enum to another tree and when i removed that package resetbase error was gone.
    i have never integrated any updates using toolkit itself so not sure if doing so would clear dism reset base error
    as a workaround i have simply installed any update after installing windows and then the error was always gone and it is working against every 11 22h2 version from 22621.1 to 22621.3085
    and then even using dism++ to clear sxs folders doesnt cause any issues.

    so to the guy i was responding earlier he could do similar thing i did so he wouldn't already have dism errors when trying to use cbsenum etc
     
  8. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi dear friend,

    Or maybe you can tell me the model of your old LG and I can see if I had this old driver...

    Best Regards
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I already tried, I have the drivers, it just doesn't work.
    I have to see where this webcam is stored. It has been no longer in use for a few years. And, 480p is not worth it.
     
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Acer Aspire VX5-591G laptop circa 2018 Windows 10 1809. Camera not detected at all.
    The user is going to buy a Logitech 4K Pro or the Logitech Brio 4K on his desktop.
     
  12. plasma_ogre

    plasma_ogre MDL Novice

    Jun 10, 2023
    2
    2
    0
    #26773 plasma_ogre, Feb 2, 2024
    Last edited: Feb 2, 2024
    I'm trying to install a slightly stripped down version of Windows 22H2. I've included WindowsDefender and Windows Store in MSMG. However, each time I've tried (almost ten times), my final Windows installation doesn't include SecurityCenter (or SecurityDashboard where I can tweak WindowsDefender settings). Neither does it include Windows Store (I don't really need that app but anyways it's missing for an unknown reason...). Any idea what I'm doing wrong?
     
  13. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    Possible reason before you downloaded your iso from uupdump you removed security and store in config file.
    and other reason is you removed things you shouldn't in msmg toolkit.

    I'm on 22h2 and both defender and store work as they should.
     
  14. plasma_ogre

    plasma_ogre MDL Novice

    Jun 10, 2023
    2
    2
    0
    Aha, it was that. Thanks!
     
  15. soulseek

    soulseek MDL Novice

    Jan 29, 2024
    3
    1
    0
    #26776 soulseek, Feb 4, 2024
    Last edited: Feb 5, 2024
    Hi!

    . I have a Windows 10 22H2 19045.xxxx ISO image downloaded from microsoft site.
    . I'm using MSMG 13.6 to remove Windows components and apps only (no integration stuff).
    . When I start deleting components, MSMG crashes in the app(x?) ScreenSketch (only in this app) throwing a exception popup, so the program stops deleting the rest of the app/component list.

    How to fix that so MSMG can run 100% ok?
    @Jingzin
    @inTerActionVRI
     
  16. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
  17. batu3k

    batu3k MDL Novice

    Sep 7, 2010
    2
    0
    0
    "The selected source image build does not support custom component removal,
    However it supports DISM component removal. For component removal, use Remove
    Windows Components using Package List (DISM Method) menu"

    I can't get it :/ My Windows 11 version is: 22631.3085.

    The project ended? Latest update date is 09.2023 :/
     
  18. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    paused, as to 22631.3085 , toolkit supports 22h2 not 23h2 yet.

    I'm on 22h2 but if i wanted 23h2 i would debloat 22h2 then update to 23h2 few packages would get reinstalled like defender, but dism reset base error would be gone, then i would remove manually whatever was reinstalled.

    theres virtually nothing in 23h2 worth of upgrading
     
  19. soulseek

    soulseek MDL Novice

    Jan 29, 2024
    3
    1
    0
    #26780 soulseek, Feb 6, 2024
    Last edited: Feb 6, 2024
    When you say "unblocked", you're saying right click in start.cmd and toolkit.cmd (as an admin) > properties > read-only?