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 without registration, duration hours minute second in high quality. This video was added by user Freebooter 10 May 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 719 once and liked it 12 people.