The installed programs disappear from the windows 10 computer. Resetting the PC settings to the standard level

Store personal files on system disk even in the catalogs "Documents", "Images", "Music" and so on - not the best solution. For this there is a so-called user partition D. If something happens to the system and the only way out is to reinstall it with formatting, you will lose all your data.

There may be other opportunities as well. There are examples when files stored in these folders disappeared after upgrading to Windows 10, or Windows 10 itself to a new build. The situation is unpleasant, but still not critical. Most likely, the files were simply moved during the upgrade.

Search

The first thing to do in this case is to use the usual Windows search. You probably remember the names of at least a few files or their formats.

Alternatively, you can use the command line. Let's say you want to find all files with a PDF extension. Having started the console as administrator, run these three commands in it in sequence:

dir * .pdf / a / s\u003e% userprofile% / desktop / documents-pdf.txt

As a result, you will get on your desktop text Document - a log with a list of all found on the C drive pDF documents.

The chcp 1251 command is needed to switch the encoding, otherwise, instead of the Cyrillic file names, you will get kryakozyabry.

Check the directories of the built-in administrator

It may well be that your files have been moved to the built-in administrator directories. By default, his account is disabled. You can enable it with the command net user Administrator / active: yesexecuted in an elevated CMD prompt. The password for the built-in admin is set by the command net user Administrator ******.

Check the contents of your backups

If the files disappeared during the transition to the top ten from Windows 7 or 8.1, you need to check the contents of the Windows.old folder in the root system partition... It contains backup previous version and quite possibly your.

Check the "emergency" folders

In case of incorrect updates or interrupted data movement, hidden "emergency" folders are created in the system. Their content also needs to be checked. They are located in the following places:

% SYSTEMDRIVE% / $ INPLACE. ~ TR

% SYSTEMDRIVE% / $ WINDOWS. ~ Q

% SYSTEMDRIVE% / $ INPLACE. ~ TR / Machine / Data / Documents and Settings / User_Name

% SYSTEMDRIVE% / $ WINDOWS. ~ Q / Data / Documents and Settings / User_Name

You can open them by pasting the path into address bar Explorer and completing the transition. Do not forget to just substitute your username for User_Name.

Have a great day!

Windows 10 looks good in the background previous versions The OS is from Microsoft, however, some glitches in its work still appear, forcing users to search for a solution on the Internet. One of these problems is that Windows 10 applications do not work. Those programs that are downloaded from the Store and are located in the "Start" menu in the section with a tiled interface refuse to start or turn off on their own.

Re-registering applications

If you are actively using applications from the Windows Store, and their incorrect work causes you inconvenience, then re-registering programs, which is performed through PowerShell, will help fix the problem.


If the search doesn't work, look for the PowerShell shortcut in the C: \\ Windows \\ System32 folder. Click right click and choose run as administrator.

After entering the command, applications will be re-registered. You need to wait for it to finish, close PowerShell and restart your computer.

If, after restarting the system, the applications do not start working correctly, try the more advanced option:

  1. Uninstall those programs that you need.
  2. Reinstall applications using the command above.

The same steps can be performed using the FixWin10 utility. On the "Windows 10" tab in this free program there is an item "Windows Store apps not opening Re-register all apps".

Click the "Fix" button next to this item to fix the error in automatic mode.

The same will happen as with PowerShell. Reboot your computer after re-registering applications and check if they started working.

Another way is to run Windows Diagnostic Tool:


The system will check the Store for errors and try to fix them on its own, so you don't have to do anything.

Windows Store doesn't work

Sometimes it is not individual applications that refuse to work, but all windows Store. You can fix the problem through PowerShell using the above command, or through the Registry Editor.

Attention: Making changes to the registry can affect the performance of the system. Create a restore point manually before editing the entries.

So, let's launch the store through the registry:

  1. Press Win + R and run the "regedit" command.
  2. Open the HKEY_LOCAL_MACHINE \\ SYSTEM \\ ControlSet001 \\ Services \\ SystemEventsBroker branch and set the “Start” parameter to “2”.
  3. Go to the HKEY_LOCAL_MACHINE \\ SYSTEM \\ ControlSet001 \\ Services \\ TimeBroker branch and set the "Start" parameter to "3".

Close Registry Editor, restart your computer, and check if the Windows App Store has started working.

Fall Creators Update can be called the strangest update ever without much hate. windows history 10. Not only was the update severely cut in terms of functions, but instead of the promised innovations, it was filled with just some wild number of bugs. One of them - seemingly installed, but at the same time missing applications. An unpleasant bug manifests itself in those users who have updated their computers with the Creators Update. Microsoft has posted a workaround for this issue on its official support forum.

So far, the developers are investigating the problem and trying to find and eliminate its cause. The bug itself manifests itself in a very unpleasant way when the user cannot find the previously installed application. When it seems that the application is simply removed, the store starts saying that it is actually installed. Neither search nor list of applications helps. You can launch such an application only from the store, which is not very convenient, as you understand.

Microsoft now offers users three methods to solve the problem.

Method 1

  1. Open up Parameters and go to section Applications.
  2. Find the app you want and open advanced options.
  3. Repair the program, if available. If not, press the reset button. After that, the disappeared application should be displayed again in the application list and as a tile on the Start menu.

Method 2

  1. Open up Parameters and in section Applications find and uninstall the application you want.
  2. Then open the Store, download the application again, after which it should appear in the general list.

Method 3

It allows you to re-register disappeared applications through PowerShell. This method is for those who are faced with the loss of a large number of applications. It should only be noted here that if the first two methods did not work, this one will not help either.

Run PowerShell as Administrator. The best way to do this is through the menu Win + X... Then paste the following commands into the console window:

  • reg delete “HKCU \\ Software \\ Microsoft \\ Windows NT \\ CurrentVersion \\ TileDataModel \\ Migration \\ TileStore” / va / f
  • get-appxpackage -packageType bundle |% (add-appxpackage -register -disabledevelopmentmode ($ _. installlocation + "\\ appxmetadata \\ appxbundlemanifest.xml"))
  • $ bundlefamilies \u003d (get-appxpackage -packagetype Bundle) .packagefamilyname
  • get-appxpackage -packagetype main |? (-not ($ bundlefamilies -contains $ _. packagefamilyname)) |% (add-appxpackage -register -disabledevelopmentmode ($ _. installlocation + "\\ appxmanifest.xml"))

Each of these commands may take some time to complete, so please be patient. After this application theoretically should appear again.

Please note that no one can guarantee that these methods will work. For some, these actions have successfully restored lost applications, while others have not. We have not encountered these bugs, so we cannot check the reliability of the published instructions on our computers, but you can try them if your device has suffered from a jamb of developers. Guide published by official microsoft supportso it makes sense to try it.

For now, let's hope for an early fix. Recall that a similar issue was observed when upgrading to build 16299.15. Some additional components like Windows Media Player, simply disappeared from the system, which caused users to reinstall them.

Any operating system from Microsoft has a base of preinstalled applications that should help computer users get started without installing additional programs. Not all standard Windows 10 applications are necessary, but some of them are useful.

One of the most common problems with this version of the operating system is the malfunction of standard applications. The system refuses to launch them and this concerns, first of all, programs that are rendered in the form of tiles in the "Start" menu. If after the next boot of the computer the tiles do not work in Windows 10, the best option is to restore operating systemusing prepared restore points. In cases where Windows 10 applications do not work and have not been created in advance, you can try one of the following troubleshooting options.

Removing the cache in the Windows Store

The easiest way to get Windows 10 apps working is to clear the temporary files that are stored in the Windows Store. This can be done through the "Run" line. In order to reset the cache of the "native" Microsoft store, press Windows + R, and in the window that appears, write the command wsreset.exe, and then press Enter.

It will take some time for the computer to clear the cache windows Store Store, after which it, and with it the rest of the Windows 10 applications, should start working. If the method did not help to fix the problem, we recommend that you restart your computer and go to the next method.

The most effective, and at the same time, difficult, way to fix the problem in which applications do not work, is to re-register them. To re-register and install windows programs 10, do the following:

  1. Run PowerShell console as administrator. This can be done by finding the appropriate application through the search or directly from the shortcut at:
(System Hard Drive) \\ Windows \\ System32 \\ WindowsPowerShell \\ (program version number)

Find the PowerShell.exe file in this folder and run it as administrator to be able to make adjustments to the system files.

  1. Next, in the PowerShell console window that opens, you need to write (it is better to copy from the site in order to avoid errors) the command:
Get-AppXPackage | Foreach (Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \\ AppXManifest.xml”)

Note that this command may take several minutes to complete. During the process, various information about its progress will appear in the console, while red errors may appear in the console, you should not pay attention to them.

  1. When the process re-registration application is finished, restart your computer.

Attention: This method does not always work correctly. In some cases, it can lead to new problems, for example, or the tiles become "empty". We recommend that before making such changes to the system, create a restore point in it in order to return to initial state with an unsuccessful result.

If system files computers on Windows 10 were removed (it is possible that due to the actions of viruses), then it makes sense to analyze the system to identify errors. This is done using command lineyou need. Enter the command in it to check the integrity of the system files:

Sfc / scannow

In cases where problems were not found as a result of the scan, it is recommended to run another command aimed at restoring the image windows systems 10:

Dism / Online / Cleanup-Image / RestoreHealth

This method of the three given in this article is the least effective. At the same time, it can restore the functionality of applications if the problem appeared after cleaning the computer from viruses.

What else to do if Windows 10 apps don't work

If the above three methods did not help you solve the problem, you can follow some basic recommendations that in some cases help to get rid of general system failures:


For any malfunction, Windows 10 in an efficient way the solution to the problem is to reset the system using bootable USB drive... If you plan on running it, don't forget to make a backup. important files on the computer.

You also faced the lack of contacts of people on the computer after windows updates ten? Many users complain that suddenly all their numbers disappeared in the People app or that only certain contacts are available. Microsoft recently included several new apps that allow you to connect with family and friends. One such application is People Hub, a repository of various functions in Windows 10. This application with "People" synchronization can store addresses email, contact details such as home phone, office, other identifiers, and most importantly, people's phone numbers.

Since I have mobile phone from Microsoft, all my contacts disappeared there, I would have spent much more time if the contacts disappeared only in Windows 10, and not in my mobile. I quickly sorted out the phone, which helped to quickly fix the problem on Windows 10.

Note: The method is not permanent and natural, but it helped me recover lost contacts in the People app after the Windows 10 Fall creators update.

What to do? How to fix? If people contacts disappeared in Windows 10

I found a workaround to force sync if contacts are missing in the app. Due to problems with source codes, the address book may not appear on your computer. You can fix this problem by following the instructions below.

  • Dial in " Search"Windows" People"and open the app.
  • Click on the "Options" gear below to open the application settings.


  • Choose your main account, right-click on it and Synchronize.