How can I delete redundant built-in applications in the Win10 system ?, Win10 built-in Deletion

Source: Internet
Author: User

How can I delete redundant built-in applications in the Win10 system ?, Win10 built-in Deletion

As a cross-platform system, Windows 10 not only pre-installs applications on the mobile phone end, but also has some applications on the PC end that we don't need to delete. Next let's take a look at the operation steps.

This requires Windows PowerShell. You can search for Windows PowerShell.

Right-click Windows PowerShell and select Windows PowerShell as an administrator.

Use the Get-AppxPackage command to view Windows applications.

You can find the application to be deleted and find PackageFullName.

Then, use Remove-AppxPackage and PackageFullName of the application to delete the application.

If you are not familiar with the Windows 10 app PackageFullName, you can search by Baidu. common applications are listed below. You can directly copy and execute the application to delete it.

Email and calendar:

Get-AppxPackage * communi * | Remove-AppxPackage

News:

Get-AppxPackage * bing * | Remove-AppxPackage

Contacts:

Get-AppxPackage * people * | Remove-AppxPackage

Photo:

Get-AppxPackage * photo * | Remove-AppxPackage

Card games:

Get-AppxPackage * sow.* | Remove-AppxPackage

RECORDER:

Get-AppxPackage * soundrec * | Remove-AppxPackage

Xbox:

Get-AppxPackage * xbox * | Remove-AppxPackage

OneNote:

Get-AppxPackage * OneNote * | Remove-AppxPackage

3D Builder:

Get-AppxPackage * 3d * | Remove-AppxPackage

Camera:

Get-AppxPackage * camera * | Remove-AppxPackage

Groove music:

Get-AppxPackage * zune * | Remove-AppxPackage

 

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.