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
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
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
If you don't want to type it down...
Get-AppxPackage -AllUsers | Out-GridView -PassThru | Remove-AppxPackage
This works on 21H2 as well, thanks for the video.
Thank you James, this stuff is great.
perfect but how about removing ms eadge ?
Thank you for sharing this. Will this work and hold for all users in a sysprepped image with copyprofile? Windows 10 Enterprise 21H2
Should do, as far as I can tell
Thanks for your help. This video was very instructional
Good video , thanks James
i get a refus while hit enter the code you mentined ::: Get-AppxPackage -Allusers | out-gridview -PassThru | Remove-AppxPackage
What's the error?
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
@@JamesRankin1 hey mr james finally it works the problem was power shell "as admin"
thx first for your effort
completely useless
Thanks for the constructive feedback Jacqueline.
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