How to remove any App from Windows 10 using Powershell

preview_player
Показать описание
How to remove any App from Windows 10 using Powershell using wildcard and remove its package.

Get-AppxPackage | Select Name, PackageFullName

Get-AppxPackage *ShortName*| Remove-AppxPackage
Рекомендации по теме
Комментарии
Автор

Thank you so much for posting this video on the Internet without you I would not have been able to do this. Many people from the Microsoft Corp say they're giving you instructions but nobody says that you have to run power shell under administrator to be able to do anything except you. And you're the 1st person to successfully walk me through from start to finish on and uninstall thank you so much. Excellent video I will be happy to share this with anybody that needs assistance on installing apps they do not need or want.

MrKirby
Автор

but that is do an uninstall for only 1 person logged in whilst you are on the machine? why not just do it from app store in that case else do the powershell for all users

JR-jngz
Автор

not working for all third party apps like winrar, webex

ranjeetrana