When it comes to problems with .EXE files, some users experience error messages, while others report that nothing happens when they open or launch the executable. 

There were even cases in which users receive messages saying they have viruses on their systems.


No matter the cause, this problem can be fixed by choosing one of the methods described below:

Method 1

1. Click on your desktop. Now hold the Windows key on your keyboard and press the R key to open a Run dialog box.

2. Open Command Prompt by typing cmd or command in the dialog box.

3. Type the following command:

cd\windows

4. Now type the regedit command to open the Registry Editor:

NOTE: If you can’t use regedit, press CTRL+ALT+DEL and select Task Manager. Select the File menu, hold the CTRL key and click on New Task. In the new Command Prompt window, type regedit.exe and press Enter.

1900 1

5. Now go to the key named HKEY_CLASSES_ROOT\.exe. On the right side, double click on the Default key and type exefile in the Value data field. Now click on OK.

1900 2

6. Go to HKEY_CLASSES_ROOT\exefile\shell\open\command. In right-side of the screen, change the value of Default key to the one presented below:

“%1” %*

1900 3

7. Exit Registry Editor and restart your system and you should be able to open EXE normally.


Method 2

1. Click on your desktop. Now hold the Windows key on your keyboard and press the R key to open a Run dialog box.

2. Open Command Prompt by typing cmd or command in the dialog box.

3. Type the command presented below:

assoc .exe=exefile