How to delete built-in applications in Windows 8, 8.1, and Win10 systems

Source: Internet
Author: User

After Win8, Win8.1, and Win10 are installed, we can find that many of our own applications are contained in them. These applications cannot be uninstalled through Interface Operations. Below we will uninstall the system's own applications using PowerShell commands:

1. Open the PowerShell command as an administrator. You can search for the command by Xiao Na, or click "start-all applications-Windows system-PowerShell". You must be an administrator.

2. The Modern application and name are not the same as my EXE, so we need to first list all the applications by using commands, enter "Get-AppxPackage", and press enter, as shown in the figure below, all applications have been listed.

3. Find the application you want to uninstall. You can press Ctrl + F to find the application. For example, if you want to uninstall the "video" application that comes with the system, use "Ctrl + F" to search, as shown in the figure below:

Then, I have found the corresponding information for this application, as shown below:
Name: Microsoft. ZuneVideo
Publisher: CN = Microsoft Corporation, O = Microsoft Corporation, L = Redmond, S = Washington, C = US
Architecture: X64
ResourceId:
Version: 2.6.434.0
PackageFullName: Microsoft. Zunevideo_2.6.4341__x64 _ 8wekyb3d8bbwe
InstallLocation: C: \ Program Files \ WindowsApps \ Microsoft. Zunevideo_2.6.4341__x64 _ 8wekyb3d8bbwe
IsFramework: False
PackageFamilyName: Microsoft. ZuneVideo_8wekyb3d8bbwe
PublisherId: 8wekyb3d8bbwe
IsResourcePackage: False
IsBundle: False
IsDevelopmentMode: False
Dependencies:
{Microsoft. WinJS.2.0 _ 1.0.10041.0 _ neutral _ 8wekyb3d8bbwe, Microsoft. Media. PlayReadyClient.2 _ 3.0.2514.0 _ x64 _ 8wekyb3d8bbwe,
Microsoft. VCLibs.120.00 _ 12.0.21005.1 _ x64 _ 8wekyb3d8bbwe, Microsoft. ZuneVideo_2.6.434.0_neutral_resources.language-zh-hans_8wekyb3d8bbwe}

This is the complete application information, which records the detailed information about the application name, architecture version, and so on.
4. The next step is to uninstall the application,

Command Remove-AppxPackage complete file name,
For example, uninstall the video: Remove-AppxPackage Microsoft. Zunevideo_2.6.4341__x64 _ 8wekyb3d8bbwe, and the application will be uninstalled.

You must be curious about how the input Name is different from the Name. Here we need to describe that you must enter the complete file Name, that is, PackageFullName,
We recommend that you copy my command and complete file name, because PowerShell has strict requirements on case sensitivity, horizontal bars, and vertices. If you enter them manually, you will not be able to recognize them if you enter them incorrectly.

After you enter the uninstall command and press enter, the deployment process shown in the preceding figure is displayed. You don't have to worry about it, because it is a deployment process, but it is just an uninstallation.
The copy operation in PowerShell is as follows:
Click the left mouse button to select, and press enter to copy the file. Click the right mouse button to paste the file. Here, your uninstallation operation has been successful. If you want to install it, search it in the store and install it again.

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.