How to remove built in (UWP) apps from Windows 10

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 21

  • @key462
    @key462 2 ปีที่แล้ว +1

    This is the best method out there, most of the tutorials on the internet actually require you to uninstall it one by one using powershell or with windows debloater, this one is using built in program and let you choose what you want to uninstall... This vid needs attention

  • @tommyb.6064
    @tommyb.6064 3 ปีที่แล้ว +3

    If you don't want to type it down...
    Get-AppxPackage -AllUsers | Out-GridView -PassThru | Remove-AppxPackage

  • @DavidSmith-rv1bg
    @DavidSmith-rv1bg 3 ปีที่แล้ว

    This works on 21H2 as well, thanks for the video.

  • @MrCrackerdog
    @MrCrackerdog ปีที่แล้ว

    Thank you James, this stuff is great.

  • @acinonyxjubatus4946
    @acinonyxjubatus4946 ปีที่แล้ว

    perfect but how about removing ms eadge ?

  • @marytoti1942
    @marytoti1942 2 ปีที่แล้ว

    Thank you for sharing this. Will this work and hold for all users in a sysprepped image with copyprofile? Windows 10 Enterprise 21H2

    • @JamesRankin1
      @JamesRankin1  2 ปีที่แล้ว

      Should do, as far as I can tell

  • @USMCOIF
    @USMCOIF 4 ปีที่แล้ว

    Thanks for your help. This video was very instructional

  • @ravensportal
    @ravensportal 4 ปีที่แล้ว

    Good video , thanks James

  • @rokiikor3441
    @rokiikor3441 4 ปีที่แล้ว

    i get a refus while hit enter the code you mentined ::: Get-AppxPackage -Allusers | out-gridview -PassThru | Remove-AppxPackage

    • @JamesRankin1
      @JamesRankin1  4 ปีที่แล้ว

      What's the error?

    • @rokiikor3441
      @rokiikor3441 4 ปีที่แล้ว

      Get-AppxPackage : Accès refusé.
      Accès refusé.
      Au caractère Ligne:1 : 1
      + Get-AppxPackage -Allusers | out-gridview -PassThru | Remove-AppxPacka ...
      + ~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException
      + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetApp
      xPackageComman

    • @rokiikor3441
      @rokiikor3441 4 ปีที่แล้ว +1

      @@JamesRankin1 hey mr james finally it works the problem was power shell "as admin"

  • @rokiikor3441
    @rokiikor3441 4 ปีที่แล้ว

    thx first for your effort

  • @jackiechan4218
    @jackiechan4218 3 ปีที่แล้ว

    completely useless

    • @JamesRankin1
      @JamesRankin1  3 ปีที่แล้ว

      Thanks for the constructive feedback Jacqueline.

  • @李簇鑫
    @李簇鑫 2 ปีที่แล้ว

    Get-AppxProvisionedPackage -online | ogv -p | Remove-AppxProvisionedPackage -online
    What commands can I use if targeting Microsoft.People?
    Can this be used?
    Remove-AppxProvisionedPackage -AllUsers -Online -PackageName Microsoft.YourPhone