How to remove an application from Microsoft. Installing and uninstalling the Windows Store

The Windows Store is considered an optional app for most users. This is relevant due to various reasons. Not everyone wants to pay for programs when free analogues there are a lot on the net. In addition, using the Store is very unusual for users who switched to Windows 10 from the classic “Seven”. Indeed, few people see the benefits of such software.

The store consumes valuable hard drive space. It is tightly integrated into the system, but nothing prevents you from disabling it at any time. For this you can use PowerShell scripts. You can also use similar solutions to clean your OS from similar programs from the Metro interface.

Delete Store app in a standard way will not work. And most will not help with this either third party programs- that's why we use the functional PowerShell shell. When using PowerShell, we will need to obtain some application data that needs to be deleted. In Windows 10, all the necessary tools are installed out of the box. Make sure that you are registered in the system as the Computer Owner. Only after this can you begin.

Get-AppxPackage -name*

Here, after name*, you need to indicate the name of the application that you are going to delete.

For a Store app, this command would look like this:

Get-AppxPackage *windowsstore*

  1. It is advisable to copy the list of all installed programs to a separate file:

Get-AppxPackage >C:\appDetails.txt

In the future, you will be able to find this document in root directory system disk.

  1. When you run these commands, PowerShell will display all the required data with details. You will see full information about the program you are going to remove. Find the line that contains the full name of the package to be removed. It may look like this:

windows communication sapps_17.6017.42001.0_x86_8wekyb3d8bbwe

  1. You need to copy the information from the PackageFullName data line and enter the command:

Remove-AppxPackage –package

  1. Add the copied value to the command so it looks like this:

AppxPackage –package windowscommunicationsapps_17.6017.42001.0_x86_8wekyb3d8bbwe

  1. Confirm the actions, and then wait for the current operations to complete.

These commands help you remove any application you don't need from the standard Windows supplies 10. Using the same principle, you can remove from the system “Alarm Clock”, “Calculator”, “Camera”, “Getting Started” and other software that is not needed.

How to reinstall Store

Did you need the application again after uninstalling it? Launch PowerShell on Windows 10 and enter the command:

Get-AppxPackage *windowsstore* -AllUsers | Foreach (Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml")

After that click Enter key. If everything went well, you can easily find the application in the Start menu.

Disable Windows Store

The principle by which you can disable unused software is somewhat different. Here you can use the so-called Windows 10 Group Policy Editor.

  1. You will need the “Run” line. Launch it with the combination “Win ​​+ R”, or use the “Start” menu.
  2. Enter in the line:

To disable unnecessary things, you can use another method, acting in a similar way to Windows 8 and 8.1.

  1. Create a System Restore Point. It will come in handy if something goes wrong.
  2. Run “Run” in the standard way, with Administrator rights.
  3. Run the command to launch Registry Editor:
  1. Navigate through the directories in this order:

HKCU\Software\Policies\Microsoft


Setting up Store in Top Ten

The Tens Store itself is not rich in many settings. But using System Parameters you can influence some features of its operation. Let's say you can change the storage location of Store programs like this:

  1. Open Application Settings (in the new Control Panel). This can also be done using the “Win ​​+ I” keys.
  2. Select the “System” option (it’s the first one on the list).
  3. On the left you can see the “Storage” option. Click on it.
  4. Scroll to scroll to Save Locations. Here is all the data on the storage locations of traditional elements for the system.
  5. Select the “New Applications” menu item from those offered.
  6. That's all. Now new programs, utilities and games can be saved on another medium.

conclusions

We figured out the problems with the Windows 10 Store and learned how to fix them. Now you can easily remove or disable any unnecessary program, even if it is tightly “hardwired” into Windows 10. And when you need it again, installing it will not be a hassle.

Each release of the operating system from Microsoft comes with a whole set of pre-installed software, which, as planned by the developers, should allow users to get started right away. However, very few people actually use these programs for their intended purpose, and they usually just take up disk space. In Windows 10, so-called universal applications have been added to the traditional set of utilities: “Calendar”, “Mail”, “News”, “Maps”, “Camera” and others.

Some of these applications can be easily removed directly from the start menu. To do this, click “Start”, find the tile of what you don’t need universal application, click on it right click mouse and select “Delete”.

But in this way you can only say goodbye to limited number programs. To remove the rest you will have to do a little magic with the command line. Here step by step guide, which will help you remove programs such as 3D Builder, Camera, Groove Music, Photos and others from Windows 10.

Attention!
Removing Windows 10 firmware is a potentially dangerous operation. The editors and the author are not responsible for possible consequences. In any case, do not forget to first create a restore point and backup copies of important data.

1. Click on the search icon on the taskbar and type PowerShell.

2. From the search results, select Windows string PowerShell (classic application), right-click on it, and then click on the “Run as administrator” item in the context menu.

3. A window with a blinking cursor will appear in front of you command line. To remove a universal Windows 10 program you will need to copy and paste special team, and then press “Enter”.

3D Builder

Get-AppxPackage *3d* | Remove-AppxPackage

Get-AppxPackage *camera* | Remove-AppxPackage

Mail and Calendar

Get-AppxPackage *communi* | Remove-AppxPackage

Money, Sports, News

Get-AppxPackage *bing* | Remove-AppxPackage

Groove Music

Get-AppxPackage *zune* | Remove-AppxPackage

Phone Companion

Get-AppxPackage *phone* | Remove-AppxPackage

Get-AppxPackage *photo* | Remove-AppxPackage

Solitaire Collection

Get-AppxPackage *solit* | Remove-AppxPackage

Voice Recorder

Get-AppxPackage *soundrec* | Remove-AppxPackage

Get-AppxPackage *x-box* | Remove-AppxPackage

Get-AppxPackage *maps* | Remove-AppxPackage

Get-AppxPackage *alarms* | Remove-AppxPackage

You can restore some of the deleted programs using the store Windows applications Store. If any problems arise, run PowerShell again and enter a command that returns the entire set of pre-installed utilities to their place.

Get-AppXPackage | Foreach (Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml")

How do you feel about new ones? universal programs Windows 10? Do you consider them unnecessary junk or are you going to use them?

After switching to the Windows 10 operating system, users received an updated application store. Most applications downloaded from the app store are constantly updated, which many users do not like. IN latest builds operating system Windows 10 application store received Microsoft name Store. There are many who want to turn it off Microsoft Store to get rid of automatic update and in order to at least make the system a little more similar to the one everyone is used to.

This article will show you how to disable Microsoft Store in Windows 10 different ways. If you do not use the Windows 10 Store and prefer common applications for the desktop, then you can also safely disable the Microsoft Store. We also recommend that you read the instructions to be able to completely remove the Store in Windows 10.

Ways Microsoft shutdown There are several Stores in Windows 10. The first method is using the group editor local politics suitable only for owners of Professional and Enterprise editions of the Windows 10 operating system. Since the default editor group policy missing from Home edition operating system, then the method using the registry editor is suitable for such users.

Local Group Policy Editor

The last step is to restart your computer. After the reboot, when trying to open the Microsoft Store, the user will receive a message that the Windows Store is not available on this computer. For getting additional information Contact your system administrator.

The current setting denies or allows access to Store app. If you enable this policy setting, access to Microsoft application Store will be prohibited. Access to the Store is required to install application updates. If you disable or do not configure this policy setting, access to the Microsoft Store app will be allowed.

Registry Editor

Before making changes to the registry using the editor, we recommend using the registry information.


After creation current parameter you need to reboot the system. Many sources claim that for 64-bit operating systems it is necessary to create a QWORD parameter (64-bit), and for 32-bit, respectively, a DWORD parameter (32-bit). Therefore, if necessary, you can create two parameters at once to accurately guess.

How to completely remove the Store in Windows 10

Another more global way to disable the Store in Windows 10 is by simply deleting it. If desired, there will always be the opportunity to return everything back.

  1. Run Windows PowerShell as administrator using for example Windows search 10.
  2. The second step is to run one command: Get-AppxPackage *Store | Remove-AppxPackage.

The current command will completely remove the Store in Windows 10. Therefore, before choosing current method It's worth thinking a few times.

Over time, a huge number of installed but unused programs accumulate on the system. Unnecessary applications take up a significant part of the memory on the hard drive and significantly slow down the computer. Especially this problem is relevant when each of these applications strives to get into startup and launch along with the OS. Often the user is not even aware of this. Today we’ll talk about how to remove a program in Windows 10 and make the “life” of your own PC easier.

Uninstallation unnecessary components– the procedure is as important as taking out the garbage from the apartment. In this manual, we will look in detail at all removal methods, including those tools that were already pre-installed on the system. There are many ways to uninstall programs in Windows 10:

  • using section ;
  • using the uninstallation service generated during application installation;
  • application Windows settings 10;
  • using the delete option via the menu;
  • using PowerShell;
  • downloading special tools.

Let's move on to consider each method and draw some conclusions about their convenience and effectiveness.

Manual removal (delete preinstalled programs including) – the first group of options that does not require the installation of additional software. Let's look at several types of actions.

Through

One of the simplest and most familiar from previous versions Windows way. Uninstallation sequence (except standard utilities) V in this case can be represented as follows:

  1. Go to the control panel. To do this, click on the search icon next to the menu and enter the corresponding query, after which we go to the first result:

  1. Among the numerous blocks we find and go to it:

  1. The system will compile a list containing all applications, among which you need to find the one you want, click on it and press the button. The application will be completely uninstalled from the computer:

As you can see, removal in this way occurs as quickly as possible and does not require any additional actions. Let's move on to another method.

Through the uninstallation service of the program itself

To use this option, you need to find the folder with the installed program on your hard drive. By default, any component on Windows 10 is installed in the folder « ProgramFiles" on system disk. If the user did not change the installation path, the application will be installed in this folder.

Knowing the location desired folder, you need to carry out the following sequence of actions:

  1. Open the folder and find a file called « exe":

  1. Let's launch this file. The uninstallation wizard will open:

  1. We follow all the instructions of the master.

This method will be useful when for some reason the right application does not appear in the automatically generated list.

Let's move on to alternative option actions.

Through system parameters

Any application can also be deleted through the system settings. This option was added to Windows 10 and could not be applied on previous versions OS. To implement it you need to follow the following instructions:

  1. Open the menu and click on the gear symbol to go to the OS parameters:

  1. Opening the block:

  1. In the proposed list, find the desired option, click on it and click on . If the list is too large, you can find the application you need using the built-in search bar:

Open this menu You can also press the combination on the keyboard Win keys+ X and go to point:

You can also get to this menu by request in search bar, located directly next to “Start”:

In essence, this method is similar to uninstallation through the control panel. Let's go to consider another option.

Via the menu

In this case, everything is simple - so much so that there is no need to even write separate instructions.

  1. To remove it through the Start menu, simply find it among all the items, right-click and select:

  1. A window will open, instructions for uninstalling through which are located two points above:

Let's consider another, more non-standard way uninstalling programs on Windows 10.

Via Windows PowerShell

Windows 10 comes to the user with a huge amount built-in components and applications (for example, the Photos application or the Calculator utility) that do not have an uninstaller and cannot be removed through general ones (they simply do not appear in such lists). Let's figure out how to remove built-in applications in Windows 10.

You can remove standard programs using the PowerShell technology provided by the developers. To take advantage of this opportunity, you must carry out the following set of actions:

  1. Click on the search icon next to Start and enter the appropriate query, then select the first result, right-click and select the item:

  1. We register Get-AppxPackage | Select Name, PackageFullName to get a list of all installed programs. Press Enter. The most important line for us will be PackageFullName, because it contains full names:

  1. We find full name required component from this list and to remove it, enter the command Get-AppxPackage APPLICATION_NAME |Remove-AppxPackage –package(the application name must be taken from the listPackageFullName). This method will remove even those programs that cannot be removed. standard means. Press Enter and the removal from the PC will be carried out without any accompanying notifications. There is no need to worry - the uninstallation was not carried out forever, because restore deleted programs this kind You can simply download them from the official store.

PowerShell is extremely interesting, because with its help you can, for example, remove an application from Microsoft store. In fact, this is the only way to remove such programs. It is recommended to use it more experienced users, since a person takes responsibility for such changes in the OS.

Let's move on to next group ways.

Removal using additional tools

Exists a large number of programs designed to uninstall components in Windows 10 and clean the OS as a whole. Let's look at the most popular and user-tested options. All of them can be used on systems of any bit size – both x32 Bit and x64 Bit. It is only important to remind you that you should not use unlicensed programs, because removing software is an operation that has a direct impact on the OS.

– extremely convenient program to remove any Windows components. In order to take advantage of its capabilities, you must follow the following instructions:

  1. Open the application. The bottom part of the window displays the number of installed programs and the amount of memory they occupy:

  1. Right-click on the component that needs to be removed and click on « :

  1. Select the removal mode. By default, normal is activated. It is recommended to use this:

  1. The process of creating a system restore point will start, after which the standard uninstall wizard window will open, with the help of which you will need to carry out the uninstallation procedure.

Let's move on to the next utility for removing installed programs.

– maximum simple utility, which does not require any additional knowledge from the user.

  1. At the first launch, a list is generated installed applications, among which you need to select what you want, click on it and click on the button in the top menu:

  1. The removal process is no different from the standard one. The point of using such utilities is only that many of them delete all connections left by the program being deleted, and make up the most full lists available applications.

Let's move on to latest utility.

- This is undoubtedly the most popular utility for cleaning the system, excluding startup from startup, and removing components, among other things. You don't need to read to use it. separate instructions– you just need to open it this tool, go to section "Service", stay in the tab "Remove programs" and select the one you need there. Having selected, click on the button "Uninstallation" in the right menu. The removal process is similar to the previous ones:

At its core, the process using CCleaner similar to using the system's built-in control panel.

Removing uninstallable programs

A situation may arise when the application is simply not uninstalled. The only way to remove an uninstallable program is to remove data about it from the registry:

  1. Open the system registry. To do this, press on the keyboard Win combination+R. A window will open where we enter the command « , then click on "OK" or Enter :

  1. We definitely do backup copy registry before any changes. To do this, go to the tab "File" from the main menu, click on , select the location to save the copy and create it:

  1. Let's go along the path:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

  1. We find in this list the name of the required component or select it from among numerous codes. If the name is not specified in the folder, it will be displayed in the key « DisplayName":

  1. Double click on the key « and copy its value:

  1. Press Win + R again and paste the copied data, then press "OK" or Enter. The program will be removed from the PC:

It is necessary to clarify that changes to the registry must be made with extreme caution. It contains a large number of keys, and therefore the user must know exactly which ones can be deleted and which ones are better left untouched, because forced deletion important components may lead to OS instability. However, the registry option can help remove spyware from the OS.

Results and comments

We have fully covered how to uninstall unnecessary and remove standard applications from a PC. All of the above options are effective and can be used in a specific situation. Choosing one of them is everyone's decision individual user, since all methods are convenient in their own way.

Video instruction

For clarity, we recorded a separate video with an overview of how to remove any program installed on a computer or laptop.