The WIN10 system takes what we don't need. Uninstall Delete method

Source: Internet
Author: User
Tags error code

A large number of default applications are preinstalled in Windows 10 systems. Depending on the version you're using, you'll always see a lot of apps that you don't want to use in the Start menu, and you can actually uninstall any preinstalled applications you don't need with the system's own way. And all you have to do is simply look for an application in the Start menu and run as an administrator, and then copy the code below to complete it.


The way to uninstall a preinstallation application is to enter the "P" letter in the Start menu, and the system will automatically feed back to the "Windows PowerShell" application, then right-click "Run as admin" and jump out of the blue batch interface, and then, depending on your personal needs, You can easily complete the uninstall of the Windows 10 preinstallation application by entering the appropriate code.


To uninstall the Xbox application for example

Although the corresponding error code will be jumped out later, it can be used without a tube, in fact the application has been deleted.


To remove a command for a Windows 10 preinstallation application:


Remove 3D from Windows 10 (uninstall Win10 with 3D Builder)
Get-appxpackage *3d*
Remove-appxpackage

Remove Camera from Windows 10 (uninstall WIN10 with camera applications)
Get-appxpackage *camera*
Remove-appxpackage

Remove mail and calendar from Windows 10 (uninstall win10 with mail and calendar applications)
Get-appxpackage *communi*
Remove-appxpackage

Remove Money, Sports, news and Weather from Windows 10 (uninstall WIN10 with financial news, sports News, and weather software)
Get-appxpackage *bing*
Remove-appxpackage

Remove Groove Music and Film & TV from Windows 10 (uninstall Win10 with music player, video player, and TV application)
Get-appxpackage *zune*
Remove-appxpackage

Remove people from Windows 10 (uninstall WIN10 with contact application)
Get-appxpackage *people*
Remove-appxpackage

Remove phone companion from Windows 10 (uninstall Win10 with mobile companion)
Get-appxpackage *phone*
Remove-appxpackage

Remove Photos from Windows 10 (uninstall Win10 self-view software)
Get-appxpackage *photo*
Remove-appxpackage

Remove Solitaire Collection from Windows 10 (uninstall Win10 with Microsoft card games)
Get-appxpackage *solit*
Remove-appxpackage

Remove Voice Recorder from Windows 10 (uninstall WIN10 tape recorder software)
Get-appxpackage *soundrec*
Remove-appxpackage

Remove Xbox from Windows 10 (uninstall WIN10 with Xbox)
Get-appxpackage *xbox*
Remove-appxpackage



but remember, WINDOWS10 systems are not moving!

The use of win10 for some time, which also used such as Tencent Computer Butler, soft magic Rubik's Cube and other tools to optimize the boot, most of the time there is no problem, but the recent optimization of the system has caused a variety of problems. Now to sum up, the WIN10 service items can not be moved, can not be prevented from starting up, can not shut down the background resident.

Coremessaging: Important process, the key system process, disabled can not enter the system, Ctrl+alt+del keys are invalid;

Task scheduler:windows System Tasks Scheduler, every step of the system is arranged through it, visible its importance, after disabling many of the normal use of the computer must be the basic tools will not be able to start, including input method, independent driver, and so on;

System Events Broker: When disabled, the NIC property does not see anything, cannot modify IP, and can cause Task Scheduler service to fail to start;

Windows Connection Manager: When disabled, the taskbar network indicator hits XX

Tile Data Model Server: After disabling has been stuck in the Welcome interface, Ctrl+alt+del can go to the desktop, but Win10 the default Start menu does not come out.

Win10 in use, other items will be added gradually.

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.