Fix the error of not running the .exe file on Windows
When the system is infected, one of the most visible symptoms is that it cannot run executable files. Any virus or malware scanner you download will cause an error when trying to run it. You may receive a warning that the file is infected or cannot be opened. This happens by some malware (especially Bagle variants or TDSS rootkits) that block programs from installing and executing.
If you have tried to repair the .exe file in many ways and still do not work, you can refer to the following article of Network Administrator.
Ways to fix errors do not run, open * .exe file
- 1. Scan the computer for viruses
- 2. Rename the .exe file
- 3. Download error correction file does not open * .exe file
- 4. Edit regedit
- If you open Regedit.exe
- If you open Notepad.exe
1. Scan the computer for viruses
If the .exe file is downloaded intact, there is no error in the download process, but it cannot be opened, with many files, not a single file, moreover, the .exe file looks as faulty and the file * Any .exe is the same, think of viruses and malware immediately. If you still run anti-virus software, scan the device in full mode (Full scan). Virus scanning can only kill malware on your computer and cannot recover files that have been corrupted by them. Therefore, after scanning you will have to reinstall the software. To prevent this from happening again, install the antivirus software right away, at least turn on Windows Defender.
- 9 most effective antivirus software for Windows today
2. Rename the .exe file
As mentioned, malware and rootkits can block security programs from launching them, so when you download these tools you need to rename it before saving to the desktop.
Note: Changing the file name after downloading will not work because it can immediately be detected and prevented from renaming, even preventing the download of the file.
If you want to copy the software from the USB to the computer that is infected with the virus, remember to rename the software before plugging the USB into the computer.
In most cases ComboFix only needs to change the name for a while. However, some programs like malicious 'Antivirus', trojans are more advanced (such as 'Windows Police Pro') you will need to change the name of ComboFix to CF.bat before saving this file to your desktop. Make sure the option in ' Save as Type: ' is " All Files ."
There is also the case with MalwareBytes you have to rename the file twice:
1. Before downloading the file / before saving to your computer.
2. After installation is complete, go to the installation directory of the program, find the mbam.exe file and rename it.
You can also check the presence of the TDSS driver in the following way:
- Go to Control Panel.
- Select System > Hardware > Device Manager .
- On the View menu select " Show hidden Devices ".
- Click on " Non Plug and Play Drivers " to expand.
- Right-click TDSSserv.sys (if available) and select Properties > driver , click stop to disable it.
- If there is a need to restart the computer, select No.
You also need to disable other variants if you see: seneka *, gao *, UAC *, geyek *, ytasfw * . these are variants of rootkits that evolve over time.
Some variants of the antivirus program (such as SystemSecurity) named random numbers running from the Application Data folder (like 4283411.exe or 3251452.exe ) will monitor every program you try to download. When you try to open or run, they will be flagged as infected, and will also block all executable files, except important system files.
To bypass blocking, you can download the Process Explorer utility and rename it to svchost.exe or winlogon.exe (like the important file name of the system) and launch it. Then you can determine the position of SystemSecurity to find and destroy processes called random numbers. You can run Malwarebytes or ComboFix immediately afterwards.
3. Download error correction file does not open * .exe file
Download fix-exe-lnk.inf
You download this file to fix errors that cannot open the file * .exe, file named fix-exe-lnk.inf, right-click it select Install to reinstall. This file not only fixes open errors, cannot run * .exe, but also fixes other corrupted shortcuts in the registry.
Use Fix it
To fix this error, you can download and install Fix it to your computer and install it. After downloading, Fix it to your computer, the next step is to install. Click on the file you just downloaded, then the File Download dialog box will appear, click Run and follow the instructions on the screen.
Use RstAssociations
- Download and run RstAssociations (.scr version).
- Select Exe and click Restore.
- Restart your computer if required.
Note : RstAssociations is only compatible on Windows XP, Vista and Windows 7 (32 and 64 bit).
Use Exefix_Vista.reg file (Windows XP only)
- Visit the website: winhelponline.com.
- Download the fix file EXE extension error.
- Extract files on the Desktop screen.
- Right-click the file Exefix_Vista.reg.
- Select Yes and select OK.
4. Edit regedit
This solution is offered by Microsoft but only applies to Windows 7 and Windows Vista. There are 2 options as follows
If you open Regedit.exe
- Enter regedit in the search bar
- Right-click the Regedit.exe file in the results list and select Run as administrator
- Find: HKEY_CLASSES_ROOT.exe
- Select .exe, look to the right, right-click Default and select Modify .
- Change Value data to exefile
- Search: HKEY_CLASSES_ROOTexefile
- Select exefile , To the right, right-click Default > select Modify .
- Change the Value data to "% 1"% *(double quotes - percent - number 1 - double quotes - percent - asterisk)
- Search: KEY_CLASSES_ROOTexefileshellopen
- To choose open , look to the right, right-click Default and select Modify .
- Change Value data to "% 1"% *
- Close the Registry Editor and restart the computer
If you open Notepad.exe
Step 1: Click Start> All Programs> Accessories> Notepad.
Step 2: Copy and paste the following command line into Notepad:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTexefile]
"EditFlags"=hex:d8,07,00,00
@="Application"
[HKEY_CLASSES_ROOTexefileshell]
@=""
[HKEY_CLASSES_ROOTexefileshellopen]
@=""
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOTexefileshellopencommand]
@=""%1" %*"
[HKEY_CLASSES_ROOTexefileshellex]
[HKEY_CLASSES_ROOTexefileshellexPropertySheetHandlers]
[HKEY_CLASSES_ROOTexefileshellexPropertySheetHandlers{86F19A00-42A0-1069-A2E9-08002B30¬309D}]
@=""
[HKEY_CLASSES_ROOTexefileDefaultIcon]
@="%1"[HKEY_CLASSES_ROOTexefile]
"EditFlags"=hex:d8,07,00,00
@="Application"
[HKEY_CLASSES_ROOTexefileshell]
@=""
[HKEY_CLASSES_ROOTexefileshellopen]
@=""
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOTexefileshellopencommand]
@=""%1" %*"
[HKEY_CLASSES_ROOTexefileshellex]
[HKEY_CLASSES_ROOTexefileshellexPropertySheetHandlers]
[HKEY_CLASSES_ROOTexefileshellexPropertySheetHandlers{86F19A00-42A0-1069-A2E9-08002B30¬309D}]
@=""
[HKEY_CLASSES_ROOTexefileDefaultIcon]
@="%1"
Step 3: Select Save As.
- Select the file format as All files .
- Name the file and add the extension .reg.
Step 4: Click Save .
Step 5: Close Notepad and then right-click the .reg file and select Merge .
Step 6: Click Yes then click OK.
Here are some ways to help you fix errors that cannot be opened or cannot run * .exe files on your computer, hopefully the article can help you.
Refer to some of the following articles:
- Restore lost File Explorer icons on Windows 10 Start Menu
- All problems with PST, Profile, Add-in . errors on Outlook and how to fix them
- Instructions for creating a PDF file from multiple image files on Windows
Good luck!
You should read it
- How to open and read the .DAT file?
- Detect infected files before opening
- How do I know if a file is mistakenly identified as containing malicious code?
- New virus outbreaks occur via USB
- Scan for viruses - spyware does not need to install software
- Instructions on how to open Word files, Excel suspects infection
- Vietnam ranked 8th in the rate of virus infection
- Innovate or lose in the fight against malware
- Fileless malware - Achilles heel of traditional antivirus software
- How to identify computers infected with viruses with 10 characteristic signs
- 3 ways to identify a Mac infected with a virus
- How to know for sure a safe file before downloading?
May be interested
How to fix errors cannot be found or missing .DLL files
How to fix icon loss, icon error on taskbar Windows 7
Fix the problem of missing the VCRUNTIME140.DLL file in Windows
[Question] Why does my computer have no sound?
Fixed a bug with the speaker icon with a red X, the computer has no sound
11 harmless tricks to prank your friends and relatives