Home  >  Article  >  Fix: Application.exe stopped working in Windows 11, 10

Fix: Application.exe stopped working in Windows 11, 10

王林
王林forward
2023-04-13 17:28:053785browse

Applications may sometimes fail during execution, this is nothing to worry about. However, if a certain .exe file crashes again and again with the "exe has stopped working" message, then there is some issue with the application file. Don't panic, there are many reasons why exe files may crash. Just go through simple solutions and work out these solutions on your system for quick resolution.

Solution——

1. Before you perform any action, we recommend that you restart your computer once and then restart the application.

2. Simply disable any third-party antivirus software that may interfere with the process.

Fix 1 – Restart the program

Kill the paused program and restart the program.

1. Simply right-click the Windows icon on the taskbar and click "Task Manager" to access Task Manager.

Fix: Application.exe stopped working in Windows 11, 10

#2. Now you will see the application in the application list in Task Manager.

3. Simply right-click on the application and click "End Task" to terminate the application immediately.

Fix: Application.exe stopped working in Windows 11, 10

Close Task Manager. Close Task Manager and try restarting the application again and test if it works.

Fix 2 – Close all background apps

Sometimes background apps consume a lot of resources.

1. Right-click on the Windows icon and it should open a menu page.

2. Then, click on “Task Manager” to access it.

Fix: Application.exe stopped working in Windows 11, 10

#3. When Task Manager opens, you will notice that there are several applications running in the background.

4. Simply right-click on any unnecessary application you can find on your system and click on "End Task".

This will kill the application process.

Fix: Application.exe stopped working in Windows 11, 10

#5. Now, in the same manner, you should kill the applications that are consuming system resources unnecessarily.

Fix: Application.exe stopped working in Windows 11, 10

You can close the Task Manager. Then, launch the application again and test it.

Fix 3 – Run Program as Administrator

Sometimes, some applications require administrative level execution to work properly.

[Here, we take "MyWorld" as an example. ]

1. Just enter the name of the application in the search box.

2. Then, just right-click on the application and click "Run as administrator".

Fix: Application.exe stopped working in Windows 11, 10

Check if this works for you. If so, you can make sure that whenever you launch this application, it has administrative rights. Follow these steps -

1. Now, just press Windows key and type the name of the exe file.

(In our case Minecraft)

2. Then, right-click on the application and click on "Open file location".

This should point directly to the installation directory. If not, you can manually change to the installation directory.

Fix: Application.exe stopped working in Windows 11, 10

3. Once you reach the location of the executable file, right-click on the application and click "Properties".

Fix: Application.exe stopped working in Windows 11, 10

4. In the Properties window, go to the Compatibility section.

5. Here, just check the "Run as administrator" option.

Fix: Application.exe stopped working in Windows 11, 10

6. When finished, click Apply and OK to apply this change immediately.

Fix: Application.exe stopped working in Windows 11, 10

Afterwards, try launching the application again and test if this worked.

Fix 4 – Set the program to run in compatibility mode

Sometimes an incompatibility between the application and your system can cause this issue.

1. First, right-click the exe file and click "Properties" to open the application's properties.

Fix: Application.exe stopped working in Windows 11, 10

2. Then, go to the "Compatibility" tab.

3. Here, just check the "Run this program as " box and set the option to "Windows 8" from the list .

Fix: Application.exe stopped working in Windows 11, 10

4. When finished, click "Apply" and "OK" to finally save the changes.

Fix: Application.exe stopped working in Windows 11, 10

Then, run the application and test whether it fails.

Fix 5 – Check DEP Settings

Data Execution Prevention can prevent and restrict applications from running smoothly.

1. First, right-click on the Windows icon and click "Run".

2. Then, enter "sysdm.cpl" in the "Run" window and click "OK".

Fix: Application.exe stopped working in Windows 11, 10

3. Next, go to "Advanced".

4. In the Performance section, click "Settings".

Fix: Application.exe stopped working in Windows 11, 10

#5. In the Performance Options window, go to the Data Execution Prevention section.

6. After that, just select the "Enable DEP only for essential Windows programs and services" box.

7. Finally, click "OK" to save these changes.

Fix: Application.exe stopped working in Windows 11, 10

8. Then, click "Apply" and "OK" to save the changes.

Fix: Application.exe stopped working in Windows 11, 10

After you complete this, run the application and test it.

Fix 6 – Clear the Temp Folder

If the previous fix doesn’t work, try clearing the Temp Folder.

1. Press the Windows key and R key simultaneously.

2. Then write this on the fly and click "OK".

%温度%

Fix: Application.exe stopped working in Windows 11, 10

#2. There you will notice several files and folders.

3. Select all files and click the bin icon to completely empty the folder.

Fix: Application.exe stopped working in Windows 11, 10

4. From the File Explorer screen, head in this direction -

C:\Windows\Temp

5. Clear this folder as before.

Fix: Application.exe stopped working in Windows 11, 10

#After clearing the folder, close File Explorer.

Fix 7 – Use Scan to Recover System Files

Run an SFC scan to recover important system files and fix crash issues.

1. First, right-click the Windows key and click "cmd".

2. Now, just right-click on "Command Prompt" and click on "Run as administrator" to open a terminal with appropriate administrative rights.

Fix: Application.exe stopped working in Windows 11, 10

#3. First, you must perform a DISM scan. So paste this code and press Enter.

DISM.exe /Online /Cleanup-image /Restorehealth

Fix: Application.exe stopped working in Windows 11, 10

#Windows will run a DISM check.

4. Once completed, Paste this command and press Enter to run the SFC scan.

sfc /scannow

Fix: Application.exe stopped working in Windows 11, 10

Close the command prompt window. After completing two scans, please remember to restart the system.

After restarting, try launching the application again. It should run as before.

The above is the detailed content of Fix: Application.exe stopped working in Windows 11, 10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete