Wednesday 21 December 2022

Remove unused apps from win11

 Option#1 


Get-AppXPackage | where-object {$_.name -notlike '*store*'} | Remove-AppxPackage

Option#2winget uninstall "app name"
Option#3 https://github.com/ChrisTitusTech/winutil

No comments:

Post a Comment