Win8 system open the folder on the cause of suspended animation

  
First, open the folder full of programs, just scroll to a place, the system is abnormal after the stop, the highest ranking is a program called MsMpEng, Only the part of the program inside the folder shows the icon, and the rest are white icons. After the currently displayed program icons are displayed, the system returns to normal and the program is restored to a low occupancy rate.
Second, right click on it, open its file location, in the %PROGRAMFILES%/Windows Defender folder. It can be seen that the file is a file of Windows Defender, and the corresponding service is WinDefend service. At this point, you can probably guess the cause of the suspended animation: open the folder full of applications, according to the default rules, the executable is the primary check object containing threats such as viruses, although the program is not open, but the program icon is to be accessed The program body, so also check; and too many files, only one queue check, pass (release the icon). It takes time to check itself, plus the need to check for so many programs at the same time, so the system is stuck.
When we find the reason, the solution is not difficult to think of:
a. If other protection software is installed, Windows Defender should shut itself down. If it is not closed, enter the service and close the service.
b. If no other protection software is installed, Windows will use Defender as a basic protection by default, then you need to set a special case.
The reason why this problem occurs here, but rarely encountered in previous versions of Windows, the main reason is that Windows 8 has its own Windows Defender enabled by default, the previous version needs to be manually installed before it can be used.
Setting some files or folders to something other than checking is also very simple: press the start button, return to the start screen and type Defender to find the Windows Defender app. Click the Settings tab and there will be on the left. Corresponding exception settings. Some files can be set, with the exception of the folder; you can also set a type or process that is not checked. Of course, the exception is that you need to know that the programs you have are harmless.
After adding the exception, opening the folder again will not be the case, you need to explain again, the program inside the folder needs to be responsible for its own security. After testing, the scan results are only valid for this launch without adding an exception. That is to say, there is no such problem after entering the folder once, but the situation will repeat after the restart. The reason is also very simple: the system can't guarantee that the file has not been modified during the restart. After the boot, the changed program may have been stored in this place, and it is natural to check it again.

Copyright © Windows knowledge All Rights Reserved