Win 10 uninstall programs. Using the command line. Removing unnecessary software using CCleaner

Windows 10 comes with a ton of pre-installed applications, and during its use, almost any user installs several more programs from the store.

And when the need arises to get rid of them (even immediately after installing the OS), questions arise. Today we’ll look at how you can remove built-in Windows 10 applications without resorting to tricks using third-party software.

One of the options for achieving the goal is to use the new “tens” settings interface, which is a partial replacement for the Control Panel. This is the Options menu.

1. Call it through the Start context menu or using the combination Win → I.

2. Visit the “System” section.

3. Activate the “Applications/Features” tab.

4. Click on the icon or name of the unnecessary program and click “Delete”.

As a result, the uninstallation of the program will start without additional windows and a confirmation dialog.

The user is given the opportunity to delete not all applications, therefore, next to some of them, the “Delete” icon will be inactive.

Note that it is easier to uninstall classic programs through the Control Panel applet called “Add/Remove Programs,” using so-called uninstallers, or by launching the uninstaller from the directory with the software files or through a shortcut in Start.

Using the extended command line

The Top Ten has added a tool that has more functionality than the command line. This is PowerShell. To use it, you need to find out the system names of the packages that you are going to remove.

1. Call PowerShell with administrator privileges.

Enter the name of the application in the search bar and, using the context menu of the corresponding element, select “Run as administrator” from its results.

2. To visualize the list of utilities installed from the application store, enter and execute:

In order to simplify the process of removing software, we will enter the names of packages in the commands. They are naturally easier to copy and paste than to print, so it would be advisable to export the displayed information to a “txt” document.

3. Send the command to the system:

Get-AppxPackage | Set-Content "$Env:userprofile\Desktop\X.txt"

It will save a list of detected software products with their full names to the desktop, and if you change the path and file name specified after “$Env:” - to the specified directory under the given name.

To get more detailed information, and in a more readable form, run a command like:

Get-AppxPackage | ConvertTo-Html | Set-Content "$Env:userprofile\Desktop\X.html"

The path to the file can be anything. Uninstalling an application is done by entering the uninstall command and the package name PackageFullName. To obtain this information, you must enter and complete it.

Get-AppxPackage -Name *News*

This will display information about the News program.

Select the value of line 6 “PackageFullName” and copy it to the clipboard via the context menu or using the Ctrl+C combination.

Removing the “News” application is carried out by running the system command:

Remove-AppxPackage Microsoft.BingNews_4.16.18.0_x86__8wekyb3d8bbwe –Confirm

Where Remove-AppxPackage is responsible for uninstalling the specified software;

the –Confirm argument will display information about the requested action and ask for confirmation to complete it. Without it, uninstallation will occur in the background and without notifying the user.

All that remains is to delete the installation package itself from the dozens storage. The line performs the action:

Get-AppXProvisionedPackage -Online | where-object ($_.packagename –like “*3DBuilder*”) | Remove-AppxProvisionedPackage –Online

Where 3DBuilder is the name of the package to be removed.

This removes programs for the current user. You can also uninstall applications for other accounts if you have the rights to do so. The argument “-User Username” is used here, for example, “Get-AppxPackage -User My_Name” will display a list of applications for the My_Name account installed from the Windows Store.

Removing software for a specific account is carried out in the same way, but with the addition of the “-User Username” parameter. Removing software for all computer accounts is carried out using the “-AllUsers” parameter.

To clear Windows 10 of all programs in the Store, there is a line:

Get-AppxPackage -AllUsers | Remove-AppxPackage

Consequently, there is nothing complicated or incomprehensible with uninstalling classic programs in the “top ten”, except for the fact that some of them are system ones and cannot be removed. If necessary, any utility can be installed on the computer, and when adding a new user, the classic set of software from the Store will be installed the first time you visit it. To avoid this, enter and execute:

Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage –Online

If you uninstall all programs, the Store will also be uninstalled, which will not make it possible to acquire anything from its storage in the future.

Uninstalling classic programs using the command line

The command line also allows you to get rid of unnecessary software imposed by Microsoft. To do this, you will have to use the Windows 10 Management Tool (WMIC). Unfortunately, it only allows you to manage software products installed through the Windows Installer.

1. Call the command line with administrator privileges.

2. Execute “wmic” in it.

3. Execute “product get name” to obtain a list of products that can be deleted via CMD.

wmic /output:C:\list.txt product get Name, Version

An extended HTML version of the list of programs in the form of a table is saved using the command:

wmic /output:C:\list.html product get Name, Version /format:htable

The names and path of saving documents can be changed.

In this case, compared to PowerShell, information about the version of the application (Version), its developer (Vendor), installation date (InstallDate) and a short description (Description), if available, is also displayed.

In Windows 10, you can filter the list by any of the following options. So, for example, to get a list of software from Piriform, follow the line:

wmic product where “Vendor like ‘%Piriform%"” get Name, Version

The following line will help you display a list of office programs:

wmic product where “Name like ‘%Office%"” get Name

Let's remove an application, for example, Word from Microsoft, through the command line. The command will look like this:

product where name=”Microsoft Word MUI” call uninstall /nointeractive

The name of any other program must be specified in quotes after “name”; the “/nointeractive” argument will save the user from confirming the operation.

For advanced users, it should be noted that WMIC is capable of managing installation packages on remote stations, but this requires the IP of the target computer to connect to it.

Any user can understand the WMIC and PowerShell commands for managing installed software, even those who do not know the basics of programming and do not have skills in administering PCs based on Windows 10.

In the operating system Windows 10 Compared to previous ones, there are relatively few changes with application management. A store has opened that works great, from which you can install the program without any problems. However, this is not what this article is about, here we will look at how to remove a program in Windows 10.

Quickly uninstall a program on Windows 10

To answer the question how to delete an application in Windows 10, it will be necessary to perform the following manipulations. Opening "Start", then "Options". Select the section “ System, and then go to the “Applications and Features” tab. A list of installed programs will open in front of you. Next to each program its size is displayed, which is very convenient. To remove a program, you will need to click on it, then click on “Delete”, and then click the Delete button again.

Uninstalling via the Start menu

There is another one easy way implementation of this task. Open “Start”, then open all applications. Next, we need to find the necessary program, right-click on it, and then click on “Delete”. This method will also be useful to you.




A program for completely uninstalling all kinds of applications in Windows 10

If for a certain reason it is not possible to remove a program in Windows 10, or you want to completely remove it with all entries in the registry, then in this case we will need a specialized program - an uninstaller. Revo Uninstaller– the most popular and free program. It provides many more features than conventional operating system tools.

You can download Revo Uninstaller from the official website. Afterwards you will need to install it on your computer. It works great on Windows 10. The procedure for removing applications using Revo Uninstaller is carried out in several steps. In the main window you will need to select the required program, and then click on “Delete”. We confirm by clicking the “Yes” button. A window should open in front of you with a choice of removal method. Choose the one that is most convenient for you, and then click next. There, opposite each method, a convenient description is presented in Russian.

We begin the removal procedure. Upon completion, click "Further". You may also need to close the installer window of the program itself, which we removed. The Revo Uninstaller program itself will begin to search for additional information that is still available on the system.

You will see the result yourself. All necessary points should be highlighted, and then click the “Delete” button. We confirm our intentions. After completing this procedure, the uninstaller window can be closed. The methods listed above will be quite enough to remove applications; you just need to choose the one that is convenient for you and follow the instructions.

When you actively use the operating system, a large amount of unnecessary software constantly accumulates on the disk. However, most of them are practically not used. To free up space on the system drive, you have to resort to deleting them in Windows 10. There are many options for how to do this.

Uninstalling Windows 10 programs through the Start Menu

The easiest way is to remove the software through the Start menu. To do this, you need to go to the Start menu, open “All applications”. Then right-click (RMB) on the unnecessary software and select “Delete”

After following the instructions of the uninstaller, the application can be completely removed from the disk.

How to remove a program in Windows 10 through Control Panel

One of the simplest and most convenient methods in any version of Windows is to remove it through the Control Panel. The control panel item “Add or Remove Programs” or “Programs and Features” is located in Windows 10 in the same place as before.

You will need to open the panel by right-clicking on the “Start” button and then selecting the desired menu item. If “Category” is set in the “View” field at the top right, then in the “Programs” section you need to open “Uninstall a program”.


If the view field is set to “Icons,” then open the “Programs and Features” item to access the list of applications installed on the computer.


In order to remove one of them, simply select it in the list, click the “Delete” button in the top line, as a result of this the uninstaller provided by the software developer will be launched and, most likely, the application and all its components will be removed from the computer correctly and fully.

Uninstalling programs in Windows 10 through “Options”

In the new OS, in addition to the control panel, you can use the new Settings application to change settings. To open it, you will need to click the “Start” button and select “Settings”. This utility allows you to remove software installed on your computer.

To remove unnecessary software, you will need to go to the “System” section, then the “Applications and Features” item. Then select the one you want to delete from the list, click the corresponding
If the software you are deleting is a Windows 10 store application, you will simply need to confirm the deletion. If a classic application is uninstalled, its official uninstaller will be launched.

How to quickly and easily open Programs and Features



In the second case, the application will not be deleted, but a list of installed software on the computer will open, from which you can remove any element.

Uninstalling Software Using PowerShell

To remove built-in Windows 10 applications, use the PowerShell utility.

In the search bar you will need to run “PowerShell” as Administrator.

In the window that opens, enter the command “Get-AppxPackage | Select Name, PackageFullName", where "PackageFullName" is the full name of the application.
After this, a complete list of installed standard applications will appear.


To start the process, you will need to enter the command “Get-AppxPackage PackageFullName | Remove-AppxPackage".

To remove uninstallable programs, you can use special programs, for example, Revo Uninstaller, CCleaner.

Uninstall using Revo Uninstaller

This application displays a list of installed programs. Revo Uninstaller can remove the program completely, including additional files and registry entries that often remain on the computer after uninstallation in the standard way. Revo Uninstaller will also be useful if the program cannot be uninstalled.

In order to remove a program in Windows 10 using Revo Uninstaller, you need to select the program in the Revo Uninstaller window and click on the “Delete” button.


In the deletion warning window, simply click on the “Yes” button.


Next, a window will appear to select the removal method.


There are four ways:

  1. Built-in – standard method of removing software;
  2. Safe – with a search for additional files and registry entries;
  3. Moderate – with an advanced search for additional files and registry entries;
  4. Advanced – with the most thorough search for additional files and registry entries;

After selecting one of the uninstallation methods, Revo Uninstaller begins uninstallation.


After analyzing the system, the standard installer will launch, with which you can remove the program. After the installer completes, you need to click on the “Next” button in order to delete additional files and registry entries. The program will require your confirmation before deleting this data.


After removing additional files and registry entries, the program uninstallation is complete.

Removing unnecessary software using CCleaner

CCleaner removes all built-in Windows 10 apps.
First you need to download, install and run CCleaner.
In the window that opens, go to the “Services” section, select “Uninstall programs”
A list of software will open, where you will need to select the ones you don’t need, then click “Uninstall”.

Using these methods, you can permanently get rid of unnecessary software on your computer.

Greetings, readers.

Previously, I have already mentioned more than once such a thing as cleaning the system from unnecessary software. This is mainly done to speed up the operating system. Today I will tell you where to install and uninstall programs in Window 10, as well as how to use this tool. In addition, the article will explain some of the reasons why the function refuses to work normally.

So, if for some reason you need to deal with the existing collateral, we use the function described above. True, in this version of the system from Microsoft it is now called “ Programs and components" However, the location remains the same.

Many people want to know where the tool is. To open it we take several steps:

That's all.

Description( )

After launch, a small window will appear in which you will see a list of installed software on the computer.

In addition, here you can see " View installed updates" This section contains additions to the initial Win installation. If desired or necessary, select unnecessary lines, and then click “ Delete».

It should be said right away that such an action can lead to failures in the system. So this should only be done with 100% confidence.

There is also a tab here Enable or disable components..." It allows you to start or stop individual elements at almost any time. The same principle applies here: if you’re not sure, don’t touch it.

The main page shows a list of applications that users have installed. Review it carefully and, if possible, remove unused programs. Just don’t rush, some of them may have an unusual name or run in the background along with other software. To say goodbye to an application, you need to select the appropriate one, and then click the corresponding button at the top.

It is worth noting that the place we need opens in several other ways. So, for example, launching from the command line is carried out using the command “ appwiz.cpl" The same can be specified in the “” component.

For mobile devices( )

It’s probably no secret to anyone that there are smartphones and tablets running OS Windows 10 Mobile. This means that the devices use a similar operating algorithm as a computer.

Where can I find the tool? Unfortunately, the developers decided to remove it from the compact version. Therefore, in order to say goodbye to an unnecessary program, you must fulfill a number of conditions:

    Restart your device. This is done in the usual way or by holding down the lock and volume. The latter is called " Forced reboot».

    Then we go to memory and select a storage location - a phone or a card.

Sometimes it happens that after some problems the program refuses to leave the device and does not work on its own. In this case, you need to go to the menu “ Options", then to " System", and produce " Reset" Sometimes these steps help you say goodbye to annoying programs.

Problems( )

Some users are faced with a situation where, when accessing the corresponding tool, the latter does not see a single program. As usual, this can happen as a result of various reasons.

So, the simplest one is long loading. If this is your first time running this tool, a blank window will appear immediately. Only over time does the list begin to build. In subsequent times this happens faster, although the process itself also takes some time.

Another common reason for missing programs is the influence of malware. Therefore, if suddenly the list does not line up for a long time, you immediately need to download and install an antivirus, update the databases, and then run a full scan of the device. If problems are detected, we treat and check the functionality of the tool.

If it is not restored, you can try to place it on your computer again Windows Installer. To do this, go to the official website of the developer, download the necessary software and simply install it.

But sometimes this doesn't help either. In this case, there is only one solution - a complete reinstallation of Windows along with formatting the system partition.

Well, I hope this article will help you understand the above function.

Users who were using Windows XP before upgrading to Windows 10 are accustomed to uninstalling programs using the Add or Remove Programs tool. But, Windows 10 does not have a tool with exactly the same name, which sometimes confuses users. In this article we will talk about which tools replace Add or Remove Programs in Windows 10 and where they are located.

Installing and removing programs in the Control Panel of Windows 10

Windows 10 Control Panel has a tool for installing and uninstalling programs. In order to access this tool, you must first. The easiest way to do this is to use the new Start button menu. Right-click on the “Start” button or press the Windows-X key combination and select “Control Panel” in the window that opens.

After opening the “Control Panel”, click on the “Uninstall programs” link.

You can also use the search in the Start menu to access this tool. To do this, open Start and enter the search term “Programs and Features.”

One way or another, as a result, the “Uninstall or change a program” window will open in front of you with a list of all installed programs.

In order to remove one of the programs, you need to right-click on it and click on the “Delete” button that appears.

If you can’t find the program you need, you can use the search. In the upper right corner of the window there is a search form with which you can find the programs you need.

Add or remove programs from the Settings menu in Windows 10

Windows 10 also has a new tool for installing and uninstalling programs. It is accessible from the Options menu. In order to open it, you need to follow the path “Start - Settings - System - Apps and Features” or you can open the “Start” menu and enter “Applications and Features” into the search.

As a result, a list of installed programs will appear in front of you. At the top of the list there will be a search bar for finding the applications you need, as well as drop-down menus for sorting the list of programs.

In order to delete a program here you need to select it with the mouse, and then click on the “Delete” button.

After clicking the “Delete” button, a warning will appear informing you that the program and all its data will be deleted. In order to continue, you need to click on the “Delete” button again.

Uninstall programs in Windows 10 directly from the Start menu

Also in Windows 10, you can uninstall programs directly from the Start menu. To do this, you need to find the program in the list of programs or use the search. After which you just need to right-click on the program and select the “Delete” menu item.

If this is an application from the Microsoft App Store, it will be removed immediately. If this is a program that you installed manually, then when you try to remove it directly from the start menu, the “Uninstall or change a program” window from the “Control Panel” will open in front of you.