Unable to Uninstall Windows 11 Default/Preinstalled Apps

Ibrar Ahmed Pervaiz 0 Reputation points
2023-11-30T19:24:17.77+00:00

Hi All

I am having issue while uninstalling default/preinstall Apps in windows 11. I am uninstalling these apps via PowerShell commands and it runs perfectly but when any other user logged in on the PC or I just restart the PC same all apps are again visible and accessible. Please help me out in this.

Commands:

Get-AppxPackage -allusers | Remove-AppxPackage

Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,403 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 17,041 Reputation points
    2023-12-01T21:39:12.16+00:00

    You may try use winget command to uninstall them. You may try run the following command to get list of applications:

    winget list
    

    And to uninstall use the following:

    winget uninstall <name of application>

    For example

    winget uninstall Calculator
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.