UPDATE: Microsoft has released an automatic Fixit tool to fix this annoying problem. This Fixit tool is based on the same method given in this tutorial.
Many times people face problems while opening .EXE files.
- The EXE file opens in Notepad.
- EXE file opens in some other installed programs.
- Windows displays "Open With" dialog box to choose the program.
- Windows shows error message, "Windows cannot find .exe file. Make sure you typed the name correctly".
Most of the times it happens when you accidentally change .Exe file type settings from Folder Options. Sometimes it might happen due to virus.
Anyway no need to worry. Here is a solution which will fix this annoying problem:
METHOD A: Using Ready-Made Registry Script
Download following ZIP file, extract it and run the extracted REG file. It'll ask for confirmation, accept it. It should solve the problem.
METHOD B: Manually Editing Windows Registry
1. Open Command Prompt by typing command in RUN dialog box.
2. Now provide following command:
cd\windows
3. It'll activate Windows folder. Now provide following command to open Registry Editor:
regedit

NOTE: If you can't open "regedit", press CTRL+ALT+DEL keys and open "Task Manager". Now click on "File" menu and hold down the "CTRL" key and click on "New Task" menu. It'll open a Command Prompt window. Now provide regedit.exe command and press Enter. It'll open registry editor without any problem.
4. Now go to following key:
HKEY_CLASSES_ROOT\.exe
In right-side pane, change value of Default key to exefile
5. Now go to:
HKEY_CLASSES_ROOT\exefile\shell\open\command
In right-side pane, change value of Default key to:
"%1" %*
6. That's it. Now exit Registry Editor and restart your Windows. Now you should be able to open EXE files without any problem.
Don't forget to check solutions for other common PC problems in following topic:
[Help & Support] Frequently Asked Problems with Solutions
This article was posted by VG in following section: Troubleshooting, Windows 7, Windows Vista, Windows XP.
If you enjoyed this article, subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our popular articles and archive to read other interesting articles.