How to uninstall BUILT-IN APPS on Windows 11 / 10? PCNP Assistant

Опубликовано: 14 Май 2026
на канале: PC NP
883
6

PCNP Assistant - http://easywin.info/pcnp-soft
Learn how to uninstall built-in apps in windows 11 or windows 10. If you can uninstall stock Windows programs, you can clean up and speed up your computer.

See also:
Speed up Windows 11 (tests) -

You can make a donation for the development of the project through the form on the page http://easywin.info/donate

Teams:
1. Display a list
Get-AppxPackage | select name
2. Remove
Get-AppxPackage -allusers ... | Remove-AppxPackage
3. Restore
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Subscribe to the PC channel without problems!
#pcnp #pcnpassistant