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!
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
cool did you try to run dism resetbase dism scan health and sfc scannow after you removed backup app ?
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.
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
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.
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.
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.
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.
@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
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
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.
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.
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?