any idea how to get Microsoft-Windows-Media-Features-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab for windows 10 22h2 Pro N
@MSMG When i select to remove all windows systemapps, by default the WebView2 SDK keep the + sign in front of it, meaning that it keep "dont remove" unless i select 38 to remove it then the + sign become - My question is, should i remove WebView2 SDK or not? Are other programs outside of microsoft programs need WebView2 SDK?
No, it's a bug which is fixed in next release, only two programs SearchApp and SecureAssessmentBrowser do have their own copy of the WebView2 runtimes inside their package folder, choosing any one of the apps will also remove the WebView2 Runtime SDK. You can remove the WebView2 SDK if you are removing all system apps.
The original LTSC 2021 image released from MS is a system prepared image which comes with DISM /Cleanup-Image /ComponentStoreCleanup /ResetBase command executed. This will give a ghost SFC error, which gets fixed once the SFC /SCANNOW is executed once.
hey @MSMG how is this new tool different compared to nsudo? due to reasons I use nsudo to launch my screen reader nvda, as the trusted installer in order for the cmd window that msmg toolkit runns from becomes accessible. if i don't launch nvda using nsudo, nvda can't access msmg's window. hence curious.
Thank u for ur kind explaination... For peoples who got troubles trying to debloat windows, i can assure u the problem is not on MSMG Toolkit, it is on the windows itself... windows is full of bugs, full of tricks, full of hidden sh*ts. Dont believe me? Why dont u try to remove some services and tasks... u'll be surprised how an unrelated services can cause bootloop, or make ur screen black not able to enter windows. Lol... i know because it happened to me... alots...
well with windows update removal it will help. no sudden upgrade to microshaft's latest and not so greatest.
I am having the same error even after retaining the webcam experience component. Opening camera app is showing an error "media capture event failed". I am attaching the removed package list for reference.
This is the code I used for my script Spoiler @echo off Color 1f setlocal enableExtensions :: Detect [OS Architecture] IF EXIST "%SystemROOT%\SysWOW64" (set "arch=x64") Else (set "arch=x86") :: Getting Admin Rights by Run Script as Trusted Installer with Wsudo %windir%\system32\reg.exe query "HKU\S-1-5-19" 1>nul 2>nul || goto :eof %windir%\system32\whoami.exe /USER | find /i "S-1-5-18" 1>nul && ( goto :Startnext ) || ( "%~dp0Bin\%Arch%\wsudo" -T "%~dpnx0"& exit /b >NUL 2>&1 ) :Startnext CD /d "%~dp0" :: Setting environment path variables
Updated the Toolkit to v13.3 Spoiler: Changelog.txt v13.3 + Updated Toolkit's Bin folder with Windows 11 v22H2 Insider Preview WADK (v10.0.25324.1000) Tools. + Updated Toolkit's Bin folder with WimLib-Imagex v1.13.6 Binaries. + Updated the Toolkit to support Windows 11 v22H2 (10.0.22624) Moment 3 Insider Preview Source OS. + Updated the Microsoft .NET Framework 4.8 Pack (Windows 7/Server 2008 R2) with .NET 4.8 KB5022509 (4.8.4614.10) Runtime (Thanks to MDL Member : abbodi1406). + Updated the Microsoft .NET 6 Desktop Runtime Pack (Windows 7/Windows 8.1/Windows 10/Windows 11) with Microsoft .NET Desktop Runtime 6.0.15 Runtime. + Updated the Microsoft .NET 7 Desktop Runtime Pack (Windows 7/Windows 8.1/Windows 10/Windows 11) with Microsoft .NET Desktop Runtime 7.0.4 Runtime. + Updated the Microsoft Windows PowerShell 7 Pack (Windows 7/Windows 8.1/Windows 10/Windows 11) with PowerShell 7.3.3 Runtime. + Updated the Microsoft Visual C++ Runtime Pack (Windows 7/Windows 8.1/Windows 10/Windows 11) with VC++ 2022 (14.36.32502) Runtime (Thanks to MDL Member : abbodi1406). * Renamed the Feature "Integrate Mozilla Firefox Browser" to "Integrate 3rd Party Application Packs". + Added the below packs to the 3rd Party Application Packs for the below Source OS. 7-Zip Extractor v22.01 (Windows 7/Windows 8.1/Windows 10/Windows 11) Brave Browser v1.48.171 (Windows 10/Windows 11) Firefox v110.0.1 (Windows 7/Windows 8.1/Windows 10/Windows 11) Google Chrome v109.0.5414.129 (Windows 7/Windows 8.1) Google Chrome v111.0.5563.65 (Windows 10/Windows 11) LibreOffice v7.5.1 (Windows 10) Stardock Start11 v1.4.1.1 (Windows 11) StartIsBack+ v1.7.6 (Windows 8.1) StartIsBack++ v2.9.19 (Windows 10) StartAllBack v3.6.2.4655 (Windows 11) + Updated the Feature "Integrate WHD Updates" to support integrating Windows 11 v22H2 (10.0.22624) Moment 3 Feature Enablement Package. + Fixed a Bug in the Feature "Remove Windows Components", Where Removing NCSI System App component would break the system tray network status. + Updated the Feature "Remove Windows Component" to remove Windows Update System component for Windows 10 Client v1809/v1903/v1909/v2004/v20H2/v21H1/v21H2/v22H2, Windows 11 Client v21H2/v22H2 Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.1/v10.0.17763.4131 [KB5023702]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client Enterprise LTSC 2019 (v10.0.17763.1/v10.0.17763.4131 [KB5023702]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903 (v10.0.18362.1) & v1903/v1909 (v10.0.1836x.2274 [KB5013945]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004 (v10.0.19041.1) & v2004/v20H2/v21H1/v21H2/v22H2 (v10.0.1904x.2728 [KB5023696]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client Enterprise LTSC 2021 (v10.0.19044.1288/v10.0.19044.2728 [KB5023696]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 11 Client v21H2 (v10.0.22000.1/v10.0.22000.1696 [KB5023698]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 11 Client v22H2 (v10.0.22621.1/v10.0.2262x.1413 [KB5023706]) Source OS. + Optimized the Toolkit code (Thanks to MDL Member : inTerActionVRI).