How to Uninstall Windows Apps With PowerShell

Published: 10 May 2024
on channel: Freebooter
719
12

Here’s how to uninstall Windows 11 and Windows 10 pre-installed universal apps with PowerShell on your PC.



Get the list of Windows apps from PowerShell

Get-AppxPackage | select Name, PackageFullName | Format-List


Remove the Windows app from PowerShell

Remove-AppxPackage [App Name]


Remove-AppxPackage -allusers [App Name]


Remove all Windows apps for your user account or all user accounts with PowerShell

Get-AppxPackage | Remove-AppxPackage


Get-AppxPackage -AllUsers | Remove-AppxPackage


Watch video How to Uninstall Windows Apps With PowerShell online, duration hours minute second in high quality that is uploaded to the channel Freebooter 10 May 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 719 times and liked it 12 visitors.