Remove Programs from Windows 10, such as news, mail, etc.

Source: Internet
Author: User

To use Windows PowerShell this program, it is an upgraded version of CMD, you can use more instructions, use Windows search function to enter PowerShell can be found, and then right-click to run as a system administrator.

Simply enter the following command in PowerShell and press ENTER to remove the motion application immediately:
Get-AppxPackage *bingsports* | Remove-AppxPackage

If you want to reuse a deleted application, simply reinstall it in the market.

Other program removal instructions:

3D Builder

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Alarm clock and clock

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Calendar

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Calendar and Mail

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Camera

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Get Office

Get-AppxPackage *officehub* | Remove-AppxPackage

Get Skype

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Get Started

Get-AppxPackage *getstarted* | Remove-AppxPackage

Groove Music

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Map

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Microsoft Solitaire Collection

Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Financial

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Movies & TV

Get-AppxPackage *zunevideo* | Remove-AppxPackage

News

Get-AppxPackage *bingnews* | Remove-AppxPackage

OneNote

Get-AppxPackage *onenote* | Remove-AppxPackage

Contact

Get-AppxPackage *people* | Remove-AppxPackage

Mobile Small Helper

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Photo

Get-AppxPackage *photos* | Remove-AppxPackage

Market

Get-AppxPackage *windowsstore* | Remove-AppxPackage

Movement

Get-AppxPackage *bingsports* | Remove-AppxPackage

Voice recorder

Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Weather

Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox

Get-AppxPackage *xboxapp* | Remove-AppxPackage
If you want to reinstall all of the built-in programs at once, you do not need to reinstall Windows 10, just enter the following instructions to get it done:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

Remove Programs from Windows 10, such as news, mail, etc.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.