1. aserer

    aserer MDL Novice

    Apr 11, 2022
    19
    4
    0
    #26741 aserer, Jan 24, 2024
    Last edited: Jan 26, 2024
    I'm debloating win10 ltsc 2021 as much as possible, anyone knows that if I want Intel Graphics Command Center and Nvidia Control Panel functioning well, which packages should I keep? Much appreciation!
     
  2. aserer

    aserer MDL Novice

    Apr 11, 2022
    19
    4
    0
    win+x-->open powershell (admin)-->type add-appxpackage-->enter path of your package-->done
     
  3. ORZpasserAtw

    ORZpasserAtw MDL Novice

    Sep 8, 2020
    18
    4
    0
    #26743 ORZpasserAtw, Jan 25, 2024
    Last edited: Jan 25, 2024
    If you want debloat Windows Backup App, I made a temporary solution (tested on my LTSC2021):
    1.mount install.wim (ofc)
    2.open NSudo (in the Toolkit_v13.6\Bin\x64)
    3.open cmd via NSudo
    4.
    Code:
    cd [Your Mount]\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy
    rmdir /q /s WindowsBackup
    del WindowsBackup*
    5.open AppxManifest.xml
    6.delete every line about WindowsBackup (in my case is line 842-849 & 456-489)
    7.save it to somewhere
    8.then delete original AppxManifest.xml via NSudo cmd, and replace it with edited one
    9.(optional) turn off automatic windows update in your install.wim
     
  4. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    IIRC removing 'ClientCBS' package also does the job when using MSMG ToolKit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    cool did you try to run dism resetbase dism scan health and sfc scannow after you removed backup app ?
     
  6. OpenSourceGhost

    OpenSourceGhost MDL Member

    Feb 14, 2022
    170
    24
    10
    Doesn't that break a bunch of stuff? I'd like to remove the entire package, mostly because of SearchHost and TextInputHost, but I am not sure if it is possible on Win1123H2.
     
  7. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    No experience with shoddy Windows 11 OS, sorry.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    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
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    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.
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    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
     
  15. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    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...
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    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.
     
  19. plasma_ogre

    plasma_ogre MDL Novice

    Jun 10, 2023
    2
    2
    0
    #26760 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?