1. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    sorry about that, half asleep query there, was not ment for hear.
    due to fasting having to get used to staying awake at a sensible time.
     
  2. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    this shows, that we can all make mistakes.
     
  3. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    617
    204
    30
    is ETA allowed here,? just wanted to know when 13.3 be available.
     
  4. geese howard

    geese howard MDL Member

    Aug 18, 2009
    102
    15
    10
    No.
     
  5. haris_mdlf69

    haris_mdlf69 MDL Senior Member

    Oct 23, 2018
    429
    670
    10
    Most probably within this week:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. ezgera

    ezgera MDL Novice

    Dec 25, 2019
    36
    2
    0
    any idea how to get
    Microsoft-Windows-Media-Features-Package~31bf3856ad364e35~amd64~~10.0.19041.1.cab
    for windows 10 22h2 Pro N
     
  8. @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?
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    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.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    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.
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    It will be released today.
     
  12. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    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.
     
  13. 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... :bashtroll:
     
  14. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    well with windows update removal it will help.
    no sudden upgrade to microshaft's latest and not so greatest.
     
  15. heller390

    heller390 MDL Novice

    Jun 20, 2020
    21
    1
    0
    #25119 heller390, Mar 25, 2023
    Last edited: Mar 25, 2023
    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.
     

    Attached Files:

  16. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
    This is the code I used for my script
    @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