Uninstall Provisioned Apps using SetupComplete.cmd

Discussion in 'Windows 11' started by aedthuio, Aug 27, 2022.

  1. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    Thank you very much for the information and this scrypt - FORCE APPX UNINSTALL.

    Sorry to be insistent. but is there a script similar to these which displays an interactive list of systemapps where you can select these systemapps for removal?
     
  2. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,359
    7,078
    210
    For online system?

    Code:
    powershell.exe "Get-AppxProvisionedPackage -Online | Out-GridView -PassThru | Remove-AppxProvisionedPackage -Online"
     
  3. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,694
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    Thank you very much.:worthy:

    It's good to learn from the best.:D