"Clean install" of Windows 11 no longer possible???

Discussion in 'Windows 11' started by ohenry, Aug 21, 2023.

  1. ohenry

    ohenry MDL Senior Member

    Aug 10, 2009
    452
    282
    10
  2. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,296
    1,219
    60
    I just remove everything afterwards. This command alone will do wonders, it will uninstall all inbuilt apps, even those you do not want to, like codecs.
    Code:
    start "" /wait C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "Get-AppXPackage | where-object {$_.name -notlike '*store*'} | Remove-AppxPackage"
    
     
  3. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,956
    150
    Still possible

    Just don't get them in first place is better and way faster.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,055
    114,422
    450
    #4 Enthousiast, Aug 22, 2023
    Last edited: Aug 29, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...