

- How to uninstall apps windows 10 how to#
- How to uninstall apps windows 10 full#
- How to uninstall apps windows 10 windows 10#
- How to uninstall apps windows 10 trial#
Right click “Windows10Debloater.zip” and then “Extract All”.

On the Windows10Debloater project page on Github, click the green “Code”-button and then select “Download ZIP” to save Windows10Debloater on your drive.

Download Windows10Debloater from GitHub.It basically relies on the same PowerShell-based procedures shown above that are stored into scripts which you can also modify to exclude certain apps you might want to keep.
How to uninstall apps windows 10 windows 10#
Windows10Debloater is a script-based solution with an optional GUI that allows to remove or re-install all built-in Windows 10 Apps with just a mouse click.
How to uninstall apps windows 10 how to#
How to Remove All Built-in Windows 10 Apps at Once with PowerShell Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage Photos: Get-AppxPackage *photos* | Remove-AppxPackage Phone Companion: Get-AppxPackage *windowsphone* | Remove-AppxPackage People: Get-AppxPackage *people* | Remove-AppxPackage OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage News: Get-AppxPackage *bingnews* | Remove-AppxPackage Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage
How to uninstall apps windows 10 full#
Here’s the full list:ģD Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackageĪlarms and Clock: Get-AppxPackage *windowsalarms* | Remove-AppxPackageĬalculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackageĬalendar and Mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackageĬamera: Get-AppxPackage *windowscamera* | Remove-AppxPackage Get-AppxPackage *soundrecorder* | Remove-AppxPackageįor the most part, the app names are self-explanatory, but there are some that differ from their display names in Windows 10. You can remove Windows 10 bloatware with the following command (example): What makes CleanMyPC uninstaller more powerful is that it automatically removes extra stuff after app uninstallation like leftover folders, registry tweaks, etc.Press “Windows + X” and click “Windows PowerShell (Run as Admin)”.
How to uninstall apps windows 10 trial#
CleanMyPC uninstaller can also remove built-in apps as well.ĬleanMyPC uninstaller is not a free tool, but there’s a free trial that’s enough for built-in app uninstallation. It’s Windows 10 tool that’s meant to clean invalid registry entries, uninstall apps, etc. Well, if you don’t like playing with the Powershell, then you can use CleanMyPC uninstaller. Now, wait for few seconds until Windows 10 removes the bloatware. You can also use the wildcards (*) before and after the app name in the PowerShell. Note: Please replace the ‘xboxapp’ with your app name. To remove any particular app, type in the command: Get-AppxPackage *xboxapp* | Remove-AppxPackage This command will give you a list of all installed apps of the current users. Now on the Powershell, type in the following command: Get-AppxPackage | ft Name, PackageFullName -AutoSize
